This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
forked from mkalam-alami/inventory-tweaks
-
Notifications
You must be signed in to change notification settings - Fork 108
Home
mkalam-alami edited this page Nov 23, 2011
·
44 revisions
In you have any question or suggestion regarding development, feel free to leave me a message.
Indeed [I'm not using the Minecraft Coder Pack](wiki/Y U No Use MCP).
-
With Maven: run
mvn clean install
. The Zip will be packaged automatically and deployed to your Minecraft folder. -
Manually: build the sources using the tool of your choice, just make sure to have all of Minecraft's Jars set as libraries. You'll have then to manually package the files as a Zip and deploy the archive to your Minecraft
mods
folder. If you're not sure how the files are supposed to be packaged, just download the mod and open it.
You're welcome to fork this repository ; feel free to do whatever you want as long as you respect the license requirements and the Minecraft's terms. If you're looking for how to help, why not check the issue list?
A few more info:
- You can enable verbose logging by adding a "DEBUG" rule in InvTweaksConfig.txt.
- The algorithms are probably not trivial to understand, so if you're interested in having some documentation about how it works, please contact me, and I'll write something on this wiki. Meanwhile, there are a few comments to help.