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

# Fabric Properties
	# Check these on https://modmuss50.me/fabric.html
	minecraft_version=1.14.4
	yarn_mappings=1.14.4+build.14
	loader_version=0.6.3+build.167
	loom_version=0.2.5-SNAPSHOT

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

# Dependencies
	fabric_version=0.4.1+build.245-1.14

# Kotlin
	kotlin_version=1.3.50
    fabric_kotlin_version=1.3.50+build.3