promotional bannermobile promotional banner

Gasworks

Thirteen underground gases with real density and diffusion, moved through pipes under pressure. Runs on Forge Energy and registers every gas as a fluid, so it talks to the rest of your pack.
Back to Files

gasworks-0.3.2

File namegasworks-0.3.2.jar
Uploader
Fores2100Fores2100
Uploaded
Aug 28, 2026
Downloads
7
Size
408.7 KB
Mod Loaders
NeoForge
File ID
8753259
Type
A
Alpha
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:gasworks-1669591:8753259"

Learn more about Curse Maven

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