Files
fuwuduan/kubejs/server_scripts/diaoluo2.js

28 lines
911 B
JavaScript
Raw Permalink Normal View History

2025-10-20 07:33:27 +00:00
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');
});