Use 1.22.1 API and require new chunk gen handling

This commit is contained in:
tastybento 2023-03-03 17:58:45 -08:00
parent cb41ef9ef3
commit ed9c5abb9a
2 changed files with 9 additions and 1 deletions

View File

@ -41,6 +41,14 @@ public class AcidIsland extends GameModeAddon {
private static final String NETHER = "_nether";
private static final String THE_END = "_the_end";
/**
* This addon uses the new chunk generation API for the sea bottom
*/
@Override
public boolean isUsesNewChunkGeneration() {
return true;
}
@Override
public void onLoad() {

View File

@ -1,7 +1,7 @@
name: AcidIsland
main: world.bentobox.acidisland.AcidIsland
version: ${version}${build.number}
api-version: 1.22
api-version: 1.22.1
metrics: true
repository: "BentoBoxWorld/AcidIsland"
icon: "OAK_BOAT"