Skip to content

Commit 0e91c92

Browse files
committed
Bump mod version
1 parent 3b5495e commit 0e91c92

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG-1.21.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.21.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="1.21.1-1.4.0"></a>
5+
## [1.21.1-1.4.0](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.3.4...1.21.1-1.4.0) - 2025-12-31 14:44:30
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.21.1-1.3.4"></a>
5-
## [1.21.1-1.3.4](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.3.3...1.21.1-1.3.4) - 2025-11-21 19:52:19
21+
## [1.21.1-1.3.4](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.3.3...1.21.1-1.3.4) - 2025-11-21 19:52:19 +0100
622

723

824
### Added

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.3.4
2+
mod_version=1.4.0
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+
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)