Skip to content

Commit

Permalink
damn it
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePattern committed May 8, 2023
1 parent 0dfe4bf commit 1944aa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public abstract class StatListMixin {
@ModifyConstant(method = "<clinit>",
constant = {@Constant(intValue = VanillaConstants.blockIDCount)},
require = 4)
require = 1)
private static int modifyMineBlockStatArraySize(int constant) {
return ExtendedConstants.blockIDCount;
}
Expand Down

0 comments on commit 1944aa0

Please sign in to comment.