Strange issue with Twilight Forest and Carry On combined
Sunconure11 opened this issue ยท 12 comments
Expected Behavior
I should not have ice blocks surrounding me as if I was hit by an ice bow
Actual Behavior
Steps to Reproduce
- Install Twilight Forest + Carry On
- Pick up anything.
Version of Minecraft, Carry On, Forge
1.12.2 minecraft
14.23.1.2562 forge
v1.7 carry on
Screenshots encouraged
Notes:
Might want to add an issue to the twilight forest repo if this isn't your end. https://github.com/TeamTwilight/twilightforest
Call me crazy, but I think this is a feature of Twilight Forest that adds these Ice blocks if you have slowness.
Try giving yourself the slowness effect manually and see, if it does the same thing.
Unfortunately the problem persists. It is sporadic however. This is my first modpack for 1.12.2. So I am not sure if it is specifically related to Twilight Forest.
Minecraft 1.12.2
forge-1.12.2-14.23.2.2611-universal
CarryOn+MC1.12.2+v1.7.2
twilightforest-1.12.2-3.6.345-universal
Would you like me to create a new issue for this or just leave it here?
I mean... I am still failing to recreate it reliably... so I would say not until we know more of how to recreate this.
I know what's happening. It's because the player has slowness and particles are turned off for the effect. TF marks this as player being frosted or whatever. Kind of a weird implementation, I could solve this by adding a new potion effect on our end. https://github.com/TeamTwilight/twilightforest/blob/61b418b9bc205ac2ce87a6c540ba4a51ad0e4f0d/src/main/java/twilightforest/client/TFClientEvents.java#L54-L64
You could do that with a custom potion effect, but you can also just add a custom tag or something to the player. Would save you some work