0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/gradle.properties

18 lines
503 B
Properties
Raw Normal View History

2019-06-06 08:11:08 +02:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
2019-07-21 23:45:13 +02:00
minecraft_version=1.14.4
2019-08-07 17:38:25 +02:00
yarn_mappings=1.14.4+build.9
loader_version=0.4.8+build.159
2019-06-06 08:11:08 +02:00
# Mod Properties
2019-08-19 00:41:47 +02:00
mod_version = v7.0pre4-MC1.14.4
2019-06-06 08:11:08 +02:00
maven_group = net.wurstclient
2019-07-09 15:28:10 +02:00
archives_base_name = Wurst-Client
2019-06-06 08:11:08 +02:00
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
2019-08-07 17:38:25 +02:00
fabric_version=0.3.0+build.207