You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
24
data/minecraft/loot_tables/blocks/cave_vines.json
Normal file
24
data/minecraft/loot_tables/blocks/cave_vines.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"block": "minecraft:cave_vines",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"berries": "true"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:glow_berries"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user