-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
gradle.properties
42 lines (33 loc) · 968 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
39
40
41
42
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
modId=blockui
modGroup=com.ldtteam
modVersion=0.0.1
javaVersion=21
useJavaToolChains=true
#The currently running forge.
forgeVersion=21.1.31
fml_range=[4,)
forge_range=[21.0.143,)
minecraft_range=[1.21, 1.22)
#The version for forge (dependency)
exactMinecraftVersion=1.21.1
#The main version on curseforge
minecraftVersion=1.21.1
#Semicolon seperated list of mc versions, which are marked as compatible on curseforge
additionalMinecraftVersions=1.21
githubUrl=https://github.com/ldtteam/BlockUI
gitUrl=https://github.com/ldtteam/BlockUI.git
gitConnectUrl=https://github.com/ldtteam/BlockUI.git
projectUrl=https://github.com/ldtteam/BlockUI
curseId=522992
usesCurse=true
usesParchment=true
parchmentMinecraftVersion=1.21
parchmentMappingsVersion=2024.07.28
useDefaultTestSystem=true
runtimeSourceSets=main
projectHasApi=false