Skip to content

Commit 054eef8

Browse files
committed
Merge branch 'main' into 1.19
# Conflicts: # gradle.properties
2 parents e2ae8fb + d993c84 commit 054eef8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3-
## 0.1.0
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project *mostly* adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## 0.1.1+1.20.1
8+
9+
### Fixed
10+
11+
- Fix server-only crash on launch caused by incorrect Mod Menu dependency.
12+
13+
## 0.1.0+1.20.1
414

515
- Initial version.

Fabric/src/main/resources/fabric.mod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
"fabric-language-kotlin": ">=${versions.kotlin_fabric}",
3939
"architectury": ">=${versions.architectury}",
4040
"hexcasting": ">=${versions.hexcasting}",
41-
"cloth-config": ">=${versions.clothConfig}",
41+
"cloth-config": ">=${versions.clothConfig}"
42+
},
43+
"suggests": {
4244
"modmenu": ">=${versions.modMenu}"
4345
}
4446
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin.stdlib.default.dependency=false
77

88
# mod info
99
modId=hexdebug
10-
modVersion=0.1.0
10+
modVersion=0.1.1
1111
minecraftVersion=1.19.2
1212
mavenGroup=gay.object.hexdebug
1313

0 commit comments

Comments
 (0)