diff --git a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/entities/iron_golem.json b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/entities/iron_golem.json index 348c35a..0db192a 100644 --- a/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/entities/iron_golem.json +++ b/overrides/global_packs/mc_rebalance_datapack/data/minecraft/loot_table/entities/iron_golem.json @@ -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"