Deleted a dimension now my mod cannot start

Started by gentra.xyz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Deleted a dimension now my mod cannot start

This worked fine for a mod that worked similar

The dimension was removed and searching for it, it did not appear

When I went to play the mod gave me a NoClassDefFound error
Logs 

Latest.log
https://pastebin.com/4sfe9KGa

 

Crash report

https://pastebin.com/xzHAL9HL 

 

I tried to remove it from the code but when I regenerated it comes back

How do I fix this and is there a button that can just fix everything

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had a similar glitch but I…
Tue, 12/03/2024 - 13:56

I had a similar glitch but I could get into the world but the portal did not work.

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I forcibly deleted…
Tue, 12/03/2024 - 15:29

I forcibly deleted references from the .mcreator in project files and deleted every trace of the dimension using search

After this I deleted build and .gradle and went to the project

I then rebuilt and regenerated (buttons next to play)

I pressed play and it worked

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmm... I'll have to try that…
Tue, 12/03/2024 - 18:25

Hmm... I'll have to try that next time a dimension glitches.