You've already forked minecraft-assets
Create/Update assets for version 1.21.4-pre1
This commit is contained in:
24
data/minecraft/loot_table/blocks/small_dripleaf.json
Normal file
24
data/minecraft/loot_table/blocks/small_dripleaf.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": "minecraft:shears"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:small_dripleaf"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/small_dripleaf"
|
||||
}
|
||||
Reference in New Issue
Block a user