summary refs log tree commit diff stats
path: root/gradle.properties
blob: 423edbbf85e3f840a60d48f3df6cbf82c914613f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
	# Check these on https://modmuss50.me/fabric.html
	minecraft_version=1.16.3
	yarn_mappings=1.16.3+build.47
	loader_version=0.10.3+build.211

	#Fabric api
	fabric_version=0.24.1+build.412-1.16

	loom_version=0.5-SNAPSHOT

	# Mod Properties
	mod_version = 1.0.0
	maven_group = net.fabricmc
	archives_base_name = fabric-example-mod

# Kotlin
	kotlin_version=1.4.0
	fabric_kotlin_version=1.4.0+build.1