Tags
Creators
Details
1.3.4
Compatibility
Changes
- New steering wheel / dasboard texture, huge thanks for Gleb for the amazing model. This is part of a work-in-progress mod, Create: Motorsports, which I'm helping develop
- Dashboard and Control Wheel both have screen rendering now, with customizable display. By default, speed, x/z pos is shown. Add Live Control numbered rows to the config file, to view power or RPM.
- Add custom text or variables to these screens using the sequencer modes "display" lines.
- New Vista mod compat, so you can load a hollow cassette into the Control Wheel or Dashboard, and toggle to view the camera on the screen! In the config file, you must configure a row in live controls to be the "camera toggle"
- Portuguese language file update
- Sync keyboard animations across server/client so keystroke is visible to all players
- Keyboard ownership behavior: first person to click a newly placed keyboard claims ownership and "locks" it. Can be unlocked for public use
- Autostart favoriting is now a client-side preference
- Revert button added to Redstone Link set up screen
- Configurable "passthrough keys" that wont get picked up in live control mode, so you can do something like add the "M" key to view map while in Live Controls
- Trigger a much harder recipe if desired, with server config
- Fix wireless copycats' test faces getting stuck with gold face when stopwatch tick gets lost
- Improved toggle behavior, so it doesnt forget set redstone signals when reloading chunks
- Create is a soft dependency again
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:vnZAETyV:NkdELhcm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vnZAETyV:NkdELhcm"
}

