Skip to content

Commit

Permalink
Fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 committed Jan 13, 2025
1 parent 56ac8f8 commit 86f413f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ yarn_mappings=1.21.4+build.8
loader_version=0.16.10

# Mod Properties
mod_version=2.9.2
mod_version=2.10.0
maven_group=higtools.package
archives_base_name=HIGTools
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"name": "HIGTools",
"id": "higtools",
"version": "2.9.2",
"version": "2.10.0",
"description": "Highway Tools for Meteor Client.",
"authors": [
"RedCarlos26",
Expand Down Expand Up @@ -37,6 +37,6 @@
"java": ">=21",
"minecraft": "${minecraft_version}",
"fabricloader": ">=${loader_version}",
"meteor-client": ">0.5.8"
"meteor-client": ">=${minecraft_version}-1"
}
}

0 comments on commit 86f413f

Please sign in to comment.