TheWildBackport/common/src/main/resources/data/wildbackport/loot_tables/blocks/sculk_shrieker.json
2022-07-21 00:06:27 -04:00

30 lines
577 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "wildbackport:sculk_shrieker"
}
],
"rolls": 1.0
}
]
}