Feschber
Feschber
DHDistant Horizons
Created by Feschber on 5/13/2024 in #help-me
Compiling for 1.20.6
Sorry if this has been asked before, and I know it is not yet officially supported: Any chance I can get this to compile for 1.20.6 yet? I'm currently facing an error about "package ChunkStatus does not exits":
> Task :common:compileJava FAILED
/home/ferdinand/git/distant-horizons/common/src/main/java/com/seibel/distanthorizons/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java:216: error: package ChunkStatus does not exist
public static ChunkStatus.ChunkType readChunkType(CompoundTag tagLevel)
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/ferdinand/git/distant-horizons/common/src/main/java/com/seibel/distanthorizons/common/AbstractModInitializer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

FAILURE: Build failed with an exception.
> Task :common:compileJava FAILED
/home/ferdinand/git/distant-horizons/common/src/main/java/com/seibel/distanthorizons/common/wrappers/worldGeneration/mimicObject/ChunkLoader.java:216: error: package ChunkStatus does not exist
public static ChunkStatus.ChunkType readChunkType(CompoundTag tagLevel)
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/ferdinand/git/distant-horizons/common/src/main/java/com/seibel/distanthorizons/common/AbstractModInitializer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

FAILURE: Build failed with an exception.
5 replies