Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated 4 months ago
All versions
1.20.1-0.5.3-forge
Release
Clockwork v0.5.3 - MELTING POINT [FORGE]8 months ago 10.9K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Major bugfixing patch, some new content (copter bearings), and a bunch of visual improvements!
Added:
- Copter Bearings (bearings with a wafer for your drone and heli needs, will be redstone controllable next patch)
- New valves and pumps (they actually connect to eachother)
- Creative tabs!
- Wings now place like Sails (the funny arrows)
- New models for a few blocks (like the Blade Controller)
- New sounds for the Gravitron by Benoxiid!
Fixed:
- Propeller forces going to ten billion
- Propellers not propelling in some directions
- Propellers not having sound
- Propellers angle being inverted from what it should be
- Propellers not having a reverse thrust mode
- Wanderlite crashes with stairs due to a bug in VS assembly
- Air pocket forces trying to free themselves from their containment
- Spinoffs failing to reload (i hope)
- Brass props using sails failing to reassemble after assembly
- Blade controller saving
- Wanderwand NBT crash
- Gas engine not recognizing engines when placed
- and many, many others
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:84USeAvk:NZwO7Sji"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:84USeAvk:NZwO7Sji"
}



