Skip to content

LootTables v0.1.5

Compare
Choose a tag to compare
@TheOnlyTails TheOnlyTails released this 28 Mar 21:42
· 128 commits to main since this release

Fixed the incompatibility between adding an entry to a pool and to an alternatives entry.

Installation

Gradle/Groovy:

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.TheOnlyTails:LootTables:0.1.5'
}

Gradle/Kotlin:

repositories {
    maven( url = "https://jitpack.io")
}

dependencies {
    implementation(group = "com.github.TheOnlyTails", name = "LootTables", version = "0.1.5")
}