TinyModularThings / UniqueEnchantments

Have some Unique Enchantments for yourself
https://www.curseforge.com/minecraft/mc-mods/unique-enchantments
Other
18 stars 16 forks source link

UniqueEnchantments still obtainable with lootr? #35

Closed zEpiixz closed 3 years ago

zEpiixz commented 3 years ago

So i set all the values to zero from vitae, enabled = false everywhere. But somehow some things still just appear in chest. Is it maybe because of the lootr chests and how they use the loot table

Xaikii commented 3 years ago

Enabled decides if the Enchantment is regularly obtainable. Active decides if it got an effect or not.

That being said, if the Enchantment still appears as Loot by Lootr, that means Lootr doesn't check if the Enchantment is obtainable or not. If you don't want the Enchantment to have any impact you can use the "active" config, turn it to false. However if you want to make it special, but still useable you might have to contact the Lootr Dev and report this.

In case, Lootr does everything properly, pls notify us, and we take a look what it might be.

zEpiixz commented 3 years ago

Will forward to them thanks for the quick response!