A Kotlin DSL for creating loot tables in Minecraft Forge mods.
For documentation and usage instructions, please take a look at the wiki as well as the docs.
Here's
the maven-metadata.xml
of this library.
Don't forget to replace the VERSION key with the version in the top with the Maven Central badge at the top!
repositories {
mavenCentral()
}
dependencies {
implementation fg.deobf("com.theonlytails:lootgoblin:VERSION")
}
repositories {
mavenCentral()
}
dependencies {
implementation(fg.deobf(group = "com.theonlytails", name = "lootgoblin", version = "VERSION"))
}
Want to generate block models with a DSL like this? Check out ModelGoblin!