Procedure system

Variables


This page will teach you some things about variables. What is a variable A variable is a value that holds data like states or numbers or even words for later use. They are useful when needing to…

How to Use Conditions


Principles of Conditions Conditions allow you to add a requirement in order for an event to be triggered. "Return" Procedure Blocks First create a procedure element. You can add a conditon through…

Procedure system


Creating new procedure To create and define a new procedure, create a new mod element and give it a name. For the element type, select procedure. After you click OK, procedure editor will open. Here…

FE/RF energy system


MCreator 2020.4 adds support for the energy system. Default Forge generator uses the FE/RF energy system for this and is compatible with any other mod using this system and following common…

Event Conditions


NOTE: Event system was replaced with procedures so look for procedure wiki pages instead for MCreator versions above 1.7.9 Basics If you want to use conditions, you first need to know what this…