Chris Anderson
Results
2
issues of
Chris Anderson
When requesting the level with `IJERAPI.getLevel()` the implementation attempts to construct a `FakeClientLevel` instance if `Minecraft.getInstance().level` is null. However, the constructor for `FakeClientLevel` calls `DimensionHelper.getType` which uses `Minecraft.getInstance().level` without null...
bug
API
I'm using Terralith alongside Ore Tweaker and realized that I was getting almost no vanilla oregen in my world. While I did manage to resolve this by manually adding all...
Feature Request