Crash with the new FDR version 3.0.1
MugoSquero opened this issue ยท 2 comments
Mod loader
Fabric
Minecraft version
1.21.1
Mod version
2.0.2
Modloader version
Fabric Loader: 0.16.10; API: 0.115.3
Modpack info
No response
[IMPORTANT] If bug:
- I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.
[IMPORTANT] If bug: The latest.log file, not the crash report
Issue description
Tested on a fresh instance with only the farmer's delight refabricated and autochef's delight.
A little snippet of the crash-report:
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for autochefsdelight.mixins.json:CookingPotBlockEntityMixin from mod autochefsdelight during activity: [Transform -> Method getMatchingRecipe(Lnet/minecraft/recipe/RecipeManager$MatchGetter;Lnet/minecraft/recipe/input/RecipeInput;Lnet/minecraft/world/World;Lcom/llamalad7/mixinextras/injector/wrapoperation/Operation;)Ljava/util/Optional; -> INVOKEVIRTUAL -> vectorwing/farmersdelight/common/crafting/RecipeWrapper::getHandler:()Lio/github/fabricators_of_create/porting_lib/transfer/item/ItemStackHandler;]
at app//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:313)
at app//org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
at app//org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1292)
at app//org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:203)
at app//org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
at app//org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 22 more
Same here, the mod needs to be updated for the newer Farmer's Delight Refabricated version:
"If you have an addon, you will need to update if you utilise any Porting Lib systems in your mod."
the new FDR has some bugs that need to be fixed so I can not update my mod right now: MehVahdJukaar/FarmersDelightRefabricated#167