15 lines
411 B
Properties
15 lines
411 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs = -Xmx8G
|
|
mod_version = 2.0.2-1.21.1
|
|
maven_group = com.cinemamod
|
|
archives_base_name = webdisplays
|
|
|
|
# NeoForge 1.21.1 configuration
|
|
minecraft_version = 1.21.1
|
|
neoforge_version = 21.1.203
|
|
java_version = 21
|
|
|
|
systemProp.http.proxyHost=127.0.0.1
|
|
systemProp.http.proxyPort=20803
|
|
systemProp.https.proxyHost=127.0.0.1
|
|
systemProp.https.proxyPort=20803 |