Difficult Raids [FORGE]

Difficult Raids [FORGE]

3M Downloads

Enchantment level 0

ANormalRaft opened this issue ยท 2 comments

commented

1.19.2
beta 11
Forge 43.2.23

I tested this on a modpack with just this mod on

When testing the Hero raid, I looked in the magic rewards chest and I noticed that enchantments could be generated with an enchantment level of 0, which when used on an anvil gives level 1 of the enchantment. Now, apart from looking ugly and causing general confusion, this wouldn't be this bad, but for some reason this seems to bypass KubeJS's getEnchantments() function, which means that I can't use LootJS to ban enchantments I don't want to see (meaning I can't use this mod)

Also, I know this may not be within the scope of the mod, but when testing on an Amplified world, the loot chests spawn far away from the village (about 1000 blocks away!)

commented

1.19.2-2.0-beta 11

I can report the same things happening.

  • Level 0 enchantments on both gear and books
  • Villager reward chests loot tables cannot be edited, so enchantments can't be banned
    • I've tried using Apotheosis's enchantment config which has configurations for lootable/treasure/discoverable/etc.
    • I've tested that Apotheosis's config works for any other mod's enchantments and loot tables
  • Loot chests can spawn ridiculously far away from village
    • In my modded server (default world), some chests have spawned hundreds of blocks away. Some have spawned thousands of blocks away past the worldborder
    • This does not occur all the time, as some chests on that server have spawned correctly within the village.
    • Idk how to replicate this one. I tried using DIfficultRaids as the only mod on a singleplayer default world, but loot chests seem to spawn normally there.
commented

I have this fixed in the next update. For the time being, loot tables are actually fully customizable through datapacks so that could be a way to avoid the issue.

I've run into the loot chests spawning miles away thing as well, I honestly don't know why it happens, but I'll check and see if I can uncover anything.