Skip to content

Commit f175cf8

Browse files
committed
Bump mod version
1 parent da9dc9b commit f175cf8

4 files changed

Lines changed: 29 additions & 2 deletions

File tree

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.md

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mod_version=0.2.6
1+
mod_version=0.2.7
22
minecraft_version=1.20.1
33
forge_version=47.0.1
44
cyclopscore_version=1.18.4-340
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)