You've already forked minecraft-assets
Create/Update assets for version 1.21.2-pre1
This commit is contained in:
49
data/minecraft/loot_table/blocks/bee_nest.json
Normal file
49
data/minecraft/loot_table/blocks/bee_nest.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"predicates": {
|
||||
"minecraft:enchantments": [
|
||||
{
|
||||
"enchantments": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:copy_components",
|
||||
"include": [
|
||||
"minecraft:bees"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user