Started by
xShuda
on
Topic category: Troubleshooting, bugs, and solutions
I converted my mod from 1.12.2 to 1.14.4 and downloaded the new version of mc creator 2020.3 but got these errors
Topic category: Troubleshooting, bugs, and solutions
I converted my mod from 1.12.2 to 1.14.4 and downloaded the new version of mc creator 2020.3 but got these errors
I regenerated the code but contiused to get the same error over and over
Errors belong to pastebin linked here and definitely not in screenshots. Read the rules of forum.
If you recognize the issue from the screenshot why not just try to respond with a solution. Then if it doesn't work I'd reply with the paste bin. Also I'm not what you mean. If you want me. To. Copy the log and put it into paste bin????
The image is not even loading for me. Also we have rules that are to be respected:
From https://mcreator.net/wiki/general-publishing-guidelines and from forum post form
Executing Gradle task: runClient
Build info: MCreator 2020.3.22116, forge-1.14.4, 64-bit, 3570 MB, Windows 8.1, JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.16_mapped_snapshot_20190719-1.14.3
> Task :compileJava
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\PinkCrystalArmorItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\PinkFlowerCrownItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\PurpleFlowerCrownItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\RedFlowerCrownItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\WhiteFlowerCrownItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
C:\Users\steph_000\MCreatorWorkspaces\MOD1\src\main\java\net\mcreator\mystic\item\YellowFlowerCrownItem.java:56: error: cannot find symbol @OnlyIn(Dist.CLIENT)
^
symbol: class OnlyIn
6 errors
> Task :compileJava FAILED
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:c…
BUILD FAILED in 1m 20s
1 actionable task: 1 executed
BUILD FAILED
Task completed in 95020 milliseconds
It does this error every time to every item