Lithium (Fabric)

Lithium (Fabric)

22M Downloads

Origins and Lithium

Disketaa opened this issue ยท 2 comments

commented

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

  1. Choose Phantom Origin
  2. Activate ability (G key)
  3. Go in blocks

Other Information

Lithium
Origins

commented

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!

commented

Now tracked at #382