Files
2024-03-13 18:29:36 +01:00

47 lines
1.0 KiB
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",
"functions": [
{
"components": [
"minecraft:bees"
],
"function": "minecraft:copy_components",
"source": "block_entity"
},
{
"block": "minecraft:bee_nest",
"function": "minecraft:copy_state",
"properties": [
"honey_level"
]
}
],
"name": "minecraft:bee_nest"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/bee_nest"
}