The Wizards of Lua Mod is a modification of Minecraft. It adds the /lua command to the game.
More information about this mod is available at the Wizards of Lua homepage.
If you have any nice idea that you think this mod could benefit from please feel free to tell us about it. You can post ideas, feature requests, questions, or bug reports using the issue tracker.
Before you post anything, please make sure that you search not only open issues but also closed issues for simmilar posts to prevent duplicate posts.
We really welcome code contributions, but please be aware that we are a bit 'picky'. We won't include things that we think are not matching our vision of this project.
This mod is based on Forge, which is a framework for creating and running Minecraft mods based on the Java version of Minecraft. To contribute source code to this project you should be familiar with Java 8, Forge, Lua, and Gradle.
Please note that this project is a spare time project. If you post an issue or create a pull request, please give us some time to react.
Download the project sources using Git from the command line:
git clone https://github.com/wizards-of-lua/wizards-of-lua.gitThen change into the wizards-of-lua directory and run:
gradlew setupDecompWorkspacegradlew apt:jargradlew eclipseNow import the project into Eclipse:
wizards-of-lua directoryGradleStart as main class-username=testplayer. This will login the client with the name "testplayer" instead of a random choosen one, which ensures a constant UUID for your player, and hence, a constant personal directory on the server's file system, which you might want if you want to keep your lua files.-DFORGE_FORCE_FRAME_RECALC=true${workspace_loc:wizards-of-lua}/runGradleStartServer as main class-DFORGE_FORCE_FRAME_RECALC=true${workspace_loc:wizards-of-lua}/rungradlew clean assemblePlease note that you can not use the build task right now since the automated test will not
run successfully when executed from Gradle.
As a result you will find the mod JAR file in build/libs.
/test from the player's chat input line.build/libs into the minecraft/mods folderWizards of Lua is licensed under the GNU General Public License v3.0. See the file LICENSE file for details.
Wizards of Lua uses the great Rembulan implementation of Lua 5.3 for Java, which is licensed under the Apache License Version 2.0.
Wizards of Lua uses JLHTTP, the minimalist's first choice HTTP server created by Amichai Rothman. JLHTTP is licensed under the GPL 2.0 license. For additional info see http://www.freeutils.net/source/jlhttp/.