Open KodoDenka opened 1 year ago
In 1.20 you currently need to create recipes in a DataGenerator (https://fabricmc.net/wiki/tutorial:datagen_setup).
BetterNether does it with this class: https://github.com/quiqueck/BetterNether/blob/1.20/src/main/java/org/betterx/datagen/betternether/recipes/NetherRecipeDataProvider.java
What happened?
On the 1.19.2 version BCLRecipeBuilder.anvil() worked correctly for creating anvil recipes but no longer functions the same on the 1.20 version.
Code blob in question, GitHub - https://github.com/KodoDenka/knavesneeds/blob/1.20.1/common/src/main/java/net/knavesneeds/compat/data/BetterEndRecipesGenerator.java
Log was submitted by a user of my Mod.
BCLib
3.0.11
Fabric API
0.85.0+1.20.1
Fabric Loader
0.14
Minecraft
1.20.1
Relevant log output
Other Mods
No response