You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
25
data/minecraft/loot_table/blocks/cave_vines.json
Normal file
25
data/minecraft/loot_table/blocks/cave_vines.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/cave_vines"
|
||||
}
|
||||
Reference in New Issue
Block a user