Skip to content

Commit

Permalink
Make fabric dependencies harsher
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Jan 30, 2021
1 parent 833fe5e commit 690bf63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": ">=0.30.0",
"minecraft": ">=1.16.4"
"minecraft": ">=1.16.4",
"oro_config": "*",
"multi_item_lib": ">=1.1.1",
"architectury": ">=1.3.83"
},
"suggests": {
"flamingo": "*"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
minecraft_version=1.16.5
fabric_loader_version=0.11.1
# Mod Properties
mod_version=1.3.10
mod_version=1.3.11
maven_group=com.oroarmor
archives_base_name=netherite-plus-mod
release=false
Expand Down

0 comments on commit 690bf63

Please sign in to comment.