Open Loader

Open Loader

23M Downloads

[QUESTION] Compat issue

Closed this issue ยท 0 comments

commented

Question

I am trying to implement compat for my Structurify mod, but on 1.21.1 when building, it just throws:

Execution failed for task ':fabric:1.21.1:compileJava'.
> Compilation failed; see the compiler output below.
  Note: Recompile with -Xlint:deprecation for details.Note: Some input files use or override a deprecated API./Users/alesfabianek/Projects/Minecraft/structurify/common/src/main/java/com/faboslav/structurify/common/modcompat/OpenLoaderCompat.java:36: error: cannot access class_3285
                resourcePackProviders.add(OpenLoader.DATA_SOURCE.get());
                                                                    ^
    class file for net.minecraft.class_3285 not found

class is normally available on my side, and since you are using mojmaps i dont get this at all. Its the same on NeoForge side.