[SOLVED] I am trying to make blocks with only 2023.4 mcreator features and it is not compiling. Please help.

Started by ArcaneFlame520 on

Topic category: Help with MCreator software

Last seen on 19:07, 12. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] I am trying to make blocks with only 2023.4 mcreator features and it is not compiling. Please help.
Wed, 01/03/2024 - 14:15 (edited)

The blocks I am making are made using ONLY Mcreator and it keeps not compiling.

Is there a new parameter I need to change or feature to check? Please someone respond.

 

 

 

 

 

 

                                                                                                                             

Edited by ArcaneFlame520 on Wed, 01/03/2024 - 14:15
Last seen on 19:07, 12. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It is not just blocks it is…
Tue, 01/02/2024 - 15:37

It is not just blocks it is everything i try to make. it keeps .

BUILD FAILED
Task completed in 4 seconds

> Task :compileJava
C:\Users\daveb\MCreatorWorkspaces\deadly_mazes\src\main\java\net\mcreator\deadlymazes\DeadlyMazesMod.java:55: error: package DeadlyMazesModItems does not exist DeadlyMazesModItems.REGISTRY.register(bus);
^
C:\Users\daveb\MCreatorWorkspaces\deadly_mazes\src\main\java\net\mcreator\deadlymazes\init\DeadlyMazesModTabs.java:26: error: package DeadlyMazesModItems does not exist tabData.accept(DeadlyMazesModItems.T_1_MAZE_DIMENSION.get());
^
2 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
BUILD FAILED in 12s
1 actionable task: 1 executed

BUILD FAILED
Task completed in 14 seconds

 

Last seen on 19:07, 12. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok I'll remove the geckolib…
Wed, 01/03/2024 - 14:13

Ok I'll remove the geckolib plugin completely

 

Last seen on 19:07, 12. May 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks That fixed it tho I…
Wed, 01/03/2024 - 14:15

Thanks That fixed it tho I never was actually using the geckolib.

The plugin presence can…
Wed, 01/03/2024 - 20:04

The plugin presence can break many things even if you don't directly use it.

Plugins can alter MCreator in a lot of ways and also completely break it or break workspaces

We can only guarantee core MCreator operation and offer support for it