Skip to content

Commit

Permalink
remove vanilla gold farm and iron farm
Browse files Browse the repository at this point in the history
  • Loading branch information
ursamina committed Mar 24, 2024
1 parent 6b35780 commit 2c5dcf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubejs/server_scripts/vanilla/loot_drops.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});

0 comments on commit 2c5dcf8

Please sign in to comment.