Skip to content

Commit dedaeaf

Browse files
committed
Bump mod version
1 parent cb3696a commit dedaeaf

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG-1.20.1.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
# Changelog for Minecraft 1.20.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="1.20.1-1.4.5"></a>
5+
## [1.20.1-1.4.5](/compare/1.20.1-1.4.4...1.20.1-1.4.5) - 2026-03-09 08:58:52
6+
7+
8+
### Fixed
9+
* Fix the reusable ingredients in chains of recipes blocking each other (#187)
10+
11+
If the same reusable ingredient would be used within a chain of dependent
12+
recipes, the ingredient could be used in a dependent recipe, thereby blocking
13+
the dependency recipe.
14+
15+
This change ensures that dependency-less recipes first get to use the reusable ingredients.
16+
17+
Closes #182
18+
419
<a name="1.20.1-1.4.4"></a>
5-
## [1.20.1-1.4.4](/compare/1.20.1-1.4.3...1.20.1-1.4.4) - 2026-02-12 16:47:55
20+
## [1.20.1-1.4.4](/compare/1.20.1-1.4.3...1.20.1-1.4.4) - 2026-02-12 16:47:55 +0100
621

722

823
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod_version=1.4.4
1+
mod_version=1.4.5
22
minecraft_version=1.20.1
33
forge_version=47.0.1
44
cyclopscore_version=1.18.4-340
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.18.4 or higher.
3+
4+
Fixes:
5+
* Fix the reusable ingredients in chains of recipes blocking each other (#187)
6+
7+
If the same reusable ingredient would be used within a chain of dependent
8+
recipes, the ingredient could be used in a dependent recipe, thereby blocking
9+
the dependency recipe.
10+
11+
This change ensures that dependency-less recipes first get to use the reusable ingredients.
12+
13+
Closes #182

0 commit comments

Comments
 (0)