File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for Minecraft 26.1.2
22All 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
Original file line number Diff line number Diff line change 11# Project
2- mod_version =1.29.8
2+ mod_version =1.29.9
33group =org.cyclops.cyclopscore
44java_version =25
55
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments