Skip to content

Commit c4447d8

Browse files
committed
Update to Hex Casting 0.11.3
1 parent fefcc4a commit c4447d8

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## `2.2.4` - 2025-12-28
4+
5+
### Changes
6+
7+
- Updated to Hex Casting 0.11.3.
8+
39
## `2.2.3` - 2025-12-13
410

511
### Fixes

template/gradle/libs.versions.toml.jinja

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ forge-dependency = "47" # for mods.toml
3232

3333
# mods
3434

35-
# 0.11.2-pre-701 corresponds to the build of 0.11.2 on CurseForge/Modrinth
36-
hexcasting = "0.11.2-pre-701"
37-
# FIXME: this should be 0.11.2, but that breaks the dev environment
38-
hexcasting-dependency = "0.11.1"
35+
hexcasting = "0.11.3"
3936
paucal = "0.6.0-pre-118"
4037
pkpcpbp = "0.2.0-pre-95"
4138

template/{{ fabric_path }}/src/main/resources/fabric.mod.json.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"fabric-api": ">=${versions.fabric_api}",
4747
"fabric-language-kotlin": ">=${versions.kotlin_fabric}",
4848
"architectury": ">=${versions.architectury}",
49-
"hexcasting": ">=${versions.hexcasting_dependency}",
49+
"hexcasting": ">=${versions.hexcasting}",
5050
"cloth-config": ">=${versions.clothConfig}"
5151
},
5252
"suggests": {

template/{{ forge_path }}/src/main/resources/META-INF/mods.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ side = "BOTH"
4141
[[dependencies.{{ modid }}]]
4242
modId = "hexcasting"
4343
mandatory = true
44-
versionRange = "[${versions.hexcasting_dependency},)"
44+
versionRange = "[${versions.hexcasting},)"
4545
ordering = "NONE"
4646
side = "BOTH"

0 commit comments

Comments
 (0)