Topic category: Troubleshooting, bugs, and solutions
This mod is very small with just armor, tools and I can't even fix this one error? This happened after I downloaded the most recent 2023.4 update. After I downloaded that, I just couldn't fix this random new error. Help is appreciated! Code is about 1 sentence longer but it's basically the same thing.
Executing Gradle task: runClient
Build info: MCreator 2023.4.51615, forge-1.20.1, 64-bit, 8071 MB, Windows 10, JVM 17.0.9, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-12-27-01:05:05
> Task :compileJava
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\CubilesaxumMod.java:52: error: package CubilesaxumModItems does not exist CubilesaxumModItems.REGISTRY.register(bus);
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:26: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_SWORD.get());
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:27: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_ARMOR_HELMET.get());
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:28: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_ARMOR_CHESTPLATE.get());
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:29: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_ARMOR_LEGGINGS.get());
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:30: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_ARMOR_BOOTS.get());
^
C:\Users\(myname)\MCreatorWorkspaces\cubilesaxum\src\main\java\net\curseforge\cubilesaxum\init\CubilesaxumModTabs.java:34: error: package CubilesaxumModItems does not exist tabData.accept(CubilesaxumModItems.BEDROCK_SHOVEL.get());
^
The code is actually a few sentences longer but it's basically the same error as the rest of the stuff above. Also tried a bunch of things
that is mostly caused by the Gekolib plugin, delete it from your plugins folder.
If that does not work then Idk
If not geckolib, then some other plugin.
To my knowledge there is practically no plugins that were updated properly out yet
Thank you Klemen for fixing my issue!