-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
38 lines (31 loc) · 1009 Bytes
/
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
35
36
37
38
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G -Djava.net.preferIPv4Stack=true
org.gradle.daemon=false
modVersion=1.0.2
modId=towntalk
modGroup=com.ldtteam
modBaseName=towntalk
exactMinecraftVersion=1.19.2
minecraftVersion=1.19
additionalMinecraftVersions=1.20.1
javaVersion=17
useJavaToolChains=true
fml_range=[40,)
forge_range=[43.1.0,)
forgeVersion=43.1.47
mappingsChannel=official
mappingsVersion=1.19.2
githubUrl=https://github.com/ldtteam/TownTalk
gitUrl=https://github.com/ldtteam/TownTalk.git
gitConnectUrl=https://github.com/ldtteam/TownTalk.git
projectUrl=https://www.curseforge.com/minecraft/mc-mods/towntalk
usesDatagen=true
usesOptifine=false
useDefaultTestSystem=false
runtimeSourceSets=main
librarySourceSets=main;datagen
projectHasApi=false
primaryJarClassifier=
isFMLLibrary=false
requiredCurseDependencies=minecolonies