Skip to content

Commit

Permalink
Fix fabric not having right dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Jul 27, 2023
1 parent 08554aa commit 738c0a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 3.0.0
### 3.0.1

- Update to 1.20.1
Fix Fabirc not having dependency on Trenzalore
3 changes: 2 additions & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"fabricloader": ">=0.14",
"fabric": "*",
"minecraft": "${minecraft_version}",
"java": ">=17"
"java": ">=17",
"trenzalore": ">=${trenzalore_version}"
}
}

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
mod_version=3.0.0
mod_version=3.0.1
maven_group=com.unrealdinnerbone
mod_name=ObsidianBoat
mod_author=UnRealDinnerbone
Expand Down

0 comments on commit 738c0a0

Please sign in to comment.