Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Jan 22, 2021
1 parent c4ed078 commit 188dfd9
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,28 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.4
yarn_mappings=1.16.4+build.6
loader_version=0.10.6+build.214
minecraft_version=1.16.5
yarn_mappings=1.16.5+build.3
loader_version=0.11.1

#Fabric api
fabric_version=0.29.4+1.16

# Mod Properties
mod_version = 1.0.3-beta
mod_version = 1.0.4-beta
maven_group = ladysnake
archives_base_name = snow-mercy

# 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.25.1+build.416-1.16
cardinal_components_version=2.7.9
vanguard_version = 1.0.4
vanguard_version = 1.0.5

#Publishing
owners = Ladysnake
license_header = GPL-3.0-or-later
curseforge_id = 429949
curseforge_versions = 1.16.4
curseforge_versions = 1.16.5
cf_requirements = fabric-api
release_type = release
changelog_url = https://github.com/Ladysnake/Snow-Mercy/blob/main/CHANGELOG.md

0 comments on commit 188dfd9

Please sign in to comment.