gradle.properties 494 Bytes
Newer Older
1 2 3 4
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
UpcraftLP committed
5
	# check these on https://fabricmc.net/use
modmuss50 committed
6
	minecraft_version=1.14.2
7
	yarn_mappings=1.14.2+build.7
modmuss50 committed
8
	loader_version=0.4.8+build.154
9 10

# Mod Properties
UpcraftLP committed
11 12 13
	mod_version = 1.0.0
	maven_group = net.fabricmc
	archives_base_name = fabric-example-mod
14 15

# Dependencies
UpcraftLP committed
16
	# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
17
	fabric_version=0.3.0+build.176