Lootr (Forge & NeoForge)

Lootr (Forge & NeoForge)

59M Downloads

Compatibility between Lootr and Balloon Box request

katubug opened this issue ยท 5 comments

commented

Hi! So I'm using this mod called Balloon Box, which drops special chests which, when placed, turn into Lootr chests (because they use vanilla loot tables). In 1.19.2 (forge, if that matters), I can't set it to use custom loot tables. This can be a problem because it makes server loot super easy all of a sudden, and it also means that there will likely be random chests scattered around everywhere.

I know this is a very edge case, so if you're not able to help, that's totally fine! But is it possible to add a compatibility layer to prevent these chests from becoming Lootr chests? Help would be greatly appreciated! Thank you!

commented

So looking at the data pack, the loot tables are formatted in a way that should make it easy to blacklist:

You can add balloonbox to the list of blacklisted mod IDs in the configuration using loot_modid_blacklist. Changing the line to as follows should do it:

loot_modid_blacklist = ["balloonbox"]

commented

Thanks, this worked!

commented

Hi, sorry to bother, actually this didn't work for some reason. I didn't test it until just now >.>

commented
commented

Scratch this, it is working. I don't know what I changed, but it's working.