promotional bannermobile promotional banner

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.
Back to Files

tfmg_network_fix-1.0.1.jar

File nametfmg_network_fix-1.0.1.jar
Uploader
ringowayringoway
Uploaded
Apr 15, 2026
Downloads
492
Size
4.9 KB
Mod Loaders
Forge
File ID
7930529
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:create-tfmg-network-fix-1513291:7930529")

Learn more about Curse Maven

What's new

  • Crash on startup with TFMG 1.0.2f — Mixin used @Inject targeting writeAdditional(FriendlyByteBuf) / readAdditional(FriendlyByteBuf) on IndustrialBlastingRecipe and VatMachineRecipe, but these methods are not declared in those classes — they are inherited from Create's ProcessingRecipe. Mixin could not find the injection target, causing MixinTransformerError.
  • Changed approach: instead of @Inject, mixin now directly overrides the inherited methods. This correctly adds the missing network serialization without requiring the target class to explicitly declare the methods.

This mod has no additional files