[2023.4, Forge 1.20.1] Extremely Annoying Mass-Errors

Started by AwesomeSavage777 on

Topic category: Help with modding (Java Edition)

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[2023.4, Forge 1.20.1] Extremely Annoying Mass-Errors

When my MCreator tries to build my mod, I get two main errors: One about projectiles not being able to find a symbol relating to an entity, and one saying that my Items Package does not exist. Neither of these make sense to be happening, and I tried all of the fixes I could find, to try to make my mod build. MCreator keeps telling me to regenerate the code, but I've done that like 10 times, and it hasn't done anything. I've tried to go into the elements and save them to update the code, with no change to the errors, and I have 411 errors apparently all stemming from these 2 issues.

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator doesn't seem to be…
Sat, 12/23/2023 - 21:49

MCreator doesn't seem to be generating or modifying files in the init folder, which seems to be causing the problem. I just have no idea what to do.

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Or... it is? Just not…
Sat, 12/23/2023 - 21:51

Or... it is? Just not everything? And it's not working correctly?

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just realized that there…
Sat, 12/23/2023 - 21:57

I just realized that there is a category for this type of thing, which means I'm dumb.

Please redownload and…
Sun, 12/24/2023 - 15:55

Please redownload and reinstall MCreator. We have released a patch update that fixes this bug.

For the future, I would advise to also test in snapshots and report bugs during the development, thanks!

Last seen on 20:25, 25. May 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
C:\Users\(YOU)…
Sun, 12/24/2023 - 18:53

C:\Users\(YOU)\MCreatorWorkspaces\biomenatys\src\main\java\natycrap\biomenatyYOURMODNAME.java:55: error: package YOURMODNAMEModItems does not exist YOURMODNAME.REGISTRY.register(bus);
^

yeah, it's still happening even with the new release.

(or im an idiot and couldnt find the new release in the first place)

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alright, I will install the…
Sun, 12/24/2023 - 18:59

Alright, I will install the new version, though I thought I already did that. 

Last seen on 20:25, 25. May 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send me a link, i…
Sun, 12/24/2023 - 19:02

Can you send me a link, i think i downloaded the old one

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What patch? The version I…
Sun, 12/24/2023 - 22:13

What patch? The version I have is the same as the one I can download. Plus I'm still getting the error with the other zip.

Last seen on 20:25, 25. May 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same on my end there aint…
Sun, 12/24/2023 - 22:40

Same on my end

there aint anything, Klemen

Last seen on 20:25, 25. May 2024
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find any new ones
Sun, 12/24/2023 - 22:55

I can't find any new ones

Last seen on 14:36, 26. May 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same thing happened to me…
Mon, 12/25/2023 - 02:39

Same thing happened to me. Can't even revert back to using 2023.3 because it's unable to open it.

package YOURMODNAMEModItems…
Mon, 12/25/2023 - 16:18

package YOURMODNAMEModItems does not exist YOURMODNAME.REGISTRY.register(bus);

yeah, it's still happening even with the new release.

(or im an idiot and couldnt find the new release in the first place)

This fault is caused due to geckolib pugin which does not support this version yet

 

To fix this:

  • Redownload update
  • Make sure you don't use geckolib

 

For the future, I would highly recommend testing snapshots and pre-releases and reporting bugs then and not in the full release

Last seen on 19:11, 22. May 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well, that fixed the…
Mon, 12/25/2023 - 17:29

Well, that fixed the original problem, but now MCreator is acting like my items don't exist, even when I regenerate the code. I also cannot open any of my items in the code editor.