Files
minecraft-assets/data/minecraft/loot_tables/blocks/potted_warped_roots.json
2022-04-20 18:35:50 +00:00

35 lines
626 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flower_pot"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
},
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:warped_roots"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}