Skip to content

Commit

Permalink
Merge pull request #8 from VoperAD/bugfix
Browse files Browse the repository at this point in the history
Update ExperienceCauldron#useNewCauldrons, Fixes #7
  • Loading branch information
NCBPFluffyBear authored Jul 4, 2023
2 parents 35662ce + 539a21b commit 5a38d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ private static int getCauldronLevel(Block b) {
}

private static boolean useNewCauldrons() {
return Constants.SERVER_VERSION.contains("1.17") || Constants.SERVER_VERSION.contains("1.18") || Constants.SERVER_VERSION.contains("1.19");
return Constants.SERVER_VERSION.contains("1.17") || Constants.SERVER_VERSION.contains("1.18") || Constants.SERVER_VERSION.contains("1.19") || Constants.SERVER_VERSION.contains("1.20");
}

/**
Expand Down

0 comments on commit 5a38d1c

Please sign in to comment.