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

# Fabric Properties
5
	# check these on https://fabricmc.net/develop
modmuss50 committed
6 7
	minecraft_version=1.18.1
	yarn_mappings=1.18.1+build.1
8
	loader_version=0.12.12
9 10

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

# Dependencies
modmuss50 committed
16
	fabric_version=0.44.0+1.18