TerraFirmaCraft-The-Final-Frontier / RoughlyEnoughIDs

Fork of JustEnoughIDs. Minecraft 1.13+ chunk format in 1.12.2, removing the block, item, & biome ID limits.
https://www.curseforge.com/minecraft/mc-mods/reid
MIT License
10 stars 11 forks source link

Fix RTGU incompatibility, introduced in 2.1.0 #47

Closed jchung01 closed 4 months ago

jchung01 commented 4 months ago

Use the INewChunk passthrough for MixinChunk, other mods expect it. Forgot to account for other mods expecting this specific interface implemented by Chunk when casting.