Files
minecraft-assets/data/minecraft/loot_table/blocks/cherry_fence.json
2025-01-15 18:31:25 +01:00

21 lines
392 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cherry_fence"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/cherry_fence"
}