Files
minecraft-assets/data/minecraft/loot_table/blocks/potted_mangrove_propagule.json
2024-11-20 18:31:23 +01:00

36 lines
699 B
JSON

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