ModCore

Updated for version 3.38.

Config/XML parameters

All of these values are available through self._config after the mod gets initialized. Feel free to include your own values in the XML.

Functions

Get functions

core_class functions

Functions to be used by core_class functions. Just create the functions in the class inside core_class.

Additional tips for core_class

  • If you need an update function you can add one using BeardLib:AddUpdater(String id, Function clbk, Boolean paused) and remove it using RemoveUpdater(String id).

  • Automatic icon You can have BeardLib automatically load the mod icon and set it for you. Just create an icon.png in the root of your mod.

Template

Download template here: https://github.com/Luffyyy/BeardLib-Templates/tree/master/BLT-Template

Last updated