File Details
tfmg_network_fix-1.0.1.jar
- R
- Apr 15, 2026
- 4.94 KB
- 279
- 1.20.1
- Forge
File Name
tfmg_network_fix-1.0.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
- Crash on startup with TFMG 1.0.2f — Mixin used
@InjecttargetingwriteAdditional(FriendlyByteBuf)/readAdditional(FriendlyByteBuf)onIndustrialBlastingRecipeandVatMachineRecipe, but these methods are not declared in those classes — they are inherited from Create'sProcessingRecipe. Mixin could not find the injection target, causingMixinTransformerError. - 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.