File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for Minecraft 1.21.1
22All notable changes to this project will be documented in this file.
33
4+ <a name =" 1.21.1-1.4.5 " ></a >
5+ ## [ 1.21.1-1.4.5] ( https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.4.4...1.21.1-1.4.5 ) - 2026-03-09 16:17:51
6+
7+
8+ ### Added
9+ * Add translations through Crowdin (#181 )
10+
11+ ### Fixed
12+ * Fix the reusable ingredients in chains of recipes blocking each other (#187 )
13+ If the same reusable ingredient would be used within a chain of dependent
14+ recipes, the ingredient could be used in a dependent recipe, thereby blocking
15+ the dependency recipe.
16+ This change ensures that dependency-less recipes first get to use the reusable ingredients.
17+ Closes #182
18+ * Fix craft_planks.json: use "items" instead of "item" for MC 1.21 item predicate format
19+ * Fix insert_recipe_planks advancement condition
20+
421<a name =" 1.21.1-1.4.4 " ></a >
5- ## [ 1.21.1-1.4.4] ( https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.4.3...1.21.1-1.4.4 ) - 2026-02-12 16:49:31
22+ ## [ 1.21.1-1.4.4] ( https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.4.3...1.21.1-1.4.4 ) - 2026-02-12 16:49:31 +0100
623
724
825### Fixed
Original file line number Diff line number Diff line change 11# Project
2- mod_version =1.4.4
2+ mod_version =1.4.5
33group =org.cyclops.integratedcrafting
44java_version =21
55
Original file line number Diff line number Diff line change 1+ As always, don't forget to backup your world before updating!
2+ Requires CyclopsCore version 1.26.2 or higher.
3+
4+ Additions:
5+ * Add translations through Crowdin (#181)
6+
7+ Fixes:
8+ * Fix the reusable ingredients in chains of recipes blocking each other (#187)
9+ If the same reusable ingredient would be used within a chain of dependent
10+ recipes, the ingredient could be used in a dependent recipe, thereby blocking
11+ the dependency recipe.
12+ This change ensures that dependency-less recipes first get to use the reusable ingredients.
13+ Closes #182
14+ * Fix craft_planks.json: use "items" instead of "item" for MC 1.21 item predicate format
15+ * Fix insert_recipe_planks advancement condition
You can’t perform that action at this time.
0 commit comments