Block Issue

Started by Pexuls on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 01:01, 25. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block Issue

So, I've been having this, pretty weird bug. 

If I try to create, ANY BLOCK. Literally anything. Whether its making new blocks for a wood/log pack, or just making an individual block on its own, theres error code. I have absolutely no idea what the issue is either. It locates to this error: https://imgur.com/a/L1EBsz6

Anyone know whats the issue? Is it a plugin issue? (i do have most of the mcreator's plugins installed, including geckolib, tooltips, etc.)

Can someone tell me what i need to change in the code in order to make it work?

Thank you,
PEX

Last seen on 01:01, 25. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Heres another picture of the…
Sat, 03/18/2023 - 20:50

Heres another picture of the same issue, but in the actual code editor this time. (The error code is in the mod's file location of all the blocks.java)

https://imgur.com/a/OwIWzTM

Last seen on 14:00, 24. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you try to regenerate…
Wed, 03/22/2023 - 18:17

Did you try to regenerate Code?

Last seen on 14:00, 24. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You know if you get the…
Wed, 03/22/2023 - 18:18

You know if you get the Error "cannot find Symbol" means that the Block doesn't exist.

Last seen on 01:01, 25. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Found the issue, it was a…
Wed, 03/22/2023 - 18:45

Found the issue, it was a particle plugin that got removed from the mcreator plugins.

also i did regenerate code and the code did recognize the block in its code, it was just plugin issues.

Last seen on 14:00, 24. Apr 2024
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, Good to know tat you…
Wed, 03/22/2023 - 20:06

Ok,

Good to know tat you find the issue!