Developer API
repositories {
maven {
url "https://maven.twelveiterations.com/repository/maven-public/"
content {
includeGroup "net.blay09.mods"
}
}
}
dependencies {
// Common (mojmap):
compileOnly "net.blay09.mods:unbreakables-common:${mod_version}"
// NeoForge:
implementation "net.blay09.mods:unbreakables-neoforge:${mod_version}"
// Fabric:
implementation "net.blay09.mods:unbreakables-fabric:${mod_version}"
}Customization
Simple rules can be written directly in the rules config option. Datapack rules are useful when a modpack or mod wants to ship reusable named rules that players can enable with use('namespace:path').
Forgiving Void
Makes the void hate you a little less (and vice-versa). Fall down and come back out on top.