1.4.4
Compatibility
Required content
Changes
FEATURES
- Tiv can now be healed when right-clicked with an iron ingot
- Made tiv accelerate somewhat close the the irl vehicle
- Vehicle data now reads faster
- You can now change seats using "B" (configurable)
- Turret (IMAX camera) can now be accesible and you can rotate it, when sitting the the 3rd seat click the up arrow "↑" (configurable) to enter and leave it. If driver is alone in the vehicle, they can switch to turret. If one passenger is present, only they can switch to turret. If two passengers are present, the driver gets the rights to swap the passengers between seats.

- Added engine sounds
- Added "Metro" text on front of the tiv (our modeler's name)
CHANGES
-
Tiv item now has a custom model instead of a flat texture

-
Player is now immune to most damage inside tiv, with magic, explosions and fall damage being an exception
-
Tiv is immune to some mob attacks, cacti, arrows, etc. (so stuff that wouldn't damage a car)
-
Removed the V keybind for undeploying, X now does both
FIXES
- Fixed tiv being able to deploy twice under some circumstances
- Fixed hail damage sounds playing when TIV parked under roof
- Fixed player not being able to eat food while in TIV
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:wS687vWU:5pfMb9eo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wS687vWU:5pfMb9eo"
}

