mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Start biome remodel
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
package com.volmit.iris.layer;
|
||||||
|
|
||||||
|
import com.volmit.iris.object.InferredType;
|
||||||
|
|
||||||
|
public class BiomeData
|
||||||
|
{
|
||||||
|
private InferredType type;
|
||||||
|
private CellGenerator generator;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -20,6 +20,7 @@ public class GenLayerBiome extends GenLayer
|
|||||||
private CellGenerator land;
|
private CellGenerator land;
|
||||||
private CellGenerator shore;
|
private CellGenerator shore;
|
||||||
private CellGenerator sea;
|
private CellGenerator sea;
|
||||||
|
|
||||||
private DimensionChunkGenerator iris;
|
private DimensionChunkGenerator iris;
|
||||||
|
|
||||||
public GenLayerBiome(DimensionChunkGenerator iris, RNG rng)
|
public GenLayerBiome(DimensionChunkGenerator iris, RNG rng)
|
||||||
|
|||||||
Reference in New Issue
Block a user