Skip to content

Commit dfd5ec2

Browse files
committed
Bump mod version
1 parent 875c972 commit dfd5ec2

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG-26.1.2.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
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-1.29.9"></a>
5+
## [26.1.2-1.29.9](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.8...26.1.2-1.29.9) - 2026-05-22 11:20:34
6+
7+
### Added
8+
* Add translations through Crowdin (#230)
9+
10+
### Changed
11+
* Migrate from simulation to transaction logic in IngredientStorageHelpers
12+
13+
### Fixed
14+
* Do class instance check before casting capabilities (#231)
15+
This ensures that a ClassCastException won't be generated to improve performance
16+
417
<a name="26.1.2-1.29.8"></a>
5-
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026-05-03 06:50:28
18+
## [26.1.2-1.29.8](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.2-1.29.7...26.1.2-1.29.8) - 2026-05-03 06:50:28 +0200
619

720
### Fixed
821
* Fix fluid helper crashes on empty fluid handler resources

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.29.8
2+
mod_version=1.29.9
33
group=org.cyclops.cyclopscore
44
java_version=25
55

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
As always, don't forget to backup your world before updating!
2+
3+
Additions:
4+
* Add translations through Crowdin (#230)
5+
6+
Changes:
7+
* Migrate from simulation to transaction logic in IngredientStorageHelpers
8+
9+
Fixes:
10+
* Do class instance check before casting capabilities (#231)
11+
This ensures that a ClassCastException won't be generated to improve performance

0 commit comments

Comments
 (0)