Tags
Creators
Details
6.4.0
Compatibility
Changes
Changes:
- Custom Categories: You can now create and modify your own categories without limits via JSON.
- JSON Unified Loading: Centralized the JSON loading method. All modifications must now be performed via overrides within the Custom folder.
- Tooltips: New tooltip styles (cleaner and unique visuals).
- Skill Configuration: Added an optional "configuration" property to skills to define specific behaviors:
- Purchasable
- Refundable
- Incompatibilities
- Prerequisites
- Level requirement
- New Category: Added "Nature".
- UI: Redesigned category tab layout in the menu.
- Skill Reassignment: Updated categories for:
- Excavation: Misc -> Abilities
- Sheperd's Blessing: Misc -> Nature
- Green Thumb: Misc -> Nature
- Config: New config setting (Purchasable Skills).
- Bulk Purchase/Refund: Buttons now change texture only on hover.
- Skill Requirements: Skill requirements are now displayed below the description in the tooltip.
- Localization: Added Spanish translation (Thanks to Estatrix).
[Bug Fixes]
- Fixed flickering issues caused by stats decimal calculations.
- Fixed some exploits with "Spare Parts". It no longer functions on recipes where all ingredients (4 or 9) are identical.
- Fixed various issues with UI and Textures.
[API] Breaking Changes: The API is currently under heavy reconstruction. It remains accessible, but usage is highly discouraged at this stage as further breaking changes are guaranteed.
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:4rKNK5O2:LudCvklc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4rKNK5O2:LudCvklc"
}

