Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last year
All versions
1.4.1
Release
kogtyv-TAV 1.4.1 (NeoForge) 1.212 years ago 356
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Changes
BUNKER UPDATE 1.4.1
Added:
- A new structure called “Bunker”. Generated in the same locations as Soviet cities.
- Added new special loot to the “Bunker” structure.
- Added a new achievement related to the Bunker.
- Added variations of Soviet buildings, now with glazed balconies and not with glazed balconies.
- Added 3 new beds to European cities. Modified:
- Changed white glass panels on balconies in Soviet cities, replaced with white glass block.
- Changed the rarity of towns appearing between each other, now villages appear more often and towns less often. Bugfixes:
- Fixed a bug with the Monikalong structure - this house simply did not generate in Soviet cities.
- Fixed a bug with loot in chests, earlier it simply did not appear.
- Fixed bug with half red beds in European cities in the taiga.
- Fixed the center of the structure “rondo_youipun”.
- Fixed camod generation in the structure “red_stalin_short”.
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:xXClL8T5:y7wdrwOo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xXClL8T5:y7wdrwOo"
}

