So, I created a minigame with command blocks in my world where you need to memorize the structure and then build it to test your memory. There is a command where it uses /fill x1 y1 z1 x2 y2 z2 air 0 destroy. What this command does is it destroy blocks and drops it as it was mined with an unenchanted pickaxe. I always have a problem with some blocks such as: ores, grass block, glass, etc. I need those blocks to drop its own self as it was mined with a silk touch pickaxe. Where could I see the “loot_table” of blocks?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So, I created a minigame with command blocks in my world where you need to memorize the structure and then build it to test your memory. There is a command where it uses /fill x1 y1 z1 x2 y2 z2 air 0 destroy. What this command does is it destroy blocks and drops it as it was mined with an unenchanted pickaxe. I always have a problem with some blocks such as: ores, grass block, glass, etc. I need those blocks to drop its own self as it was mined with a silk touch pickaxe. Where could I see the “loot_table” of blocks?