Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 4 months ago
All versions
1.20.1-fabric-2.4.11
Release
[Fabric 1.20.1] v2.4.114 months ago 121.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
VS 2.4.11
Bug fixes galore
Changes:
- Old (buggy) air pocket system is now able to be turned off, and is off by default. A better airpocket system is still in progress.
- Atmospheric max has been changed from 1000 to 2000. This should make propeller planes much more controllable at altitudes above the clouds, where before they would stall pretty suddenly.
- Added
/vs drycommand for once ship flooding is added.
API changes:
- Fixed
transformFromWorldToNearbyShipsAndWorldutil function - Added
getAllConnectedShipsto GTPA - Added liquid overlap to GTPA
- Added
.serialized()method toVSJoint, allowing for addons to opt-in to automatic joint saving/loading handled by VS core - Moved command related classes (aka
ShipArgumentand others). Breaking change, but only imports will need changing
Bugfixes:
- Fixed buoyancy on large ships not being quite right
- Fixed an issue where Connectivity would still cause lag even if disabled
- Fixed a crash with Real Camera
- Fixed hexcasting and hexal compat issues
- Fixed copycats duping on assembly
- Fixed CBC autocannons breaking on VS ships
- Fixed a crash with Create: Hypertubes (sorry it took so long Rok!)
- Fixed visual artifacts with the ship AABB when at large coordinates
- Fixed visual artifacts with create flywheels when at large coordinates
Optional dependencies
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:V5ujR2yw:qJr3y5vI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V5ujR2yw:qJr3y5vI"
}




