Pre Initialization Procedures

Published by DKMK100 on
Status
Resolved
Issue description

Please add support for procedures in pre initialization, initialization, and post initialization, including the loading of our mod. This way, we could control the loading of blocks and items. This ties in with #53297 (config support https://mcreator.net/tracker/issue/53297) because it would allow us to enable/disable items, blocks, recipes, and more based off of configuration options. 

Issue comments

No procedure block can actually act upon these procedures so this is better suited for a plugin at this point.

But I might add them later, keep in mind initialization is already a trigger, but mostly useless for the said reason.

Thats why I said it goes with the configuration options. That way you can say:

if( config option “maple trees” == true)

{

Load maple log

Load maple planks

Load maple leaves

}