Skip to content

Commit

Permalink
Change target to Minecraft 1.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysquid3 committed Nov 30, 2021
1 parent 93c0447 commit 3b8cd0a
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-pre8
yarn_mappings=1.18-pre8+build.2
loader_version=0.12.5
fabric_version=0.43.0+1.18
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
fabric_version=0.43.1+1.18

# Mod Properties
mod_version=0.4.0
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 @@ -30,7 +30,7 @@
"sodium.mixins.json"
],
"depends": {
"fabricloader": ">=0.8.0",
"fabricloader": ">=0.12.0",
"fabric-rendering-data-attachment-v1": ">=0.1",
"fabric-rendering-fluids-v1": ">=0.1"
},
Expand Down

0 comments on commit 3b8cd0a

Please sign in to comment.