Rainbow hills WIP
This commit is contained in:
parent
ee2c11c9b1
commit
51905c07af
1 changed files with 4 additions and 0 deletions
|
@ -50,7 +50,11 @@ public class BOPBiomes
|
|||
public static final ResourceKey<Biome> ORIGIN_VALLEY = register("origin_valley");
|
||||
public static final ResourceKey<Biome> PASTURE = register("pasture");
|
||||
public static final ResourceKey<Biome> PRAIRIE = register("prairie");
|
||||
<<<<<<< HEAD
|
||||
public static final ResourceKey<Biome> PUMPKIN_PATCH = register("pumpkin_patch");
|
||||
=======
|
||||
public static final ResourceKey<Biome> RAINBOW_HILLS = register("rainbow_hills");
|
||||
>>>>>>> e73df6ba (Rainbow hills WIP)
|
||||
public static final ResourceKey<Biome> RAINFOREST = register("rainforest");
|
||||
public static final ResourceKey<Biome> RAINFOREST_CLIFFS = register("rainforest_cliffs");
|
||||
public static final ResourceKey<Biome> REDWOOD_FOREST = register("redwood_forest");
|
||||
|
|
Loading…
Reference in a new issue