1
Numeric ID not supported?!?
Well, I was playing with the 13w39a snapshot, but, when I used the ID 422 (Command Block Minecart) it said "WARNING: Numeric IDs will not be supported in the future, please use 'minecraft:command_block_minecart' instead". Well, let's see, if i wanted to use the setblock command for a locked chest, wouldn't it be easier to put "95" intead of
"minecraft:chest_locked_aprilfools_a_really_old_legend_we_shouldnt_even_have_this"
(actual code!).
Well, what do you think? Tell me.
"minecraft:chest_locked_aprilfools_a_really_old_legend_we_shouldnt_even_have_this"
(actual code!).
Well, what do you think? Tell me.
2
Thanks for clearing that up:):):)
And I use the locked chest for locking chests (long complicated redstone thing), and I am going to re-implement it into the game.
And I use the locked chest for locking chests (long complicated redstone thing), and I am going to re-implement it into the game.
They're doing this because of Mod API, like if you wanted to get a mod item you'd use something like ModName:ModdedITEM (Vanilla would be minecraft:ITEM). It might be best to get your items out of creative. Also, why do you need that locked chest anyways?
