Skip to content

v1.9.1

Latest

Choose a tag to compare

@Jopgood Jopgood released this 27 Jun 07:34
8dff393

🎯 Release v1.9.1 - Jetpacks & Drill Read Right Again

Highlights: Fixes the HUD showing jetpacks, exoskeletons and the portable drill as empty on current Create: Stuff 'N Additions builds.

πŸ”§ Fixes

β›½ Jetpacks and the Hand Drill No Longer Show Empty

  • On newer Create: Stuff 'N Additions (2.1.4+), the overlay drew every jetpack, exoskeleton and portable drill as empty, no matter how much fuel or water they actually held (#19).
  • CS&A 2.1.4 stopped storing levels in item NBT (tagFuel / tagWater) and moved them into a NeoForge fluid handler β€” fuel as lava, water as water. The overlay was still reading the old NBT, which no longer exists, so everything read as zero.
  • The overlay now reads the fluid handler directly and scales each bar to the tank's own reported capacity (so CS&A's configurable capacities are honoured). Pre-2.1.4 CS&A still works via the old NBT fallback.

🦴 Netherite Exoskeleton Now Shows Up

  • The netherite exoskeleton holds both fuel and water, but it was missing from the overlay's recognised-item list, so it displayed nothing. It's now detected like the other exoskeletons.

πŸ”„ Backward Compatibility

βœ… Older CS&A still supported β€” pre-2.1.4 installs keep reading via the legacy NBT path.
βœ… Existing configs keep working β€” your saved overlay position and settings are unchanged.
βœ… Same Minecraft version β€” still Minecraft 1.21.1 / NeoForge.

πŸ“₯ Installation

  1. Download the latest .jar file from this release
  2. Place it in your mods folder
  3. Launch Minecraft with NeoForge

Requirements: Minecraft 1.21.1 | NeoForge 21.1.233+ | Create 6.0.11+

Compatibility: Works with Create: Stuff & Additions (2.1.4+) and other Create-compatible tank items