Skip to content

Commit

Permalink
fix: Fix compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Aug 23, 2024
1 parent 05db709 commit f328da3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ public void onStartTick(ServerWorld world) {
return;
}

//? if >1.20.1 {
if(SereneSeasonsEntrypoint.isSereneSeasonsLoaded) {
SereneSeasonsEntrypoint.attemptMeltSnow(world);
}
//?}

/*? if <1.21 {*/
/*ThreadedAnvilChunkStorageInvoker chunkStorage = (ThreadedAnvilChunkStorageInvoker) world.getChunkManager().threadedAnvilChunkStorage;
Expand Down

0 comments on commit f328da3

Please sign in to comment.