Tags
Creators
Details
All versions
0.3
Release
New Soviet Era - 0.33 years ago 15.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog 0.2 -> 0.3
This version focuses on QOL and bug fixes
- Added Russian (ru_ru) and pre-reform Russian (ru_rpr) translations
- Added missing warped, cherry and bamboo planks
- Added unique sounds for TV being turned on/off and broken.
- Added many of the missing recipes
- Removed ability to cut blocks back into original form on stone-cutter
- Added button to open config file when using Mod Menu
- Added several new achievements and challenges
- Minor bug fixes
- Added some dedicated particle textures
- Fixed issue with some blocks being non opaque
- Fixed TVs' hit-boxes
- Switches no longer emit redstone particle
- Slightly improved cigarette's GUI model
- Light bulb lamp now makes a sound when repaired
- TV can now be repaired with a glass pane (breaking and re-placing still works for now)
- Technical changes
- Simplified recipe data generation
- Deleted various unused files - code, textures and models
- Bumped Fabric API, loader and mappings versions
NSE seems to work with 1.20.2, but please tell me if some issues arise on that version of Minecraft
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:Oz6dgdHL:7w3sBnVr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Oz6dgdHL:7w3sBnVr"
}

