-
Notifications
You must be signed in to change notification settings - Fork 0
Preprocessors
roidrole edited this page Jun 28, 2025
·
1 revision
Preprocessors are called at the start of your scripts with #
There are two accepted Side values : client and server
Will make the code only run on the specified side.
Internally uses FMLCommonHandler.getSide(), equivalent to @SideOnly annotations.
Usage :
#onside client#onside server