Skip to content

Commit

Permalink
Add compatibility for 1.14-1.16.2 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyKnight committed Aug 12, 2020
1 parent dd8cd14 commit e154711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ yarn_mappings=1.16.1+build.21
loader_version=0.9.0+build.204

# Mod Properties
mod_version=1.0.2
mod_version=1.1.0
maven_group=me.mightyknight
archives_base_name=blcdisabler

# Dependencies
fabric_version=0.16.2+build.385-1.16.1
fabric_version=0.17.2+build.396-1.16
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,6 +30,6 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
"minecraft": ">=1.14"
}
}

0 comments on commit e154711

Please sign in to comment.