The Camping Mod

The Camping Mod

2M Downloads

PotionEffect(Bleeding) Conflict

drakray opened this issue ยท 5 comments

commented

Artifacts mod equipment get Bleeding effect instead of whatever it's suppose to have.
Could maybe be fixed with configurable potion effect ID for Camping mod, but there is no such config.
Strangely, com.rikmuld.camping.misc.PotionBleeding is ID 0.
Using TheCampingMod_2.1g with Artifacts-1.1.3.
Posted problem on Artifacts's side too.
http://goo.gl/YmQWM2

commented
commented

Potion ID Helper is in the modpack
NEI Potion ID CSV http://pastebin.com/GnuX7jU7
there is still place before 127, yet com.rikmuld.camping.misc.PotionBleeding is ID 0
Every potion I try give me Bleeding effet, I can't use NightVision

commented

I was thinkin' maybe PotionIDHelper would let you reassign the IDs. Guess not. Yes/no?

commented

nop, that's just to get a file with conflict, and extend WAY past 127 the limit
but the problem seams to come from conflict with another mod, i'm searching which one.
because in "vanilla" TolkienCraft, ID 0 on Bleeding do not cause bug
but in my tweaked version id does
i'm listing my change to check the culprit

commented

I might be stoopid.....lol
Look like I did thing wrong, and installed BOTH ExtendedPotion & PotionIDHelper...
removed ExtendedPotion, no more problem.
Can't say if conflict between them, or between Camping and ExtendedPotion, will check later