Eden Ring

Eden Ring

6M Downloads

Stuffs up with Create Refabricated

StockiesLad opened this issue ยท 3 comments

commented

In my modpack (and isolated)
Bdlib, Eden Ring and Create cause problems

(Works with better nether/end)

Fabric 0.14.2, 1.18.2
Fabric API 0.51.1
2022-04-26-7.log

commented

This has been fixed on Create's side, however Eden Ring still changes gravity is a very incompatible way. Since gravity is only multiplied, not replaced, it would be best to change it via ModifyVariable. Example + some tips below, feel free to copy paste (and remap, it's in moj) it over.
https://gist.github.com/TropheusJ/a03b247c6e2050376423636e4133be3c

commented

No rush! Take all the time you need. It's all good

commented

To be honest I'm not sure that ModifyVariable will be compatible between each other, I have plans to change it into some injects, but I'm not sure when this will be implemented