Skip to content

Commit 2f001d3

Browse files
committed
Merge remote-tracking branch 'origin/master-1.21-lts' into master-1.21
2 parents 0fe5a33 + cfaa9a3 commit 2f001d3

11 files changed

Lines changed: 133 additions & 6 deletions

File tree

.github/workflows/publish-github-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Release
12-
uses: softprops/action-gh-release@v1
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
uses: softprops/action-gh-release@v2
13+
with:
14+
body_path: CHANGELOG.md

CHANGELOG-1.19.2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog for Minecraft 1.19.2
2+
All notable changes to this project will be documented in this file.
3+
4+
<a name="1.19.2-0.2.7"></a>
5+
## [1.19.2-0.2.7](/compare/1.19.2-0.2.6...1.19.2-0.2.7) - 2025-09-13 13:35:31
6+
7+
8+
### Fixed
9+
* Fix crash when CommonCapabilities is not present, Closes #45
10+
11+
<a name="1.19.2-0.2.6"></a>
12+
## [1.19.2-0.2.6](/compare/1.19.2-0.2.5...1.19.2-0.2.6) - 2023-11-27 11:21:01 +0100
13+
14+
15+
### Fixed
16+
* Fix duping with compound chests, Closes #33
17+
18+
<a name="1.19.2-0.2.5"></a>
19+
## [1.19.2-0.2.5](/compare/1.19.2-0.2.4...1.19.2-0.2.5) - 2023-02-12 05:31:17 +0100
20+
21+
22+
### Fixed
23+
* Fix input not consumed if output can not fully fit, Closes #31
24+
25+
<a name="1.19.2-0.2.4"></a>
26+
## [1.19.2-0.2.4] - 2022-08-11 19:47:32 +0200
27+
28+
29+
Update to MC 1.19.2

CHANGELOG-1.20.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog for Minecraft 1.20.1
2+
All notable changes to this project will be documented in this file.
3+
4+
<a name="1.20.1-0.2.7"></a>
5+
## [1.20.1-0.2.7](/compare/1.20.1-0.2.6...1.20.1-0.2.7) - 2025-09-13 13:37:56
6+
7+
8+
### Fixed
9+
* Fix crash when CommonCapabilities is not present, Closes #45
10+
11+
<a name="1.20.1-0.2.6"></a>
12+
## [1.20.1-0.2.6](/compare/1.20.1-0.2.5...1.20.1-0.2.6) - 2023-11-27 11:24:50 +0100
13+
14+
15+
### Fixed
16+
* Fix duping with compound chests, Closes #33
17+
18+
<a name="1.20.1-0.2.5"></a>
19+
## [1.20.1-0.2.5] - 2023-07-02 08:10:02 +0200
20+
21+
22+
Initial 1.20.1 release

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CHANGELOG-1.21.1.md

buildSrc/src/main/groovy/multiloader-common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def getModrinthKey() {
4646
}
4747
def getChangelog() {
4848
if (System.getenv().RELEASE) {
49-
return file("../resources/changelog/${project.minecraft_version}-${project.mod_version}.txt").getText();
49+
return file("../CHANGELOG-${project.minecraft_version}.md").getText();
5050
} else {
5151
return "Changes since last release: ${project.github_url}/compare/${project.minecraft_version}-${project.mod_version}...${System.getenv().GITHUB_SHA}"
5252
}

loader-neoforge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ task publishCurseForge(type: TaskPublishCurseForge) {
4848
apiToken = secrets.curseforgeKey;
4949
def mainFile = upload(project.curseforge_project_id, jar)
5050
mainFile.releaseType = secrets.build_number.equals("RELEASE") ? Constants.RELEASE_TYPE_RELEASE : Constants.RELEASE_TYPE_BETA
51-
mainFile.changelogType = "text"
51+
mainFile.changelogType = "markdown"
5252
mainFile.changelog = secrets.changelog
5353
mainFile.addJavaVersion("Java ${project.java_version}")
5454
mainFile.addGameVersion(project.minecraft_version)

loader-neoforge/src/main/java/org/cyclops/structuredcrafting/StructuredCraftingNeoForge.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ protected void loadModCompats(ModCompatLoader modCompatLoader) {
4545
super.loadModCompats(modCompatLoader);
4646

4747
// Capabilities
48-
getCapabilityConstructorRegistry().registerBlockEntity(RegistryEntries.BLOCK_ENTITY_STRUCTURED_CRAFTER::value, new WorkerStructuredCrafterTileCompat());
48+
if (getModHelpers().getMinecraftHelpers().isModLoaded("commoncapabilities")) {
49+
getCapabilityConstructorRegistry().registerBlockEntity(RegistryEntries.BLOCK_ENTITY_STRUCTURED_CRAFTER::value, new WorkerStructuredCrafterTileCompat());
50+
}
4951
}
5052

5153
@Override
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.17.0 or higher.
3+
4+
Fixes:
5+
* Fix crash when CommonCapabilities is not present, Closes #45
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.18.4 or higher.
3+
4+
Fixes:
5+
* Fix crash when CommonCapabilities is not present, Closes #45

0 commit comments

Comments
 (0)