Started by
STARStories
on
Topic category: Help with MCreator software
I just updated my MCreator from 2025.2 to 2025.3, obviously because I want to check the new features. When I tried to test the mod however, it failed and said that I have 100 errors within the workspace. It ranges from my custom ore block and my functional crafting block. I tried to edit manually, but it didn't get resolved. Could anyone help me?
(The thing said: |error: package BlockBehaviour does not exist| and/or |error: cannot find symbol|)
I'm new to MCreator though, so if you want to help me, you can try to simplify your words. Help is very appreciated here ;-;
Example:
symbol: class Block
C:\Users\User\MCreatorWorkspaces\the_ultimate_mod\src\main\java\net\mcreator\theultimatemod\block\AndesiteRedstoneOreBlock.java:5: error: cannot find symbol public class AndesiteRedstoneOreBlock extends Block {
^
symbol: class Block
C:\Users\User\MCreatorWorkspaces\the_ultimate_mod\src\main\java\net\mcreator\theultimatemod\block\AgingTableBlock.java:6: error: package BlockBehaviour does not exist public AgingTableBlock(BlockBehaviour.Properties properties) {
Gradle caches broke. See https://mcreator.net/wiki/gradle-setup-errors
I tried what is written there... more blocks are getting the same problem (from 10 to 19 blocks)
Errors where compiler can't find vanilla classes originate from broken caches.
Did you follow all steps, with 100% exact order and all variations?
It says this: Gradle task compileJava FAILED with 100 errors of type "cannot find symbol"
This issue is resolved by The second most common solution described at the top of this page. After applying the solution, run the build again.
So I only tried the second most common solution. Do I have to test all solutions?
Second most common solution has several different attempt orders
Ooo, yeah. I tried both... Unfortunately it didn't work either 😔
It works now after I updated it again... yay
And thanks for your suggestions