2.5.0
Compatibility
Changes
In this update, many tanks were added, including prototype tanks. I took them from here: https://tanks-encyclopedia.com/world-war-i-tanks.php Tanks: There are many different tanks from the First World War in the mod. Most of them are little-known prototype tanks of the First World War. Here are all the features they have:
Movement. The tank can be controlled via wasd
Armament. Only one player can sit in a tank, and to switch between weapons you need to press different numbers on the keyboard. For example: on a tank there are 4 weapon positions, the main cannon (number 1), a machine gun on the side (number 2) on the other side (number 3), etc. Depending on the weapon you are sitting in, the camera will also change, but you can control the tank from any point. I hope I explained it well
Repair system. The tank can be repaired using the X button. It restores HP as long as the button is held down. When repaired, the tank cannot move
Unique features. Each tank has a unique function. Press 0 to activate it
Watch the video review here: https://www.youtube.com/watch?v=sGfkgvwpFRU
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:QNomVfmb:Bd3l8MXO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QNomVfmb:Bd3l8MXO"
}

