-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
30 lines (28 loc) · 1.06 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx3G
org.gradle.parallel=true
org.gradle.daemon=false
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.1
loader_version=0.16.2
parchment_version=2024.07.28
# Mod Properties
version=1.5.1
mod_version = 1.5.1
maven_group = org.theomenden
archives_base_name = configurablebossbars
mod_name = Configurable Boss Bars
mod_id=configurablebossboars
enabled_platforms=fabric,neoforge
# Dependencies
# check this on https://modmuss50.me/fabric.html
architectury_api_version=13.0.6
fabric_loader_version=0.16.3
fabric_api_version=0.103.0+1.21.1
neoforge_version=21.1.28
jamlib_version=1.0.11
mod_menu_version=11.0.1
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl