TheCodex6824 / ThaumicAugmentation

A Thaumcraft addon for Minecraft 1.12 that tries to add new content that would fit in with the base mod.
https://minecraft.curseforge.com/projects/thaumic-augmentation
GNU Lesser General Public License v3.0
40 stars 32 forks source link

Caster gauntlet knockback #357

Open xxXCuriositykilledthecatXxx opened 1 year ago

xxXCuriositykilledthecatXxx commented 1 year ago

I've noticed that the caster gauntlets in this mod apply knockback when they shouldn't. When casting a bolt, ten forked scattered, cloud split into flux and frost with the base caster gauntlet no knockback is applied. However with either of the two that come in this mod it causes knockback. I tested this with the planar artifice and avarita gauntlets and they worked like the base version.

TheCodex6824 commented 1 year ago

I have to test this / investigate and get back to you - but I'm not surprised that these gauntlets are different. I had to do a lot of custom stuff with them to make augments work.

TheCodex6824 commented 11 months ago

Finally got around to figuring this out - this happens due to a bugfix I made for #299, where I fixed split not keeping some contextual information about the caster. This bug causes the game to think there was no caster, which has the side effect of not applying knockback. Interesting to think that most of the reason that cloud foci are so busted is down to a TC bug...