Make iron golems drop nuggets

This commit is contained in:
Sergeant Acoustic 2026-02-01 21:33:30 +00:00
parent 53f7e2817a
commit 132c06c854

View file

@ -21,6 +21,27 @@
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 3.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_nugget"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/iron_golem"