Create TFMG: Network Fix
Fixes TFMG recipe fields not syncing over the network, causing JEI to display vat recipes without machine modules on dedicated servers.
⬇ Download on CurseForgeThe author built this one for Minecraft 1.20.1 on Forge. On other versions it may install and then do nothing.
On dedicated servers, several TFMG recipe types do not serialize their custom fields into the network buffer. When the server sends recipes to clients, these fields arrive empty:
- VatMachineRecipe loses
machines,allowedVatTypes, andminSize— JEI displays vat recipes without machine modules (mixer, centrifuge, electrodes) and without material overlays (firebrick, cast iron). - IndustrialBlastingRecipe loses
hotAirUsage— blast furnace recipes show incorrect hot air requirements.
This only affects dedicated servers. In singleplayer, recipes are loaded directly from JSON, so all fields are present.
How it works
The mod uses Mixin to inject into the writeAdditional(FriendlyByteBuf) and readAdditional(FriendlyByteBuf) methods of both recipe classes. The missing fields are appended at the tail of the network buffer. No original TFMG code is replaced — the existing logic runs as-is.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as tfmg_network_fix-1.0.1.jar — drop this file into the mods folder
- Download size: 5 KB
- Download link checked 13 Sept 2026 — working
These come from our own check of the pack file, not from the source page.