From 9b6f0fcdb9a2efa698b5f9f1a1ee63d20840578b Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 24 Dec 2021 09:56:00 +1100 Subject: [PATCH] Added the rainforest cliffs --- src/main/java/biomesoplenty/api/biome/BOPBiomes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/biomesoplenty/api/biome/BOPBiomes.java b/src/main/java/biomesoplenty/api/biome/BOPBiomes.java index 7b5257ce3..e7c9f7fef 100644 --- a/src/main/java/biomesoplenty/api/biome/BOPBiomes.java +++ b/src/main/java/biomesoplenty/api/biome/BOPBiomes.java @@ -50,6 +50,7 @@ public class BOPBiomes public static final ResourceKey ORIGIN_VALLEY = register("origin_valley"); public static final ResourceKey PRAIRIE = register("prairie"); public static final ResourceKey RAINFOREST = register("rainforest"); + public static final ResourceKey RAINFOREST_CLIFFS = register("rainforest_cliffs"); public static final ResourceKey RAINFOREST_FLOODPLAIN = register("rainforest_floodplain"); public static final ResourceKey REDWOOD_FOREST = register("redwood_forest"); public static final ResourceKey ROCKY_SHRUBLAND = register("rocky_shrubland");