Tags
Creators
Details
3.6.0
Compatibility
Changes
Sure thing! Here is the English version of the update description for version 3.6.0, tailored for Modrinth or CurseForge.
🌀 Update 3.6.0 – The Forces of Nature Update Version 3.6.0 introduces two powerful artifacts to manipulate gravity and the earth itself, while fixing critical issues reported by the community.
🌟 New Features: Gravity Staff:
Anti-Gravity Flight: Hold Shift while holding the staff to reverse gravity and soar into the sky.
Safe Landing: While held, the staff slows down your fall and completely removes all fall damage.
Energy System: The staff has 145 durability points. Every second spent holding it in your hand consumes energy. Use it wisely!
Echo Staff:
Added a brand new Shockwave mechanic. Clicking a block creates a growing pulse of energy that rips the ground up and launches enemies into the air, dealing magic damage.
🛠️ Bugfixes & Improvements: Magnetic Mitt:
Fixed a bug where the glove continued to attract items after being dropped.
The magnetic effect now only works while the item is actively held in the main hand or offhand.
The glove no longer attracts itself after being dropped, allowing you to finally clear it from your inventory.
Optimization: Improved player movement synchronization with the server for gravity effects (no more "rubber-banding" while flying).
🧪 Crafting Recipe (Gravity Staff): Top: Blaze Powder
Middle: 3x Diamond
Bottom: Stick
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:u8sUulBg:nRHg5dnV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u8sUulBg:nRHg5dnV"
}

