File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.3] - 2025-09-29
10
+
11
+ ### Changed
12
+
13
+ - Library update for compatibility
14
+
9
15
## [ 0.5.2] - 2025-09-23
10
16
11
17
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ org.gradle.daemon=false
5
5
# Check these on https://fabricmc.net/develop/
6
6
minecraftVersion =1.20.1
7
7
# Mod Properties
8
- modVersion = 0.5.2
8
+ modVersion = 0.5.3
9
9
projectGroup = site.siredvin
10
10
modBaseName = digitalitems
11
11
# Curseforge
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ spotless = "6.19.0"
12
12
13
13
# Core mod dependencies
14
14
cc-tweaked = " 1.113.0"
15
- broccolium = " 1.1.6 "
16
- tweakium = " 1.1.6 "
17
- broccolium-jjar = " [1.1.6 , 1.2.0)"
18
- tweakium-jjar = " [1.1.6 , 1.2.0)"
15
+ broccolium = " 1.1.12 "
16
+ tweakium = " 1.1.12 "
17
+ broccolium-jjar = " [1.1.12 , 1.2.0)"
18
+ tweakium-jjar = " [1.1.12 , 1.2.0)"
19
19
mixin = " 0.8.5"
20
20
21
21
# Fabric dependencies
You can’t perform that action at this time.
0 commit comments