1.0.0
Compatibility
Changes
Adds 4 new items! 1 Air capture bottle, Lets you capture... 2 Bottle of air, You obtain this by right clicking on the air capture bottle. The air bottle will be put in your off hand but if there is somthing already in you off hand it will delete it and replace it with the air bottle 3 Block of air, you surround a pair of diamond boots with blocks of air you get the... 4 Air boots, you can now walk in the sky and not fall! crouch to go down and jump to go up!
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:XUqZHyuQ:O5Jq3Seb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XUqZHyuQ:O5Jq3Seb"
}

