1.1.0: [1.1.0/1.0.0] Witchery Conflict

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
F

fleskywood

Guest
Version:
1.1.0

What is the bug:
Paralyzed (effect) is using the same potion id as another potion effect, that kills a person with the message, "<player> was killed by Taint withdrawal"
I don't know what the effect is, but werewolves howling, vampires mesmerizing, and witches brewing are all things that should not cause damage

Mod & Version:
Witchery 24.0

Paste.feed-the-beast.com log:


Can it be repeated:
Howl as a Werewolf at some mobs or players, Mesmerize as a Vampire with some Villagers or players, or brew Mutandis (or any other potion) in the Witches' Cauldron.
You won't take the damage unless you brew in the Cauldron, but the effect is very apparent.

Known Fix:
config or something??
 

phit

New Member
Jul 29, 2019
58
0
0
ThaumicExploration is conflicting with Witchery

from ThaumicExploration.cfg
Code:
    I:"Taint Withdrawl"=32

from witchery.cfg
Code:
    I:"witchery:potion.paralysed"=32

changing one of them to a free potion ID like 99 should solve the issue!