Origins and Lithium
Disketaa opened this issue ยท 2 comments
Version Information
lithium-fabric-mc1.18.2-0.7.10.jar
Expected Behavior
Phantom Origin from Origins able to move through / into blocks
Actual Behavior
You taking damage while in blocks.
Reproduction Steps
- Choose Phantom Origin
- Activate ability (G key)
- Go in blocks
Other Information
Lithium
Origins
I fixed this issue by adding this into my lithium.properties
file:
mixin.entity.gravity_check_block_below=false
mixin.entity.fast_suffocation_check=false
mixin.entity.stream_entity_collisions_lazily=false
mixin.entity.collisions=false
I'm pretty sure you only need the last line to fix it but I disabled all the collision detections just in case.
Not sure where this file is located on the client side, but its in the "config" folder on the server side
Hope this helps!
Now tracked at #382