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.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
Original file line number Diff line number Diff line change 11# Project
2- mod_version =1.3.4
2+ mod_version =1.4.0
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+ 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+
You can’t perform that action at this time.
0 commit comments