Fabric Shield Lib

Fabric Shield Lib

3M Downloads

1.20.1 Error on world opening due to recipe serializer

Diamssword opened this issue ยท 2 comments

commented

Hello,
It seems the 1.20.1-1.7.2 version of the lib make the world crash on opening/creation.
I just followed the basic tutorial on the fabric wiki

java.lang.AbstractMethodError: Receiver class com.github.crimsondawn45.fabricshieldlib.initializers.FabricShieldLib$$Lambda$4005/0x000001205fa5fc88 does not define or inherit an implementation of the resolved method 'abstract net.minecraft.recipe.CraftingRecipe create(net.minecraft.util.Identifier, net.minecraft.recipe.book.CraftingRecipeCategory)' of interface net.minecraft.recipe.SpecialRecipeSerializer$Factory.

crash-2025-01-31_15.41.07-client.txt

commented

You seem to be using the 1.20.4 version of the library, as per the crash report. Double check your gradle.properties

commented

Yeah, this was the issue.
Guess I can't read, my bad!
Thank you