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