1.2.0+mod
Compatibility
Changes
- updated pack format to 121 to support upcoming MC26.3
- altered lunge.json from updated version default to account for elements that were not previously data driven
- my failure to pay attention to this in a previous version(s?) resulted in the unintended behavior of removing the minimum hunger requirement - I plan to address this soon
- to clarify: the above has already been resolved for this version
- my failure to pay attention to this in a previous version(s?) resulted in the unintended behavior of removing the minimum hunger requirement - I plan to address this soon
as an additional note - I recognize the unintended removal of the minimum hunger requirement may actually be prefered by some who've been using this pack, so I am looking at forking potentially a few different versions to address different feature permutations - i.e. compatible with elytra with no minimum hunger requirement, compatible with elytra with minimum hunger requirement but not additional hunger consumption, etc.
feel free to bug me in the meantime time if you'd like a version with altered functionality, it's super easy for me to tweak the pack and send it back your way ♥
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:rtwLqDFM:QHF9ZBdL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rtwLqDFM:QHF9ZBdL"
}

