LootTables v0.1.5
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")
}