File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
{{ fabric_path }}/src/main/resources
{{ forge_path }}/src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
3936paucal = "0.6.0-pre-118"
4037pkpcpbp = "0.2.0-pre-95"
4138
Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff line change @@ -41,6 +41,6 @@ side = "BOTH"
4141[[dependencies.{{ modid }}]]
4242modId = "hexcasting"
4343mandatory = true
44- versionRange = "[${versions.hexcasting_dependency },)"
44+ versionRange = "[${versions.hexcasting },)"
4545ordering = "NONE"
4646side = "BOTH"
You can’t perform that action at this time.
0 commit comments