2D block based module inside Transformice.
Notes about building the Module:
- You first must clone the repository into your device.
- After that, run the
merger.lua
file, found under thebuild
directory. - A new file called 'micecraft.lua' will appear on the
build
directory, which then can be loaded in Transformice. - You can log different builds toggling the
shouldLog
parameter on themerger.lua
file.
Stable releases may be found on the main
branch, while active developing versions may be found on the development
branch.