Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 7 hours ago
All versions
22.1a-PRE1
Alpha
Trying to keep the f🍐king compatibility5 months ago 14
Compatibility
Minecraft: Java Edition
26.2-snapshot-5
26.1–26.1.1
1.21.11
Platform
Data Pack
Changes
New
- Added copper shield.
- Crafted using a copper block instead of iron ingot.
- I hope this sh😽t is balanced.
- Balloons:
- Carrying too many balloons give slow falling to the player.
- Carrying even more make the player float, but ocasionally, one balloon will pop.
- Carrying even more makes the player float even faster.
- They will now move randomly when touching a player or another balloon.
Changes
- The data root directory is now empty.
- The base content now belong to a correctly named overlay.
- Added a overlay for the changes in the recent snapshots — THIS IS COMPLICATED. THERE IS A GOOD CHANCE SOMETHING I CANNOT SEE IS BROKEN IN THE RECENT SNAPSHOTS, AND ILL DO MY BEST TO FIX EVERYTHING, BUT GODDAMNN THOSE CHANGES ARE GOING TO KILL ME.
- Balloons:
- Refactored most of the structure that controls their behavior. — THINGS MIGHT BE BROKEN, PLEASE HELP.
- Small adjusments to the general behaviors, i dont even remember what i changed. All i know is that it feels more correct now.
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:9DyC9ERT:jQL3Qynh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9DyC9ERT:jQL3Qynh"
}

