This commit is contained in:
2025-10-20 07:33:27 +00:00
commit 364b170660
4223 changed files with 1326379 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
LootJS.modifiers((event) => {
event
.addEntityLootModifier('legendary_monsters:dune_sentinel')
.addLoot('goety:black_iron_helmet','goety:black_iron_chestplate','goety:black_iron_leggings','goety:black_iron_boots');
event
.addEntityLootModifier("mowziesmobs:umvuthi")
.addLoot('tarotcards:the_sun');
event
.addEntityLootModifier("goety:hostile_redstone_golem")
.addLoot('cataclysm:burning_ashes','cataclysm:abyssal_sacrifice','goety:forbidden_fragment');
event
.addEntityLootModifier("goety:hostile_redstone_monstrosity")
.addLoot('goety:forbidden_fragment');
event
.addEntityLootModifier("alexscaves:forsaken")
.addLoot('celestial_artifacts:cursed_totem');
event
.addEntityLootModifier("soulsweapons:moonknight")
.addLoot('celestial_artifacts:cursed_protector');
});