#Changing Spelunkery's sluice outputs

11 messages · Page 1 of 1 (latest)

quasi cave
brisk spruceBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

quasi cave
#

*preferrably using LootJS

#

wait this post might not have been necessary at all give me a minute to play around with LootJS

agile patrol
#

Do bear in mind for testing purposes (unless it's been changed recently) that the EMI category for sluicing results in Spelunkery is hardcoded, and does not dynamically update when the loot tables update

quasi cave
#

actually is there any way I could just completely nuke this item or would I need to manually change each recipe for things like this

finite drum
#

You can just make the item unobtainable and hide the recipe category

quasi cave
#
LootJS.modifiers((event) => {
event.addLootTableModifier("spelunkery:loot_tables/gameplay/sluice/water/soul_sand")
  .replaceLoot("spelunkery:sulfur", "scguns:sulfur_dust")
})

this does not in fact work (not sure what the path in addLootTableModifier should be)

quasi cave
jovial citrus
#

try leaving out the
loot_tables/ in the path

quasi cave