Converted from 1.12.2 - 1.14.4 ERRORS

Started by xShuda on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 20:56, 7. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Converted from 1.12.2 - 1.14.4 ERRORS

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 ERROR

Last seen on 20:56, 7. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I regenerated the code but…
Wed, 06/10/2020 - 20:12

I regenerated the code but contiused to get the same error over and over

Errors belong to pastebin…
Thu, 06/11/2020 - 16:27

Errors belong to pastebin linked here and definitely not in screenshots. Read the rules of forum.

Last seen on 20:56, 7. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you recognize the issue…
Thu, 06/11/2020 - 16:46

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…
Thu, 06/11/2020 - 16:56

The image is not even loading for me. Also we have rules that are to be respected:

Code and logs

Code and error, compile, or run logs belong on a paste service such as Pastebin, Hastebin, or similar, if it is longer than a few 10 lines. Code and logs should in no case be posted as a screenshot as this makes the log hard to read and parse.

From https://mcreator.net/wiki/general-publishing-guidelines and from forum post form

Last seen on 20:56, 7. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Executing Gradle task:…
Fri, 06/12/2020 - 22:46

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
 

Last seen on 20:56, 7. Jul 2023
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It does this error every…
Fri, 06/12/2020 - 22:47

It does this error every time to every item