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

Incompatibility with Chunk Pregenerator #14

Closed HighQGithub closed 8 months ago

HighQGithub commented 1 year ago

(Forge 1.12.2) Generating a world with chunk pregenerator will result in all biomes being tagged as plains

How to reproduce:

HighQGithub commented 1 year ago

I fixed the issue by updating from RTG 1.12.2 Preview to RTG Unofficial 1.0.2, however, I would need to do more testing to see if this error is still reproducible on Vanilla clients and servers. I would also recommend checking how REI handles chunk pregeneration tasks to avoid potential conflicts in the future.

Thanks for the good work guys! Really appreciate the work you guys are doing here! The mod seems to be significantly less buggy in contrast to other mods like Just Enough IDs and Not Enough IDs.

aking4125 commented 1 year ago

This bug occurs without RTG however. Any dimension in our server will result in a plains biome being generated instead.

Imagine wandering the Nether and seeing Grass and Sheep around Lol.

For the time being, we have to use the generation feature from Forge. Which is extremely slow but it does work.

GrouwBer commented 1 year ago

still not working with Chunk Pregenerator

BinBashBanana commented 1 year ago

I just thought I'd link the original issue, which has some more info on the bug: https://github.com/DimensionalDevelopment/JustEnoughIDs/issues/42