- Fixed an issue where some recipes would be sometimes be missing if they output an item that multiple mods add
- Hypothetically fixed an issue where some recipes would be missing if multiple recipes that output the same item were generated
A cumulative changelog can be found here
Ported compatibility fix with QFAPI 4.0.0-beta.27+
A cumulative changelog can be found here
Fixed compatibility with QFAPI 4.0.0-beta.27+
A cumulative changelog can be found here
- Updated for 1.19.4
- Added optional "group" specification for resulting recipes
- this works the same way as it does for vanilla recipes when specified
- if not specified, the generated recipes' output items will be used as those recipes' groups
- to specify no group, set group to the empty string ("")
- added optional "category" specification for resulting recipes
- this works the same way as it does for vanilla recipes
- vanilla categories are "building", "redstone", "equipment", and "misc"
- if not specified, recipes will be categorized as "misc"
A cumulative changelog can be found here
Marked as compatible with 1.19.2
A cumulative changelog can be found here
Fixed log spam on recipe removal
A cumulative changelog can be found here
- Marked as compatible with 1.19.1
- Minor internal changes
A cumulative changelog can be found here
- Fixed an issue that prevented reshaped recipes from appearing in the recipe book
- May also fix #1
A cumulative changelog can be found here
Updated for 1.18.2 and 1.19!
A cumulative changelog can be found here
Updated for 1.18.1
A cumulative changelog can be found here
-
greatly simplified internals by using the same character tokens used in the JSON
-
renamed all 'input' classes and elements to 'source'
-
made normal recipe removal less aggressive so that recipes that don't contribute to a new recipe won't be removed
-
added optional
always_remove
parameter to source patterns which makes them remove any recipe that matches regardless of whether or not it contributes to a new recipe -
added mod icon and mcmeta files with descriptions for the builtin datapacks
A cumulative changelog can be found here