gasworks-0.3.2
Curse Maven Snippet
What's new
Gasworks 0.3.2
Every recipe works again.
36 of the mod's 56 recipes were silently dropped at load: all 26 crafting recipes, the six Hyperbaric Press recipes, and the four Synthesis Reactor recipes that use a catalyst. Nothing in Gasworks could be crafted, and the Hyperbaric Press refused every gas you fed it — it decides what to accept by reading its own recipes, and it had none.
The cause was a JSON format error: ingredients were written as bare item ids
("minecraft:coal_block"), which is only valid from Minecraft 1.21.2 onward.
1.21.1 requires ingredient objects ({"item": "minecraft:coal_block"}). Every
affected file has been regenerated.
Added: /gasworks recipes — prints how many recipes of each Gasworks type
actually loaded, and which gases the Hyperbaric Press will accept. Useful for
telling "the machine is broken" apart from "the recipes never loaded".
This mod has no additional files

