Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Update to 1.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: MeeniMc <68366846+MeeniMc@users.noreply.github.com>
  • Loading branch information
MeeniMc committed Dec 10, 2021
1 parent 700cfd4 commit d0b5118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
fabric_api_version=0.43.1+1.18
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.1
loader_version=0.12.9
fabric_api_version=0.44.0+1.18

# Mod Properties
mod_version=0.3
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 @@ -28,7 +28,7 @@
"depends": {
"fabricloader": ">=0.12.5",
"fabric-resource-loader-v0": ">=0.4",
"minecraft": [">=1.18-beta.4 <=1.18" ]
"minecraft": [">=1.18-beta.4 <=1.18", ">=1.18.1-beta.1 <=1.18.1" ]
},
"breaks": {
"optifabric": "*"
Expand Down

0 comments on commit d0b5118

Please sign in to comment.