remove vanilla gold farm and iron farm

This commit is contained in:
ursamina
2024-03-24 18:49:31 +00:00
parent 6b357807fb
commit 2c5dcf81ec

View File

@@ -5,4 +5,13 @@ LootJS.modifiers((event) => {
event
.addEntityLootModifier("minecraft:enderman")
.replaceLoot("minecraft:ender_pearl", "gtceu:ender_pearl_dust", true);
event
.addEntityLootModifier("minecraft:zombified_piglin")
.removeLoot("minecraft:gold_nugget");
event
.addEntityLootModifier("minecraft:iron_golem")
.removeLoot("minecraft:iron_ingot");
});