v1.0
Compatibility
Changes
🚀 Version 1.0 - Initial Release! Welcome to the official first release of SurvivalPlus! This initial version brings a variety of Quality-of-Life improvements and highly useful tools directly to your game to make your vanilla survival experience much smoother.
✨ Features Complete HUD System: Coordinates & Compass: Always keep your bearings and know exactly where you are. Biome Display: Instantly see which biome you are currently standing in. FPS Counter: Keep an eye on your game's performance without the F3 screen. Target Block: Displays the name of the block you are currently looking at. Durability Warning: Adds an on-screen warning before your valuable tools, weapons, or armor break. Fullbright Module: Light up the darkness! Seamlessly toggleable via a dedicated hotkey. Zoom Functionality: Integrated zoom feature to get a closer look at things in the distance. Enchantment Utilities: Better overview and management of your enchanted items.
⚙️ Technical Details Support: Developed for Minecraft 1.21.x (Fabric). Controls: Added dedicated keybindings (under the "SurvivalPlus" category) for Fullbright and Zoom in the control settings. Client-Side: This mod is completely client-side! You can safely use it on any multiplayer server or Realm without the server needing to install it.
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:GriDv8Bi:BXCsJKwd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GriDv8Bi:BXCsJKwd"
}

