Topic category: Feature requests and ideas for 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.