Skip to content

Commit cfaa9a3

Browse files
committed
Bump mod version
1 parent 5a14ac4 commit cfaa9a3

4 files changed

Lines changed: 65 additions & 2 deletions

File tree

CHANGELOG-1.21.1.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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-0.2.13"></a>
5+
## [1.21.1-0.2.13](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.12...1.21.1-0.2.13) - 2025-09-13 13:42:12
6+
7+
8+
### Fixed
9+
* Fix crash when CommonCapabilities is not present, Closes #45
10+
11+
<a name="1.21.1-0.2.12"></a>
12+
## [1.21.1-0.2.12](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.11...1.21.1-0.2.12) - 2025-05-25 07:17:37 +0200
13+
14+
15+
### Fixed
16+
* Fix multi-output recipes voiding > 1 in Fabric, Closes #44
17+
18+
<a name="1.21.1-0.2.11"></a>
19+
## [1.21.1-0.2.11](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.10...1.21.1-0.2.11) - 2025-05-12 16:53:09 +0200
20+
21+
22+
### Fixed
23+
* Fix crash with reusable items in a vertical pattern, Closes #42
24+
25+
<a name="1.21.1-0.2.10"></a>
26+
## [1.21.1-0.2.10](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.9...1.21.1-0.2.10) - 2025-05-11 13:34:28 +0200
27+
28+
29+
### Fixed
30+
* Fix offset for recipes with reusable inputs, Closes #42
31+
32+
<a name="1.21.1-0.2.9"></a>
33+
## [1.21.1-0.2.9](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.8...1.21.1-0.2.9) - 2025-05-10 14:39:25 +0200
34+
35+
36+
### Fixed
37+
* Fix small recipes with reusable items failing, Closes #42
38+
39+
<a name="1.21.1-0.2.8"></a>
40+
## [1.21.1-0.2.8](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.7...1.21.1-0.2.8) - 2025-05-07 19:21:25 +0200
41+
42+
43+
### Added
44+
* Add ja_jp translations
45+
* Add cs_cz translations
46+
* Add nl_nl translations
47+
* Add tr_tr translations
48+
49+
### Fixed
50+
* Fix block not dropping when broken, Closes #41
51+
* Fix incorrect recipe on Fabric, Closes #43
52+
53+
<a name="1.21.1-0.2.7"></a>
54+
## [1.21.1-0.2.7] - 2024-09-04 17:29:03 +0200
55+
56+
57+
### Changed
58+
* Refactor code to be compatible with NeoForge, Forge, and Fabric.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CHANGELOG-1.20.1.md
1+
CHANGELOG-1.21.1.md

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=0.2.12
2+
mod_version=0.2.13
33
group=org.cyclops.structuredcrafting
44
java_version=21
55

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.25.2 or higher.
3+
4+
Fixes:
5+
* Fix crash when CommonCapabilities is not present, Closes #45

0 commit comments

Comments
 (0)