-
-
Save RX14/3d071cca2f0b9b7021c9 to your computer and use it in GitHub Desktop.
This is an example of the current spawn bonus chest loot table in Minecraft, in the (possibly) new loot table data format.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"item": "minecraft:stick", | |
"weight": 10, | |
"minecraft:set_count": { | |
"min": 1, | |
"max": 3 | |
} | |
}, | |
{ | |
"item": "minecraft:planks", | |
"weight": 10, | |
"minecraft:set_count": { | |
"min": 1, | |
"max": 3 | |
} | |
}, | |
{ | |
"item": "minecraft:log", | |
"weight": 10, | |
"minecraft:set_count": { | |
"min": 1, | |
"max": 3 | |
} | |
}, | |
{ | |
"item": "minecraft:stone_axe", | |
"weight": 3 | |
}, | |
{ | |
"item": "minecraft:wooden_axe", | |
"weight": 5 | |
}, | |
{ | |
"item": "minecraft:stone_pickaxe", | |
"weight": 3 | |
}, | |
{ | |
"item": "minecraft:wooden_pickaxe", | |
"weight": 5 | |
}, | |
{ | |
"item": "minecraft:apple", | |
"weight": 5, | |
"minecraft:set_count": { | |
"min": 2, | |
"max": 3 | |
} | |
}, | |
{ | |
"item": "minecraft:bread", | |
"weight": 3, | |
"minecraft:set_count": { | |
"min": 2, | |
"max": 3 | |
} | |
}, | |
{ | |
"item": "minecraft:log2", | |
"weight": 10, | |
"minecraft:set_count": { | |
"min": 1, | |
"max": 3 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment