Extending items/blocks in Mcreator

Started by Obedient on

Topic category: Feature requests and ideas for MCreator

Last seen on 20:11, 19. Feb 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Extending items/blocks in Mcreator

i think it would make Mcreator a lot more of a diverse and powerful tool is if we where able to extend our Procedures. 

 

for example:

//HOW IT WOULD LOOK IN CODE vvv

SomeRandomClass extends CraftingTable{

//PUT CONSTUCTOR HERE

}

then you can just override what you wanna change about it in the Procedure.

it would open a whole new range of possibilities for what you can make. i am aware that this would probably take a while for the Mcreator team to figure out because you probably need to allow people to change the item/block types when creating them. but it would definitely be worth it in the long run. it would disregard the need for the Devs to make a whole new process for creating a special item like for example a music disc item.