Skip to content

Commit 52e80b1

Browse files
committed
Bump mod version
1 parent 2e595f4 commit 52e80b1

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG-26.1.1.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.1
22
All notable changes to this project will be documented in this file.
33

4+
<a name="26.1.1-1.29.2"></a>
5+
## [26.1.1-1.29.2](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.1-1.29.1...26.1.1-1.29.2) - 2026-04-13 16:46:41
6+
7+
### Fixed
8+
* Fix exception when ItemStackFromIngredient has empty tag
9+
Closes CyclopsMC/IntegratedDynamics#1650
10+
411
<a name="26.1.1-1.29.1"></a>
5-
## [26.1.1-1.29.1](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.1-1.29.0...26.1.1-1.29.1) - 2026-04-12 09:13:02
12+
## [26.1.1-1.29.1](https://github.com/CyclopsMC/CyclopsCore/compare/26.1.1-1.29.0...26.1.1-1.29.1) - 2026-04-12 09:13:02 +0200
613

714
### Fixed
815
* Restore removed drawSlotText method, Closes CyclopsMC/IntegratedTerminals#197

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.1
2+
mod_version=1.29.2
33
group=org.cyclops.cyclopscore
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+
3+
Fixes:
4+
* Fix exception when ItemStackFromIngredient has empty tag
5+
Closes CyclopsMC/IntegratedDynamics#1650

0 commit comments

Comments
 (0)