Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Jul 8, 2021
1 parent 76893c9 commit d9299a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/versions.html
minecraft_version=1.17
yarn_mappings=1.17+build.11
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1
loader_version=0.11.6
loom_version=0.7-SNAPSHOT
loom_version=0.9-SNAPSHOT
# Mod Properties
mod_version=1.2.0-MC1.17
mod_version=1.2.0-MC1.17.1
maven_group=cn.enaium
archives_base_name=vac
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api (or https://fabricmc.net/versions.html)
fabric_version=0.35.1+1.17
kotlin_version=1.5.10
fabric_kotlin_version=1.6.1+kotlin.1.5.10
fabric_version=0.36.1+1.17
kotlin_version=1.5.20
fabric_kotlin_version=1.6.2+kotlin.1.5.20
cf4m_version=1.9.6

0 comments on commit d9299a6

Please sign in to comment.