Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 weeks ago
All versions
1.80
Release
First Steps 1.803 months ago 523
Uploaded by
Compatibility
Minecraft: Java Edition
26.2-pre-2
26.1.x
Platform
Fabric
Supported environments
Client and server
Changes
🛠️ Update Summary – Bug Fixes & Improvements
🐞 Bug Fixes
- Fixed the scrollbar jumping back to the top when selecting a structure in the structure list.
- Removed duplicate entries in the structure list caused by two "qraftyfied" items.
- Fixed an issue where some structures would not display at all.
- Fixed severe multiplayer lag/stuttering.
- "Apply to All Structures" now correctly shows the modified status.
- Fixed incorrect display behavior of the disabled structures list.
- Fixed several critical bugs that could crash the game.
- Resolved a mismatch between personalized settings changes and the "modified" indicators in the structure list.
- Fixed a bug where any change in personalized settings would force the sound option to Off.
✨ Minor Changes & Additions
- Simplified certain text descriptions for clarity.
- Adjusted some text colors to (hopefully) improve readability.
- Selected structures are now properly sorted into categories.
- Changed the default maximum block radius.
- Optimized overall FPS and TPS performance.
- Synced some content from Minecraft version 1.21.6.
💡 Recommendation
For a clean and complete fix, we strongly recommend going to Global Settings → Reset Global Settings.
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:98tY8ITu:eVOkViEw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:98tY8ITu:eVOkViEw"
}

