
The vast sky
The vast sky is a tactical round-based CS:GO style Minecraft 1.12.2 mod featuring C4 bomb planting and defusing with 3D models and remote detonators, custom loadout classes, automatic destructible arena restoration, and an in-game GUI rule control editor.
0.0.1
Compatibility
Changes
📝 Changelog v0.0.1 (The vast sky)
🚀 What's New
- ➕ 3D Explosive Models: Added high-detail 3D models for C4, Bomb, and Remote Detonator with custom texture mapping.
- ⚙️ In-Game Config GUI: Enabled clickable Config button in Forge's mod list screen with Beta Feature toggles (Class System, Free For All).
- 🌐 Full Localization: Complete Russian and English language support for all GUIs, item tooltips, and chat notifications.
- 🏷️ Rebranding: Migrated all internal namespaces, network channels, and asset paths to
the_vast_sky.
🛠️ Fixes & Improvements
- 🔧 3D Model Rotation Baking (Bake 180°): Resolved purple-black missing texture cube issue on C4 by baking element rotation angles for 100% compatibility with Minecraft 1.12.2's model parser.
- 📦 Creative Tab Cleanup: Removed unnecessary technical plant block from the creative inventory tab and set tab label to The vast sky.
- 🔄 Kit Synchronization: Fixed class inventory saving and slot syncing across server clients.
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:OKwIlFlz:mLAfd2dK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OKwIlFlz:mLAfd2dK"
}
