1.0.2+mod
Compatibility
Changes
Fixed a critical error that prevented the pack from correctly loading on 1.20.1
- That critical error occurred because the biome files of the pack were too modern and contained the feature diamond_ore_medium from the game version 1.20.2, which then failed to register properly on the intended version of 1.20.1
- The error wasn't identified prior to this version because I made a change in my personal datapack to alter that PARTICULAR feature because I thought it was unbalanced, and that pack was used alongside this pack during its testing. When they were loaded together that other pack provided the diamond ore feature file for this pack to register as valid and not crash instead
- My apologies for any inconvenience caused, this version really should be stable now!
- Also, my very genuine thanks to the dev of Create: Big Cannons for alerting me to this through pinging me on a potential issue!
This is now also packaged a mod using Modrinths datapack to mod converter! I've tested it on fabric, and it seems to work just fine.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bUpJboOo:FUJMv7xJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUpJboOo:FUJMv7xJ"
}
