All versions
2.0.0
Release
v2.0.0last year 616
Uploaded by
Compatibility
Minecraft: Java Edition
1.21ā1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.5
Platform
Data Pack
Required content
Changes
Version 2.0.0 (Current)
Major Changes
- Complete overhaul of the bartering system
- Added new advanced machinery items:
- Mechanical Crafters
- Mechanical Drills
- Mechanical Harvesters
- Mechanical Ploughs
- Precision Mechanisms
- Rotation Speed Controllers
New Features
- Added mechanical components:
- Mechanical Arms
- Mechanical Pulleys
- Mechanical Mixers
- Mechanical Rollers
- Mechanical Presses
- Implemented new weight-based distribution system
- Reorganized items into logical categories
Balance Changes
- Increased quantities of basic materials:
- Andesite Alloy: 1-3 ā 2-4
- Copper Ingots: 1-3 ā 2-5
- Brass Ingots: 1-3 ā 2-4
- Zinc Ingots: 1-3 ā 2-4
- Added weight system for better item distribution:
- Basic components: weight 10-15
- Mechanical components: weight 4-8
- Advanced machinery: weight 3-5
Documentation
- Reorganized item list into categories
- Added detailed version compatibility information
- Updated description with new features and balance changes
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:mMEVlNM5:30o9YqbM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mMEVlNM5:30o9YqbM"
}


