An addon for CraftTweaker which provides scripts with a way to interface with the LootTable system in Minecraft.
This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!
The latest source code can be found here on GitHub. If you are using Git, you can use the following command to clone the project: git clone git:github.com/Darkhax-Minecraft/LootTableTweaker.git
This project can be built using the Gradle Wrapper included in the project. When the 'gradlew build' command is executed, a compiled JAR will be created in ~/build/libs
. Sources and Javadocs will also be generated in the same directory. Alternatively the latest builds of Dark-Utilities along with Sources and Javadocs can be found here.
This project is open to contributions. If you would like to report an issue, create a pull request, offer advice or provide translations for other languages, they would be more than welcome.
If you are using Gradle to manage your dependencies, add the following into your build.gradle
file. Make sure to update the version from time to time.
repositories {
maven { url 'http://maven.epoxide.org' }
}
dependencies {
compile "net.darkhax.lttweaker:LootTableTweaker:1.10.2-1.0.0.2"
}
- Darkhax - Lead developer of the mod.