Skip to content

Commit 678e3c4

Browse files
committed
Bump mod version
1 parent 02c950a commit 678e3c4

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG-26.1.2.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog for Minecraft 26.1.2
22
All notable changes to this project will be documented in this file.
33

4+
<a name="26.1.2-2.11.7"></a>
5+
## [26.1.2-2.11.7](https://github.com/CyclopsMC/CommonCapabilities/compare/26.1.2-2.11.6...26.1.2-2.11.7) - 2026-05-16 14:45:25
6+
7+
8+
### Changed
9+
* Avoid inefficient DataComparator usage when not necessary
10+
411
<a name="26.1.2-2.11.6"></a>
5-
## [26.1.2-2.11.6](https://github.com/CyclopsMC/CommonCapabilities/compare/26.1.2-2.11.5...26.1.2-2.11.6) - 2026-04-28 19:53:11
12+
## [26.1.2-2.11.6](https://github.com/CyclopsMC/CommonCapabilities/compare/26.1.2-2.11.5...26.1.2-2.11.6) - 2026-04-28 19:53:11 +0200
613

714

815
### Added

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=2.11.6
2+
mod_version=2.11.7
33
group=org.cyclops.commoncapabilities
44
java_version=25
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.29.5 or higher.
3+
4+
Changes:
5+
* Avoid inefficient DataComparator usage when not necessary

0 commit comments

Comments
 (0)