When I walked on some Redstone ore and clicked on it with the middle mouse button it didn't have any effect.
What I expected:
Getting an unglowing Redstone ore
What happend:
I got nothing
Linked issues
is duplicated by 12
Comments 19
Did some refactoring. In fact, using pick block on glowing redstone ore should give you regular Redstone Ore
This must be a similar issue to how you used to be able to pick block lit furnaces. I'll bet the glowing redstone ore item got removed with the rest of the technical block items, and pick blocking the glowing ore used to give you the glowing ore block, so now it doesn't give you anything. This should be a simple fix.
This happened because I believe lit redstone ore is a technical block, witch are deleted in Minecraft 1.7.2
Why not? Pick Block on a piston_head gives you a piston, on either bed block gives you the bed item, any of the double slabs gives you the appropriate single slab, which is a different block ID, wheat blocks give you seeds, farmland gives you dirt, a lit_furnace gives you an unlit furnace, which is a different block ID, lit_redstone_lamp gives you an unpowered, unlit redstone_lamp, etc. The functionality is there, the precedent is there, and this should be trivial to fix.
Duplicate of MC-30883. Intended, though perhaps using "pick block" on Glowing Redstone Ore (74) should give you normal Redstone Ore (73).