Skip to content

Commit

Permalink
Updated to yarn 1.17.1+build.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Jul 8, 2021
1 parent deec12a commit 7abf499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# Check these on https://modmuss50.me/fabric.html
minecraft_version=1.17
yarn_mappings=1.17+build.1
loader_version=0.11.3
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1
loader_version=0.11.6

#Fabric api
fabric_version=0.34.9+1.17
fabric_version=0.36.1+1.17

loom_version=0.8-SNAPSHOT

# Mod Properties
mod_version = 1.5.2
mod_version = 1.5.3
maven_group = dev.nathanpb
archives_base_name = ktdatataglib

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"mixins": [],
"depends": {
"minecraft": "1.17",
"fabricloader": ">=0.11.3",
"minecraft": "1.17.1",
"fabric-language-kotlin": "*"
},
"custom": {
Expand Down

0 comments on commit 7abf499

Please sign in to comment.