Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

Can the generation algorithm be optimized? #1368

Closed 623667595 closed 2 years ago

623667595 commented 2 years ago

Can the mod terrain generation algorithm be optimized? I think it's very functional. More TPS is lost than the original running chart

srs-bsns commented 2 years ago

Any TPS loss is a result of Minecraft itself and occurs during main server loop (ticking). The generation of a chunk only happens once and has no residual effects once the process is completed.