Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

It appears that if you have redstone wires with water next to them and lava on top, they turn into obsidian. This probably isn't intended, but I was wondering why this happens, and if there is anything else redstone wire can be transmuted into.

See:

Looks like this mystery was solved on Reddit. Should we reopen the question and list this as an answer since its solved now? I'll have to test to see if this bug is still in the current version or not.

[Edit] From Reddit: [–]Glurak 42 points 1 year ago

Ok, I tested it. And here is some science to it. Some blocks in mc world have additional data value, like color of the wool, direction which rails are curved, length of water stream, current in redstone wire and such. When water(and lava) is still, that number is 0. If it flows, it is 1-7 (distance from source), when it falls, it is 8. In case of redstone, the additional data value is about the distance from power source, while 0 is out of power, 15 is next to power source. Soo, if you want obsidian, you either need still lava (ad.data value 0), or redstone out of power (ad.data value 0). If redstone is powered, you get cobble (ad.data value 1 to 7) or nothing (8 to 15). Why the hell can redstone dust be replaced with lava, I don't know, it have to do something with the order in which mc_physics/redstone/fluids/etc updates in minecraft or something. But it works only for redstone dust. I tried other things that have additional data value (like rails, torches, crops, etc) but nothing had the effect.

Pressure plates works as airlocks. I forgot to mention. In case of airlocks, lava won't try to replace that block, thus that glitch of mixing additional data values from the old block(r.wire) and block id from the new block (lava) won't even have a chance to occur. [/Edit]

share|improve this question
I don't think this question is quite answerable, as it's clearly a bug, and the answer to they why would require intimate knowledge of Notch's codebase. It is neat though. – Raven Dreamer Apr 21 '11 at 15:12
Its answerable, just not easily answerable! Hopefully someone with the required intimate knowledge of the source code will answer :) – Nick Apr 21 '11 at 15:28
3  
@RavenDreamer People understand the details of boosters quite well, without intimate knowledge of Notch's codebase. Besides, there are plenty of modders who do have intimate knowledge of the Minecraft code. – Macha Apr 21 '11 at 15:38
1  
@Nick - you're effectively asking for someone to debug minecraft. It's not a useful question, especially since, as a bug, it will be fixed. – Raven Dreamer Apr 21 '11 at 15:40
2  
@Macha - people might understand boosters, but they couldn't tell you why the minecart physics work like that. That is what this question is asking. – Raven Dreamer Apr 22 '11 at 2:56
show 10 more comments

closed as off topic by Raven Dreamer, ChrisF, Nick T, Oak, StrixVaria Apr 25 '11 at 20:50

Questions on Arqade are expected to relate to gaming within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I am unaware of any other materials that can mix in the 'world' to produce a new material, most of them require work benches and the like.

However, from Notch's Comment on the reddit post about this generator, you can expect it to be patched some time in the future depending on when competitive play takes off.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.