Skip to content

Commit 65c9640

Browse files
committed
Bump mod version
1 parent 9b8160d commit 65c9640

4 files changed

Lines changed: 116 additions & 1 deletion

File tree

CHANGELOG-1.21.1.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
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.8.9"></a>
5+
## [1.21.1-1.8.9](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.8...1.21.1-1.8.9) - 2024-11-19 10:36:01 +0100
6+
7+
8+
### Fixed
9+
* Fix Fabric crash on explosion, Closes #174
10+
11+
<a name="1.21.1-1.8.8"></a>
12+
## [1.21.1-1.8.8](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.7...1.21.1-1.8.8) - 2024-10-16 17:51:43 +0200
13+
14+
15+
### Fixed
16+
* Fix crash when using Integrated Tunnels with chests, Closes #169
17+
18+
<a name="1.21.1-1.8.7"></a>
19+
## [1.21.1-1.8.7](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.13...1.21.1-1.8.7) - 2024-10-09 17:06:29 +0200
20+
21+
22+
### Changed
23+
* Refactor code to be compatible with NeoForge, Forge, and Fabric.
24+
25+
<a name="1.21.1-1.8.13"></a>
26+
## [1.21.1-1.8.13](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.12...1.21.1-1.8.13) - 2025-08-12 20:40:00
27+
28+
29+
### Added
30+
* Add translations through Crowdin (#189)
31+
* Add PT_BR localization (#190)
32+
33+
### Fixed
34+
* Fix item loss when replacing walls in Fabric, Closes #191
35+
* Fix some spelling and grammar typos in lang (#187)
36+
37+
<a name="1.21.1-1.8.12"></a>
38+
## [1.21.1-1.8.12](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.11...1.21.1-1.8.12) - 2025-02-23 10:32:21 +0100
39+
40+
41+
### Added
42+
43+
### Changed
44+
45+
### Fixed
46+
----- TODO: arrange -----
47+
* Bump mod version
48+
49+
* Bump mod version
50+
51+
* Fix GUIs remaining open after external breakage, Closes #183
52+
53+
* Allow failures of Modrinth CI step
54+
55+
* Allow failures of Modrinth CI step
56+
57+
* Don't publish beta and release on the same commit
58+
59+
* Allow failures of Modrinth CI step
60+
61+
* Add translations through Crowdin (#182)
62+
63+
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
64+
* Bump mod version
65+
66+
* Fix enchanted items not being displayed, Closes #181
67+
68+
* Add ja_jp translations
69+
70+
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
71+
* Update to actions/cache@v4
72+
73+
* Update to actions/cache@v4
74+
75+
* Add tr_tr.json Turkish localization (#166)
76+
77+
78+
* Revert "Fix entities sometimes spawning in chest, Closes #163"
79+
80+
This reverts commit 143b480a45c1344033aa3c6232ea0f19cd17acde.
81+
82+
* Revert "Fix entities sometimes spawning in chest, Closes #163"
83+
84+
This reverts commit 143b480a45c1344033aa3c6232ea0f19cd17acde.
85+
86+
Closes #165
87+
88+
<a name="1.21.1-1.8.11"></a>
89+
## [1.21.1-1.8.11](https://github.com/CyclopsMC/ColossalChests/compare/1.21.1-1.8.10...1.21.1-1.8.11) - 2025-01-19 10:22:02 +0100
90+
91+
92+
### Added
93+
* Add cs_cz translations
94+
* Add nl_nl and tr_tr translations
95+
96+
### Fixed
97+
* Fix enchanted items not being displayed, Closes #181
98+
99+
<a name="1.21.1-1.8.10"></a>
100+
## [1.21.1-1.8.10] - 2024-11-25 16:11:47 +0100
101+
102+
103+
### Fixed
104+
* Fix client disconnect when opening large chests

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

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.8.12
2+
mod_version=1.8.13
33
group=org.cyclops.colossalchests
44
java_version=21
55

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.25.3 or higher.
3+
4+
Additions:
5+
* Add translations through Crowdin (#189)
6+
* Add PT_BR localization (#190)
7+
8+
Fixes:
9+
* Fix item loss when replacing walls in Fabric, Closes #191
10+
* Fix some spelling and grammar typos in lang (#187)

0 commit comments

Comments
 (0)