Updated to 1.21!
Fixed a Mixin debug that I forgot to remove
Updated to 1.20.5+! Now you can also use custom components. NBT support is still manteined if you prefer.
-
Fixed a bug where registering multiple recipes with the same items (in input, ingredient and output) with different NBT resulted in only one recipe being used
-
Now you can also check for the presence of field and specific value! You will need to use
CustomBrewRecipeRegister.registerCustomRecipeNbtField();
-
Improved the way recipes with NBT are stored
- Added option to register recipes that check only for the presence of an NBT-field in the input & ingredient items.
First release!