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 {'modnickname', 'modinternalname'}

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:

modnickname: string The name of the mod to rename.
modinternalname: string The new name of the mod.

Example:

alias {'confusionzoffset', 'confusionoffset'}