mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-23 11:45:27 -04:00
MC<=1.12 should use old voronoi layer
This commit is contained in:
parent
ba8a9b2a2d
commit
c35ca9367b
@ -164,7 +164,7 @@ static void setupGeneratorImpl(LayerStack *g, int mcversion, int largeBiomes)
|
||||
|
||||
if (mcversion <= MC_1_12)
|
||||
{
|
||||
setupLayer(&l[L_VORONOI_ZOOM_1], &l[L_RIVER_MIX_4], 10, mapVoronoiZoom);
|
||||
setupLayer(&l[L_VORONOI_ZOOM_1], &l[L_RIVER_MIX_4], 10, mapVoronoiZoom114);
|
||||
g->entry_4 = &l[L_RIVER_MIX_4];
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user