44 lines
No EOL
748 B
JSON
44 lines
No EOL
748 B
JSON
{
|
|
"type": "minecraft:block",
|
|
"pools": [
|
|
{
|
|
"name": "loot_pool",
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:alternatives",
|
|
"children": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "betterend:flavolite",
|
|
"conditions": [
|
|
{
|
|
"condition": "tfc:is_isolated"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "tfg:loose/flavolite",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"count": {
|
|
"min": 1,
|
|
"max": 4,
|
|
"type": "minecraft:uniform"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:survives_explosion"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |