Better or advanced version of the block coding system

Started by Jam.Dev0 on

Topic category: Feature requests and ideas for MCreator

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Better or advanced version of the block coding system

So I'm a ue5 user and I use Mcreator for mods due to it using block code because it's super easy. Although Mcreators block code is based on scratch which is already very limited but when paid with Minecraft it feels even more limited. A lot of people say "You can't use block code all the time, you will have to learn full java at some point." which in the block codes current state is true but in visual code in something like ue5 blueprint there is no limit and you can make whole games with just blueprint. That's why I think the block code need an overhaul so you can do more advanced things without having to make a procedure that's as tall as a tower just to make a mob that can dig some block. This is just a thought and it would be really nice but I can understand if there are some kind of limitations or something that is stopping that from happening. Have a lovely day/night :D

I use Mcreator for mods due…
Wed, 06/04/2025 - 14:33

I use Mcreator for mods due to it using block code because it's super easy.

If you want to do complex things, it won't be easy, it can't be.

You can do really complex things with procedures.

What exactly do you want to do?

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not trying to make…
Wed, 06/04/2025 - 23:46

I'm not trying to make anything rn thats too complext but I was trying to find a way to check directions and the way to do it was with a bunch of if statments but ended up finding a plug in the had a block just for that, I feel like it's kinda dumb I had to turn to a plug in so I wasn't bloating my procedure