Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Darkhax-Minecraft/LootTableTweaker

Repository files navigation

LootTableTweaker

An addon for CraftTweaker which provides scripts with a way to interface with the LootTable system in Minecraft.

Nodecraft This project is sponsored by Nodecraft. Use code Darkhax for 30% off your first month of service!

Source Code

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

Building from Source

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.

Contributing

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.

Dependency Management

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"
}

Credits

  • Darkhax - Lead developer of the mod.

About

Adds Loot Table support to CraftTweaker / MineTweaker3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages