Gaider10 / GravityChanger

A fabric mod and api that lets you change player gravity direction
MIT License
20 stars 13 forks source link

Invalid injection crash on startup with latest Pehkui #16

Closed stormdirus2 closed 2 years ago

stormdirus2 commented 2 years ago

Log

Latest of all 4 mods. (Cloth Config, Fabric API, Pehkui, and GravityChanger)

Related information seems to be: Specified index 0 for @ModifyArg is invalid for args (Lnet/minecraft/class_238;DDD), expected D on net/minecraft/class_1657::onTickMovementExpandXProxy

stormdirus2 commented 2 years ago

I believe it's redirect_tickMovement_expand_0 and redirect_tickMovement_expand_1

You might need to use a mixin plugin for a clean solution.

stormdirus2 commented 2 years ago

Nevermind, I am dumb. This is an easy fix. See PR #17.