Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 10 hours ago
All versions
1.21.1-0.2.0-beta.2
Beta
Create Twistermill 1.21.1-0.2.0-beta.210 hours ago 10
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
-> Changelog: Update 1.21.1-0.2.0-beta.2
- Added Servo and Inverted Servo modes up to Mode 15.
- Changed Mode 8 to use the Mode 7 triple rotor with Free Bearing.
- Added return-to-zero before disassembly.
- Made Servo motor parameters configurable.
- Added Auto-Reseat and Contraption Memory.
- Updated PMWeather to 0.17.12-alpha.
- Fixed the Wind Vane PMWeather target-angle bug.
- Added separate maximum RPM settings for Weather2 and PMWeather.
- Added pitch-dependent sail force with configurable efficiency and peak pitch.
- Added wind and force vectors.
- Added Metal Traverse/Girder connections and ladder brackets.
- Redstone components can now be placed on Metal Traverses.
- Made the advancement reward item and amount configurable.
- Made the CTB background transparent.
- Updated config menus, Ponder scenes, tooltips, and translations.
- Added FramedBlocks compatibility for sails.
- Updated dependencies and fixed bugs.
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:I1hpoiHP:eUKyRSjg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I1hpoiHP:eUKyRSjg"
}

