Mantle Mod contains shared code for Forge mods and is used by the Slime Knights. Descriptive book code and common inventories are found here.
Compile from Source
Note: Git MUST be installed and in the system path to use our scripts.
- setup: Run [gradle]in the repository root:
gradlew[.bat] [setupDevWorkspace|setupDecompWorkspace] [eclipse|idea]
- build: Run [gradle]in the repository root: `gradlew[.bat] build’
- if obscure gradle issues are found try running ?gradlew clean’ or/and ?gradlew cleanCache’
Issue reporting
Please include the following:
- Minecraft version
- Mantle version
- Forge version/build
- Versions of any mods potentially related to the issue
- Any relevant screenshots are greatly appreciated.
- For crashes:
- Steps to reproduce
- ForgeModLoader-client-0.log (the FML log) from the root folder of the client
How to install:
- Download and install Minecraft Forge.
- Download the mod.
- Go to %appdata%.
- Go to .minecraft/mods folder.
- If the “mods” folder does not exist you can create one.
- Drag and drop the downloaded jar (zip) file into it.
- Enjoy the mod.