minecraft-assets/data/minecraft/loot_tables/blocks/tall_seagrass.json

32 lines
604 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:shears"
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 2.0,
"function": "minecraft:set_count"
}
],
"name": "minecraft:seagrass"
}
],
"rolls": 1.0
}
]
}