Skip to content

Commit 79e2d97

Browse files
committed
Bump mod version
1 parent 1ca732a commit 79e2d97

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG-1.21.1.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# Changelog for Minecraft 1.21.1
22
All 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
mod_version=1.4.4
2+
mod_version=1.4.5
33
group=org.cyclops.integratedcrafting
44
java_version=21
55

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)