Tags
Creators
Details
1.9.0+mc1.20.1
Compatibility
Required content
Changes
🎯 Release v1.9.0 - Handheld Tanks Read Right, and a Smarter Position Editor
Highlights: Held filling/fueling tanks now show their actual level on the HUD, and the position editor can finally place the detailed overlay too — not just the sprite.
✨ What's New
📝 Position the Detailed Overlay
- The Edit Overlay Position keybind (default
O) now previews whichever overlay you're using. - In detailed (text) mode, the editor shows the real tooltip while you drag it, so what you see is what you get — previously you could only ever preview the simplified sprite.
- The tank scale slider only appears in simplified mode now, since it doesn't apply to the text view.
- Position is still shared between both views, so setting it once carries across.
🔧 Fixes
🪣 Held Tanks Now Show Their Real Level
- Standalone Create: Stuff 'N Additions tanks — the small / medium / large filling and fueling tanks and the creative filling tank — used to display as empty even when full.
- They store their contents differently from the jetpacks/exoskeletons, so the overlay was reading the wrong value. They now read correctly in both the sprite and text overlays.
- The level is scaled to each tank's capacity (including CS&A's configurable capacities), and the creative filling tank always reads as full.
🔄 Under the Hood
- License metadata corrected to MIT to match
LICENSE.txt.
🔄 Backward Compatibility
✅ Existing configs keep working — your saved overlay position and settings are unchanged. ✅ Same Minecraft version — still Minecraft 1.21.1 / NeoForge.
📥 Installation
- Download the latest
.jarfile from this release - Place it in your
modsfolder - Launch Minecraft with NeoForge
Requirements: Minecraft 1.21.1 | NeoForge 21.1.233+ | Create 6.0.11+
Compatibility: Works with Create: Stuff & Additions and other Create-compatible tank items
Optional dependencies
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:csA0cpEX:Rvh0zKoV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:csA0cpEX:Rvh0zKoV"
}

