Skip to content

Commit

Permalink
Silly mistake fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-kirby committed Aug 23, 2019
1 parent 932bb63 commit 707e6b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ private static int getMaxBiomeId(int oldValue) {

@ModifyConstant(method = "getNextFreeBiomeId", constant = @Constant(intValue = 0x100), remap = false)
private static int getLoopUpperLimit(int oldValue) {
return 0xEFFFFFFF;
return 0x7FFFFFFF;
}
}

0 comments on commit 707e6b8

Please sign in to comment.