Skip to content

Commit 3b5495e

Browse files
committed
Bump ID version
2 parents b418104 + 7c04180 commit 3b5495e

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG-1.20.1.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
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.0"></a>
5+
## [1.20.1-1.4.0](/compare/1.20.1-1.3.3...1.20.1-1.4.0) - 2025-12-31 14:42:03
6+
7+
8+
### Changed
9+
* Add dedicated storage per crafting job
10+
11+
When a crafting job is started, ingredients are immediately moved from
12+
general storage to the new storage buffers per crafting job. This avoids
13+
issues where ingredients can be consumed elsewhere (e.g. exporters or
14+
other crafting jobs) before it is used by the crafting job.
15+
16+
This also improves overall performance, as it is not necessary to run synchronous observers anymore.
17+
18+
Closes #112
19+
420
<a name="1.20.1-1.3.3"></a>
5-
## [1.20.1-1.3.3](/compare/1.20.1-1.3.2...1.20.1-1.3.3) - 2025-11-21 19:51:37
21+
## [1.20.1-1.3.3](/compare/1.20.1-1.3.2...1.20.1-1.3.3) - 2025-11-21 19:51:37 +0100
622

723

824
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ org.gradle.caching=true
3232

3333
# Dependencies
3434
cyclopscore_version=1.26.2-808
35-
integrateddynamics_version=1.30.1-1450
35+
integrateddynamics_version=1.30.2-1454
3636
commoncapabilities_version=2.9.12-263
3737
integratedtunnels_version=1.8.44-484
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.18.4 or higher.
3+
4+
Changes:
5+
* Add dedicated storage per crafting job
6+
7+
When a crafting job is started, ingredients are immediately moved from
8+
general storage to the new storage buffers per crafting job. This avoids
9+
issues where ingredients can be consumed elsewhere (e.g. exporters or
10+
other crafting jobs) before it is used by the crafting job.
11+
12+
This also improves overall performance, as it is not necessary to run synchronous observers anymore.
13+
14+
Closes #112
15+

0 commit comments

Comments
 (0)