EquilinoxMod
on one or more EquilinoxMod
s (dependency system not yet implemented!).ModInfo.version()
parameter and returns it as an integer array in which index 0 corresponds to MAJOR
, index 1 to
MINOR
and 2 to PATCH
of the semantic versioning system.Logger.buildPrefix(String)
) using System.out.println
to console and to the log file (log file output not yet implemented!).Logger.buildPrefix(String)
) using System.err.println
to console and with the prefix ERROR:
to the log file (log file output not yet implemented!).EquilinoxMod
.Logger.LOG_FILE
and adds information about the date and used
version of Equilinox and the Equilinox Mod Kit if it's the first time this method gets called during this boot.MAJOR.MINOR.PATCH
.MAJOR.MINOR.PATCH
.MAJOR.MINOR.PATCH
.ModInfo
to int
s.