Skip to content

SlimeKnights/Mantle

Repository files navigation

Mantle logo

Mantle

Shared code for Forge mods

Compile from Source

Note: Git MUST be installed and in the system path to use our scripts.

  • setup: Import as a gradle project into your desired IDE. Run gradlew[.bat] [genIntellijRuns|genEclipseRuns] to be able to launch the game
  • 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
  • Versions of Mantle dependant mods
  • 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

Licenses

The MIT License (MIT) Copyright (c) 2013-2022 Slime Knights (mDiyo, fuj1n, Sunstrike, progwml6, pillbox, alexbegt, KnightMiner)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Any alternate licenses are noted where appropriate.