mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Start biome remodel
This commit is contained in:
parent
108499706a
commit
45dd039c53
10
src/main/java/com/volmit/iris/layer/BiomeData.java
Normal file
10
src/main/java/com/volmit/iris/layer/BiomeData.java
Normal file
@ -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 shore;
|
||||
private CellGenerator sea;
|
||||
|
||||
private DimensionChunkGenerator iris;
|
||||
|
||||
public GenLayerBiome(DimensionChunkGenerator iris, RNG rng)
|
||||
|
Loading…
x
Reference in New Issue
Block a user