From c3977e4320a9edf9e84ce56bb884b3f1e6f4f204 Mon Sep 17 00:00:00 2001 From: Me <135455255+IcarussOne@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:40:46 -0500 Subject: [PATCH] No more iron farming --- .../assets/twilightforest/loot_tables/entities/tower_golem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/twilightforest/loot_tables/entities/tower_golem.json b/src/main/resources/assets/twilightforest/loot_tables/entities/tower_golem.json index 2ebcbcc8f9..959c8dcec7 100644 --- a/src/main/resources/assets/twilightforest/loot_tables/entities/tower_golem.json +++ b/src/main/resources/assets/twilightforest/loot_tables/entities/tower_golem.json @@ -5,7 +5,7 @@ "rolls": 1, "entries": [{ "type": "item", - "name": "minecraft:iron_ingot", + "name": "twilightforest:borer_essence", "functions": [{ "function": "set_count", "count": { "min": 0, "max": 2 } }] }] },