init
This commit is contained in:
28
kubejs/server_scripts/diaoluo2.js
Normal file
28
kubejs/server_scripts/diaoluo2.js
Normal 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');
|
||||
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user