Some createaddition:rolling recipes have the wrong format.
omgimanerd opened this issue ยท 2 comments
createaddition:rolling
recipe types take an input:object
key and a result:object
key. Some of the compat rolling recipes in the pack resources have ingredients:object[]
and results:object[]
which is not supported by Create Crafts and Additions.
For reference, here's the recipe serializer for the rolling recipes.
https://github.com/mrh0/createaddition/blob/1.20.1/src/main/java/com/mrh0/createaddition/recipe/rolling/RollingRecipeSerializer.java#L35-L40