Tags
Creators
Details
2.1.0-1.20.1-0.5.1.c-fabric
Compatibility
Required content
Changes
Extended Cogwheels v2.1.0 for Minecraft Fabric 1.20.1
- Unlimited compatibility (for wood at least), you can now use any wood type on cogwheels - absolutely any, the textures will be dynamically mapped.
- Encasing, you can now encase any cogwheel even with different materials.
- No more messy inventories, creative mode tabs or JEI pages all cogwheel materials have been merged into just one block for each shape. Simply click them with the material you want once they are placed.
- Overhauled textures & models, steel & iron cogwheels now have new textures as well as new chunky models for some cogwheels.
- Brass Cogwheels (These use the new chunky models)
- 1.20 support (Will be released shortly after Create Fabric Updates)
- For balancing reasons shaftless and half shaft cogwheels can no longer be used in recipes in place of standard cogwheels.
- Cogwheel limits now need to be set using KubeJS
- You can now click a shaftless cogwheel with a shaft to change it to a standard one.
- Better placement helpers for half shaft cogwheels.
- Better API for custom cogwheel materials (KubeJS)
- Added more detailed tags for shaftless & half shaft cogwheels.
- Made cogwheel limits check lazy
- Fixed the little mismatch in rotation between cogwheels and shafts that would occasionally occur
- Fixed startup crash on 0.5.1 (You would hope so)
- Fixed sequenced recipes being invalidated
- Fixed piston extension pole recipe being overwritten
- Fixed invalid copper recipes
- Fixed encasing reverting cogwheels
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:qO4lsa4Y:YqweXuwL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qO4lsa4Y:YqweXuwL"
}


