Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Update dependencies (fixes config on 1.16)
Browse files Browse the repository at this point in the history
+ proper semver
  • Loading branch information
florensie committed Feb 8, 2020
1 parent cdca4af commit 266168f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.7
loader_version=0.7.6+build.180
minecraft_version=20w06a
yarn_mappings=20w06a+build.6
loader_version=0.7.8+build.184

# Mod Properties
mod_version=1.1.0-1.15.x
mod_version=1.1.1+1.15-1.16
maven_group=be.florens
archives_base_name=eggtab

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.4.29+build.290-1.15
cloth_config_version=2.9.1
fabric_version=0.4.30+build.294-1.16
cloth_config_version=2.9.3
auto_config_version=1.2.4

# Runtime Mods
Expand Down
9 changes: 6 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
],

"depends": {
"fabricloader": "*",
"fabric": "*",
"minecraft": "*"
"fabricloader": "^0.7.8",
"fabric": "^0.4.30",
"minecraft": ["1.15.x", "1.16.x"]
},
"suggests": {
"modmenu": "*"
}
}

0 comments on commit 266168f

Please sign in to comment.