The Mirin Template

The NotITG Mirin Template. Easily create modfiles using Lua.


Project maintained by XeroOl Hosted on GitHub Pages — Theme by mattgraham

Back to main page

Alias

alias {'oldmodname', 'newmodname'}

The alias function tells the game to treat two different mod names as the same mod name. The game will internally use the second provided name.

Arguments:

oldmodname: string The name of the mod to rename.
newmodname: string The new name of the mod.

Example:

alias {'confusionzoffset', 'confusionoffset'}