Creators
Details
2.5.0
Compatibility
Changes
Eng:
-
Added a banner with flags of superpowers and military alliances, namely the Russia, USSR, USA, China, NATO
-
Added American TOW-2A ATGM
-
PTUR_CONTROLLER has been removed, now the launch takes place through the sight on the space bar, you can change it in the control settings
-
Added ATGM 9m14 Malytka, control is via arrow keys, you can also change it in the control settings
-
Added periscopes or triplexes that allow you to look outside the tank without looking outside
-
Links between sights and optical modules are saved in Sable schematics
-
Added ATGMs with KD, which is changed in the configs
Ru:
-
Добавлены баннер с флагами сверхдержав и военного альянса, а именно: Россия, СССР, США, Китай, НАТО.
-
Добавлены американские ПТУРы. Tow-2a.
-
Убран PTURCONTROLLER. Теперь пуск происходит через прицел на клавишу пробел. Изменить можно в настройках управления.
-
Добавлен ПТУР 9m14 Malytka. Управление идёт через стрелочки клавиши. так же изменить можно в настройках управления.
-
Добавлены перископы или же триплексы, которые позволяют смотреть снаружи танка, не выглядывая наружу.
-
Линки между прицелами и оптическими модулями сохраняются в Sable Schematics.
-
Добавлены ПТУРы с перезарядкой, которое изменяется в конфигах
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:bgLSyvzL:TWqCQkLh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bgLSyvzL:TWqCQkLh"
}

