All versions
1.4.0.68
Release
Create: VS Engineering 0.1.25 months ago 1,175
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Unavailable version
Any compatible version
Unavailable version
Changes
Added
- Added
Ship Bearing, allowing Create contraptions to be converted into Valkyrien Skies ships while preserving rotational control through the bearing. - Added
Copycat Wingsin four variants:- Full Block
- Slab
- Stairs
- Vertical Stairs
- Added a dedicated mod creative tab for CVS Engineering content.
- Added copycat wing assets, recipes, loot tables, and block/item models for the new wing variants.
Copycat Wing Features
- Copycat Wings use block-style variants based on Copycats+ shapes.
- Wing behavior was adapted to match expected aerodynamic behavior similar to Create: Propulsion’s copycat wing logic.
- Copycat Wings support connected copycat visuals and proper material application.
- Improved face culling behavior so the copycat wing base state behaves correctly before a material is applied.
- Added Embeddium-specific compatibility for copycat wing occlusion handling where needed.
Ship Bearing Improvements
- Improved Ship Bearing integration with Create Interactive.
- Interactive contraptions mounted on a Ship Bearing now behave much closer to normal Valkyrien Skies ships instead of being restricted by standard contraption-only behavior.
- This reduces contraption-side interference for supported systems and allows more normal world-style interaction with blocks mounted on interactive Ship Bearing setups.
Mechanical Arm Compatibility
- Added Mechanical Arm support between:
- world -> ship
- ship -> world
- ship -> ship
- Mechanical Arm targeting, range checks, and interaction logic now work across different ship/world spaces.
- Mechanical Arm behavior on interactive Ship Bearing structures was adjusted so it behaves more like normal block interaction instead of being limited by standard contraption rules.
Create Interactive Improvements
- Improved compatibility with Create Interactive so interactive contraptions mounted on the Ship Bearing are treated more like real ships/real blocks for supported interactions.
- Reduced standard contraption-rule interference for supported block systems.
- Deployer interaction logic and visual behavior on interactive Ship Bearing setups were corrected so rotation alone no longer incorrectly drives normal deployer use behavior.
- General interaction handling was refined so right-click behavior better respects normal block logic where appropriate on interactive Ship Bearing constructs.
Fluid / Pipe Compatibility
- Added Create fluid pipe compatibility for Valkyrien Skies ships.
- Open-ended pipes and pumps mounted on ships can now correctly interact with fluids in the world using the ship’s real transformed position.
- This allows ship-mounted Create fluid systems to detect and pull from world fluids correctly when their open pipe end is visually inside the fluid.
- Current scope:
- supported: ship -> world fluid interaction
- not supported: world pipe -> ship fluid target interaction
Compatibility / Maintenance
- Updated the mod to
Create 6.0.8. - Added current support structure for
Copycats+-based wing content. - Kept the mod focused on the current stable feature set without the removed experimental bearing systems.
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:kQp97k0m:DyNvRj7J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kQp97k0m:DyNvRj7J"
}

