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

More mod support for river gen (MorePlanets/Atum) #43

Closed jchung01 closed 5 months ago

jchung01 commented 5 months ago

Adds support for MorePlanets and Atum to generate rivers correctly. Fixes #42. For reference, I searched across Github with this regex /class.*GenLayer[\s\S]*?& 255/ NOT "package net.minecraft" and the only other mod that this would not cover is ExPetrum, but I don't know if its generation is affected by REID, so not including that in this PR.