NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json
2023-07-24 17:56:29 +02:00

51 lines
1.3 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"name": "naturesaura:nether_wart_mushroom"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:nether_wart"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "naturesaura:blocks/nether_wart_mushroom"
}