Skip to content

Commit ec01126

Browse files
committed
fix biome access on forge
1 parent 274d0f0 commit ec01126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/java/hunternif/mc/impl/atlas/client/forge/TileTextureMapImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static boolean biomeIsShore(RegistryEntry<Biome> biomeTag) {
4141
return biomeTag.isIn(BiomeTags.IS_BEACH);
4242
}
4343

44-
private static boolean biomeIsJungle(RegistryEntry<Biome> biomeTag) {
44+
public static boolean biomeIsJungle(RegistryEntry<Biome> biomeTag) {
4545
return false; // None
4646
}
4747

0 commit comments

Comments
 (0)