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

58 lines
1.5 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "Bees",
"target": "BlockEntityTag.Bees",
"op": "replace"
}
]
},
{
"function": "minecraft:copy_state",
"block": "minecraft:beehive",
"properties": [
"honey_level"
]
}
],
"name": "minecraft:beehive"
},
{
"type": "minecraft:item",
"name": "minecraft:beehive"
}
]
}
]
}
]
}