NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/nether_wart_mushroom.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2020-01-30 16:04:40 +01:00
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
2020-01-30 16:04:40 +01:00
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
2020-01-30 16:04:40 +01:00
{
"condition": "minecraft:alternative",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:shears"
]
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
2020-01-30 16:04:40 +01:00
}
],
"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"
}
]
2020-01-30 16:04:40 +01:00
}
],
"rolls": 1.0
}
]
2020-01-30 16:04:40 +01:00
}