neuralgia/kubejs/data/minecraft/loot_tables/blocks/fern.json
2026-01-19 22:15:56 +00:00

45 lines
No EOL
770 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"name": "minecraft:fern",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"tag": "forge:shears"
}
}
]
},
{
"type": "minecraft:item",
"name": "tfc:straw",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"tag": "tfc:sharp_tools"
}
}
]
}
]
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}