Skip to content

Commit

Permalink
Fix Alloy Forgery dependency-issue, hotfix
Browse files Browse the repository at this point in the history
Signed-off-by: Noaaan <noaaan@hotmail.com>
  • Loading branch information
Noaaan committed Jun 10, 2023
1 parent cdbdd4f commit c56823f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions PATCHNOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.18.1
- Fix a server crash (#175)
- Added new textures for the Carmot Stone and Prometheum Bouquet
- HOTFIX - Fixed Alloy Forgery not being detected on startup

# 0.18.0

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.21

# Mod Properties
mod_version = 0.18.1+1.20
mod_version = 0.18.1+1.20-hotfix
maven_group = nourl.mythicmetals
archives_base_name = mythicmetals

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"accessWidener": "mythicmetals.accessWidener",
"depends": {
"fabricloader": ">=0.14.0",
"alloy-forgery": "*",
"alloy_forgery": "*",
"fabric": ">=0.57.0",
"minecraft": "1.20.x",
"java": ">=17",
Expand Down

0 comments on commit c56823f

Please sign in to comment.