Fix MC 1.16/1.17 compiling
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public class MixinChunkMap
|
||||
private void onChunkSave(ChunkAccess chunk, CallbackInfoReturnable<Boolean> ci)
|
||||
{
|
||||
// corrupt/incomplete chunk validation
|
||||
#if MC_1_16_5 | MC_1_17_1
|
||||
#if MC_1_16_5 || MC_1_17_1
|
||||
// no validation necessary
|
||||
#else
|
||||
// MC has a tendency to try saving incomplete or corrupted chunks (which show up as empty or black chunks)
|
||||
|
||||
Reference in New Issue
Block a user