Skip to content

Commit d628b19

Browse files
committed
Bump mod version
1 parent 47068d5 commit d628b19

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG-1.21.1.md

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

4+
<a name="1.21.1-1.0.24"></a>
5+
## [1.21.1-1.0.24](https://github.com/CyclopsMC/IntegratedScripting/compare/1.21.1-1.0.23...1.21.1-1.0.24) - 2026-07-22 16:26:07
6+
7+
8+
### Fixed
9+
* Rewrite shadowing graal using fallback classloader
10+
This commit has been cherry-picked from @wagyourtail's PR in #36.
11+
Closes #63
12+
413
<a name="1.21.1-1.0.23"></a>
5-
## [1.21.1-1.0.23](https://github.com/CyclopsMC/IntegratedScripting/compare/1.21.1-1.0.22...1.21.1-1.0.23) - 2026-07-13 20:13:16
14+
## [1.21.1-1.0.23](https://github.com/CyclopsMC/IntegratedScripting/compare/1.21.1-1.0.22...1.21.1-1.0.23) - 2026-07-13 20:13:16 +0200
615

716

817
### Fixed

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.0.23
2+
mod_version=1.0.24
33
group=org.cyclops.integratedscripting
44
java_version=21
55

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
As always, don't forget to backup your world before updating!
2+
Requires CyclopsCore version 1.25.5 or higher.
3+
4+
Fixes:
5+
* Rewrite shadowing graal using fallback classloader
6+
This commit has been cherry-picked from @wagyourtail's PR in #36.
7+
Closes #63

0 commit comments

Comments
 (0)