|
| 1 | +# Changelog for Minecraft 1.21.1 |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +<a name="1.21.1-1.3.0"></a> |
| 5 | +## [1.21.1-1.3.0](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.2.3...1.21.1-1.3.0) - 2025-10-07 17:32:46 |
| 6 | + |
| 7 | + |
| 8 | +### Added |
| 9 | +* Add Attuned Crafting Interface: Handles crafting for all recipes exposed by the target machine. |
| 10 | + |
| 11 | +### Fixed |
| 12 | +* Fix recursive recipes failing complete plan calculation |
| 13 | + |
| 14 | +<a name="1.21.1-1.2.3"></a> |
| 15 | +## [1.21.1-1.2.3](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.2.2...1.21.1-1.2.3) - 2025-07-29 17:19:54 +0200 |
| 16 | + |
| 17 | + |
| 18 | +### Added |
| 19 | +* Add translations through Crowdin (#148) |
| 20 | +* Add PT_BR localization (#147) |
| 21 | + |
| 22 | +### Fixed |
| 23 | +* Fix autocraft crash when recipe does not fit in 2x2, Closes #149 |
| 24 | +* Fix some spelling and grammar typos in lang (#145) |
| 25 | + |
| 26 | +<a name="1.21.1-1.2.2"></a> |
| 27 | +## [1.21.1-1.2.2](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.2.1...1.21.1-1.2.2) - 2025-05-31 21:36:01 +0200 |
| 28 | + |
| 29 | + |
| 30 | +### Fixed |
| 31 | +* Fix aspect icons in Network Reader not loading |
| 32 | + |
| 33 | +<a name="1.21.1-1.2.1"></a> |
| 34 | +## [1.21.1-1.2.1](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.2.0...1.21.1-1.2.1) - 2025-05-25 07:02:10 +0200 |
| 35 | + |
| 36 | + |
| 37 | +### Fixed |
| 38 | +* Fix cursor centering on gui switching, Closes CyclopsMC/IntegratedDynamics#1514 |
| 39 | + |
| 40 | +<a name="1.21.1-1.2.0"></a> |
| 41 | +## [1.21.1-1.2.0](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.16...1.21.1-1.2.0) - 2025-05-10 09:01:12 +0200 |
| 42 | + |
| 43 | + |
| 44 | +### Added |
| 45 | +* Add smithing table and stonecutter support, Closes #118 |
| 46 | + |
| 47 | +<a name="1.21.1-1.1.16"></a> |
| 48 | +## [1.21.1-1.1.16](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.15...1.21.1-1.1.16) - 2025-02-15 10:20:55 +0100 |
| 49 | + |
| 50 | + |
| 51 | +### Fixed |
| 52 | +* Fix broken advancement icons |
| 53 | + |
| 54 | +<a name="1.21.1-1.1.15"></a> |
| 55 | +## [1.21.1-1.1.15](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.14...1.21.1-1.1.15) - 2025-02-10 16:29:37 +0100 |
| 56 | + |
| 57 | + |
| 58 | +### Fixed |
| 59 | +* Fix over-estimation of storage contents when calculating jobs |
| 60 | + |
| 61 | +This could occur when an ingredient could be partially extracted from |
| 62 | +storage and partially had to be autocrafted via a sub-job. |
| 63 | +The simulated extraction memory was being set to an amount that was too |
| 64 | +low, which caused the algorithm to incorrectly think there was more to |
| 65 | +extract. |
| 66 | +The flaw in reasoning before this commit was that the simulation |
| 67 | +extraction memory would only increment. But this is false, since it will |
| 68 | +decrement when sub-jobs are calculated, and this decrement was not taken |
| 69 | +into account. |
| 70 | + |
| 71 | +Closes #125 |
| 72 | + |
| 73 | +<a name="1.21.1-1.1.14"></a> |
| 74 | +## [1.21.1-1.1.14](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.13...1.21.1-1.1.14) - 2025-02-08 16:19:03 +0100 |
| 75 | + |
| 76 | + |
| 77 | +### Added |
| 78 | +* Add tr_tr translations |
| 79 | + |
| 80 | +### Fixed |
| 81 | +* Fix rare crash when finalizing crafting jobs, Closes #133 |
| 82 | + |
| 83 | +<a name="1.21.1-1.1.13"></a> |
| 84 | +## [1.21.1-1.1.13](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.12...1.21.1-1.1.13) - 2024-11-22 07:13:55 +0100 |
| 85 | + |
| 86 | + |
| 87 | +### Fixed |
| 88 | +* Fix unable to clear part IDs, Closes CyclopsMC/IntegratedTunnels#309 |
| 89 | + |
| 90 | +<a name="1.21.1-1.1.12"></a> |
| 91 | +## [1.21.1-1.1.12](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.11...1.21.1-1.1.12) - 2024-11-10 13:52:25 +0100 |
| 92 | + |
| 93 | + |
| 94 | +### Fixed |
| 95 | +* Fix crash when recipe does not fit in 3x3 nor 2x2 grid, Closes #117 |
| 96 | + |
| 97 | +<a name="1.21.1-1.1.11"></a> |
| 98 | +## [1.21.1-1.1.11](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.10...1.21.1-1.1.11) - 2024-10-26 15:52:42 +0200 |
| 99 | + |
| 100 | + |
| 101 | +### Fixed |
| 102 | +* Allow multi-output recipes to be reused across jobs |
| 103 | + Even if not all outputs of such recipes are used in one sub-job, |
| 104 | + they can still be used by other sub-jobs. |
| 105 | + Previously, such cases would trigger multiple invocations of these |
| 106 | + recipes, while fewer would be sufficient. |
| 107 | + Closes CyclopsMC/IntegratedTerminals#131 |
| 108 | + |
| 109 | +<a name="1.21.1-1.1.10"></a> |
| 110 | +## [1.21.1-1.1.10](https://github.com/CyclopsMC/IntegratedCrafting/compare/1.21.1-1.1.9...1.21.1-1.1.10) - 2024-08-21 17:39:36 +0200 |
| 111 | + |
| 112 | + |
| 113 | +### Fixed |
| 114 | +* Fix dynamic recipes in crafting interfaces broken after reload |
| 115 | + Related to CyclopsMC/IntegratedCrafting#110 |
| 116 | +* Refer to NeoForge's updateJSONURL instead of Forge's |
| 117 | + |
| 118 | +<a name="1.21.1-1.1.9"></a> |
| 119 | +## [1.21.1-1.1.9] - 2024-08-09 21:09:32 +0200 |
| 120 | + |
| 121 | + |
| 122 | +### Changed |
| 123 | +* Update to updated CommonCapabilities API |
| 124 | + Required for CyclopsMC/IntegratedDynamics#1375 |
0 commit comments