gradle.properties 516 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.15.2
7 8
	yarn_mappings=1.15.2+build.14
	loader_version=0.7.8+build.184
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
MrIbby committed
16
	# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
17
	fabric_version=0.4.32+build.292-1.15