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

48 lines
1.8 KiB
JSON
Raw Normal View History

2020-01-30 16:04:40 +01:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:block",
"pools": [
2020-01-30 16:04:40 +01:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
2020-01-30 16:04:40 +01:00
{
2021-01-14 23:15:02 +01:00
"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": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
}
],
"name": "minecraft:nether_wart"
2020-01-30 16:04:40 +01:00
}
]
}
2021-01-14 23:15:02 +01:00
]
2020-01-30 16:04:40 +01:00
}
2021-01-14 23:15:02 +01:00
]
2020-01-30 16:04:40 +01:00
}