Ported 1.5.0 to MC 1.21-1.21.1
From 1.5.0: Ported 1.4.0 to MC 1.20.5-1.20.6
From 1.4.0: Ported 1.3.0 to MC 1.20.3-1.20.4
From 1.3.0:
- Backported changes from 1.2.2 to MC 1.20.2
- Fixed
common_ingredients
for matching shapeless recipes - Fixed
id_substrings
for matching shapeless recipes
A cumulative changelog can be found here
Ported 1.4.0 to MC 1.20.5-1.20.6
From 1.4.0: Ported 1.3.0 to MC 1.20.3-1.20.4
From 1.3.0:
- Backported changes from 1.2.2 to MC 1.20.2
- Fixed
common_ingredients
for matching shapeless recipes - Fixed
id_substrings
for matching shapeless recipes
A cumulative changelog can be found here
Ported 1.3.0 to MC 1.20.3-1.20.4
From 1.3.0:
- Backported changes from 1.2.2 to MC 1.20.2
- Fixed
common_ingredients
for matching shapeless recipes - Fixed
id_substrings
for matching shapeless recipes
A cumulative changelog can be found here
- Backported changes from 1.2.2 to MC 1.20.2
- Fixed
common_ingredients
for matching shapeless recipes - Fixed
id_substrings
for matching shapeless recipes
A cumulative changelog can be found here
- Marked as compatible with 1.21.1
- Fixed recipes from conflict_resolution and fixed_inconsistencies not actually being added
- Updated recipe removal to use pack.mcmeta filters instead of overwriting and outputting air
("Item must not be minecraft:air" errors will no longer be replaced with "Removing recipe: some:recipe" messages)
A cumulative changelog can be found here
- Fixed a crash/data pack error caused by generating recipes with different types but the same ids (#5)
- Added optional SSS Translate dependency; install SSS Translate for automatic translation updates (client-side)
A cumulative changelog can be found here
- Updated for 1.21
- Updated translations
- Minor internal changes
A cumulative changelog can be found here
Updated for 1.20.5
A cumulative changelog can be found here
Updated for 1.20.3 and 1.20.4
A cumulative changelog can be found here
Updated for 1.20.2
A cumulative changelog can be found here
Updated for 1.20 and 1.20.1!
A cumulative changelog can be found here
Ported a fix for a crash that could result from generating invalid ids when trying to resolve recipe id conflicts
A cumulative changelog can be found here
Fixed a crash that could result from generating invalid ids when trying to resolve recipe id conflicts
A cumulative changelog can be found here
Backported some error logging from 1.19.4 version
A cumulative changelog can be found here
Ported fixes for missing recipes from 1.19.2
A cumulative changelog can be found here
- 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