Started by
SlimePuppy
on
Topic category: Troubleshooting, bugs, and solutions
I cant build a dimension in my mod, I tried a bunch of different names and properties.
My active external APIs are the Curios API, GeckoLib and the JEI api
Here's the project: https://drive.google.com/file/d/1ZeZirfDpwGA9WWaVBRNGapzVojkvAM88/view?usp=sharing
(sorry if I'm not giving enough info, I'm bad at making Forum posts lol)
This is what the console returns:
> Task :compileJava FAILED
D:\mcreator\echofinity\src\main\java\gay\slimesanctum\echofinity\world\dimension\MainechofinityDimension.java:31: error: EFFECTS has private access in DimensionSpecialEffects event.enqueueWork(() -> DimensionSpecialEffects.EFFECTS.put(new ResourceLocation("echofinity:mainechofinity"), customEffect));
^
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 46 seconds
Did you edited your code?
No