Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
3.6.3
Release
Silent Gear 3.6.32 years ago 4,102
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.20.1-3.6.3] - 2024-03-20
Fixed
- The patch from last version sometimes crashing, specifically if a file with a missing harvest tier has the old harvest level stat given as a JSON object. [#660]
- Again, this patch will be removed no later than Minecraft 1.21, at which point harvest tiers must be used.
[1.20.1-3.6.2] - 2024-03-19
Added
- A temporary compatibility patch to make pre-3.6.0 material JSON files load. This should allow most mods and data packs to function like they did before. A "material has no harvest tier" warning will be logged for each material that has a "guessed" harvest tier.
- This will be removed no later than Minecraft 1.21
[1.20.1-3.6.1] - 2024-03-17
Please read the changes for 3.6.0 as well!
Changed
- Added resource ID and pack name to error messages related to loading of materials, parts, and traits. This should help track down mods and data packs that are not updated for 3.6.0.
[1.20.1-3.6.0] - 2024-03-16
MAJOR BREAKING CHANGE! Please read...
Changed
- BREAKING: Replaced the harvest level stat with a harvest tier property. This is a breaking change for mods and data packs! This change should fix compatibility with mods that add their own
Tiers for block harvest checks.- To fix material JSON files, simply add a
harvest_tierproperty to the root of the file (same level astypeandsimple). The value is a string, which is the name of the Tier, such asminecraft:iron.
- To fix material JSON files, simply add a
Fixed
- Added a proper texture and localized name for Coating Smithing Template
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:73mSSnCf:VA6DRIpe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73mSSnCf:VA6DRIpe"
}

