Files
minecraft-assets/data/minecraft/loot_tables/blocks/white_candle_cake.json
2020-12-02 20:03:14 +00:00

15 lines
233 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:white_candle"
}
]
}
]
}