#Need help changing loot in Chest Loot Tables in Structures

9 messages · Page 1 of 1 (latest)

snow olive
#

Making a small modpack, and there's alot of content overlap
Quark, Supplementaries, and Farmer's Delight all have ropes, and I want to change it so that loot tables that have Quark and Farmer's Delight ropes will only give Supplementaries ropes
My only issue is that I don't know how to go about this
I would have hoped that you could do something similar to event.replaceOutput, but for all loottables with said item
Can I do this with regular KubeJS, or should I take this to LootJS?

raw mossBOT
#

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

brittle patio
#

Lootjs will give you the ability to basically do a 'replace'. kubejs' interaction with loot tables is more basic, it's for creating and if you so choose overwriting

snow olive
#

Would you happen to know where I could find the documentation for this?
On the LootJS GitHub?
Otherwise I guess I can just close this

brittle patio
#

yes, they have a very nice wiki on their github

#

??lootjs

#

hmmmm, where'd da bot go

livid walrusBOT
# brittle patio ??lootjs

LootJS is an addon for KubeJS that allows modifying loot from all sources dynamically (much nicer than loot tables)!
It also supports removing loot added by mods, unlike KubeJS' current loot table events.

snow olive
#

alright thanks