Skip to content

Commit 707e6b8

Browse files
committed
Silly mistake fixed
1 parent 932bb63 commit 707e6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/dimdev/jeid/mixin/modsupport/biometweaker/MixinBiomeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ private static int getMaxBiomeId(int oldValue) {
1414

1515
@ModifyConstant(method = "getNextFreeBiomeId", constant = @Constant(intValue = 0x100), remap = false)
1616
private static int getLoopUpperLimit(int oldValue) {
17-
return 0xEFFFFFFF;
17+
return 0x7FFFFFFF;
1818
}
1919
}

0 commit comments

Comments
 (0)