orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 41 forks source link

Patch optimizations #112

Open z3nth10n opened 4 years ago

z3nth10n commented 4 years ago

I moved the line biomes.getBiome(new BlockPos(cubeX*16 + x, 0, cubeZ*16 + z)) up in the scope, because the implementation is not using Y-axis.