Missing block feature when updating version

Started by STARStories on

Topic category: Help with MCreator software

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Missing block feature when updating version

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 ;-;

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Example: symbol: class…
Mon, 11/03/2025 - 14:30

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) {

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried what is written…
Tue, 11/04/2025 - 12:01

I tried what is written there... more blocks are getting the same problem (from 10 to 19 blocks)

error: package…
Tue, 11/04/2025 - 16:03

error: package BlockBehaviour does not exist public AgingTableBlock(BlockBehaviour.Properties properties) {

Errors where compiler can't find vanilla classes originate from broken caches.

Did you follow all steps, with 100% exact order and all variations?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It says this: Gradle task…
Wed, 11/05/2025 - 10:22

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?

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ooo, yeah. I tried both…
Fri, 11/07/2025 - 22:29

Ooo, yeah. I tried both... Unfortunately it didn't work either 😔

Joined Sep 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It works now after I updated…
Thu, 11/13/2025 - 15:33

It works now after I updated it again... yay

 

And thanks for your suggestions