Tags
Creators
Details
survivalmod-1.21.5-0.2.4
Compatibility
Required content
Changes

New Features
- Magnet System
- Toggle with /toggle magnet <on/off>
Pulls items toward you automatically
Drains hunger while active (configurable strength)
Radius scales with player size
Command Improvements 🎛️
New /toggle set subcommand
Directly set toggle states: /toggle set object <item> Configure display location: /toggle set location <actionbar/chat/title> Change stat category: /toggle set category <mined/crafted/used/etc>
Revamped Reset System
More precise clearing: /toggle clear <color/toggle/location>
Technical Changes ⚙️
Rewritten language generation system (faster loading, better scalability) Improved magnet performance and synchronization Refactored toggle command structure for future expansions Optimized player data saving/loading
Language Additions 🌍
Added Italian and Turkish translations Updated translation system for easier community contributions
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:T1orcVQp:ul472vxH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T1orcVQp:ul472vxH"
}

