We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274d0f0 commit ec01126Copy full SHA for ec01126
forge/src/main/java/hunternif/mc/impl/atlas/client/forge/TileTextureMapImpl.java
@@ -41,7 +41,7 @@ public static boolean biomeIsShore(RegistryEntry<Biome> biomeTag) {
41
return biomeTag.isIn(BiomeTags.IS_BEACH);
42
}
43
44
- private static boolean biomeIsJungle(RegistryEntry<Biome> biomeTag) {
+ public static boolean biomeIsJungle(RegistryEntry<Biome> biomeTag) {
45
return false; // None
46
47
0 commit comments