kaucja-7.4.0.jar
Curse Maven Snippet
What's new
Kaucja v7.4.0 — Changelog
MC Version: 1.20.1 (Forge 47.2.0) File: kaucja-7.4.0.jar
Fixes
Fixed: Mod refused to load ("error during mod loading")
The META-INF/mods.toml file had a corrupted [[mods]] header — it was rendered as [ods]] (missing leading [ and m). Forge could not find a valid mod declaration and refused to load the mod at startup. Rewrote the entire mods.toml from scratch with the correct [[mods]] header.
Fixed: Empty bottles showed broken/invisible icons in GUI
The three empty bottle items (Empty Glass Bottle, Empty Aluminium Can, Empty Plastic Bottle) used custom 3D models whose gui display transform caused them to render off-center or clip out of the GUI slot.
Fix: Replaced all three 3D model references with simple minecraft:item/generated 2D sprite models that use the existing 128×128 textures directly. The dirty override predicate is preserved, so dirty bottles still swap to their dirty texture correctly. The bottles now render as clean, properly-centered flat sprites in GUIs, inventory, and creative tab.
Affected files:
assets/kaucja/models/item/empty_bottle.jsonassets/kaucja/models/item/empty_bottle_aluminium.jsonassets/kaucja/models/item/empty_bottle_plastic.jsonassets/kaucja/models/item/empty_bottle_dirty.jsonassets/kaucja/models/item/empty_bottle_aluminium_dirty.jsonassets/kaucja/models/item/empty_bottle_plastic_dirty.json
Fixed: Build toolchain incompatibility with JDK 21
Gradle 8.1.1 (the version pinned by the Forge MDK template) is incompatible with JDK 21 — it throws Unsupported class file major version 65 on launch. Upgraded the Gradle wrapper to Gradle 8.7, the newest version that still works with ForgeGradle 6.0.x and supports JDK 21.
Installation
Drop kaucja-7.4.0.jar into your Minecraft Forge 1.20.1 mods/ folder. No dependencies required (Create mod integration is optional and auto-detects).
Compatibility
- Minecraft 1.20.1
- Forge 47.2.0 or newer
- Java 17 (runtime)
Licensing
MIT License — © Kaimo (Filip)
This mod has no additional files

