Skip to content

Commit

Permalink
Update to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Aug 13, 2020
1 parent c54591b commit 5baec4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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.16.1
yarn_mappings=1.16.1+build.21
loader_version=0.9.0+build.204
minecraft_version=1.16.2
yarn_mappings=1.16.2+build.9
loader_version=0.9.1+build.205

#Fabric api
fabric_version=0.16.2+build.385-1.16.1
fabric_version=0.18.0+build.397-1.16

loom_version=0.4-SNAPSHOT

# Mod Properties
mod_version = 1.3.4
mod_version = 1.4.0
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 @@ -13,13 +13,12 @@
"sources": "https://github.com/NathanPB/KtDataTagLib.git"
},
"license": "MIT",
"icon": "assets/ktdatataglib/icon.png",
"environment": "*",
"entrypoints": {
},
"mixins": [],
"depends": {
"fabricloader": ">=0.8.7"
"minecraft": "1.16.x"
},
"custom": {
"modmenu:api": true
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"mixins": [],
"depends": {
"fabricloader": ">=0.8.7",
"fabricloader": ">=0.9.1",
"fabric": "*",
"fabric-language-kotlin": "*",
"minecraft": "1.16.x"
"minecraft": "1.16.2"
},
"suggests": {
"flamingo": "*"
Expand Down

0 comments on commit 5baec4f

Please sign in to comment.