-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgradle.properties
34 lines (26 loc) · 1 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Mod
modName=Primal Winter
modAuthor=AlcatrazEscapee
modId=primalwinter
modGroup=com.alcatrazescapee
modIssueUrl=https://github.com/alcatrazEscapee/primal-winter/issues
modSourceUrl=https://github.com/alcatrazEscapee/primal-winter
modHomeUrl=https://modrinth.com/mod/primal-winter
modDescription=A horrible accident has left the world - the entire world - a frozen wasteland. Unending snowstorms rage across the land, from forests, to plains, to jungles, to deserts. The air is thick with fog and wind howls across the landscape. Will you be able to survive in this primordial winter?
modJavaVersion=21
# Versions
minecraftVersion=1.21.1
minecraftVersionRange=[1.21.1,1.21.2)
parchmentVersion=2024.07.28
parchmentMinecraftVersion=1.21
neoForgeVersion=21.1.36
neoForgeVersionRange=[4,)
commonNeoFormVersion=1.21-20240613.152323
fabricVersion=0.103.0+1.21.1
fabricVersionRange=*
fabricLoaderVersion=0.15.11
fabricLoaderVersionRange=[0.15,)
epsilonVersion=0.6
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false