-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties
46 lines (40 loc) · 1.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
35
36
37
38
39
40
41
42
43
44
45
46
# 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
org.gradle.daemon=true
#########################
#### Mod properties ####
#######################
modid=embeddiumplus
modname=Embeddium++
modversion=1.1.0
modauthor=SrRapero720
modcredits=TeamDeusVult is the original author
modlicense=WTFPL
modgroup=me.srrrapero720.waterframes
mod_description=Adds Extra Settings to Embeddium.
#####################
#### Enviroment ####
###################
mcversion=1.20.1
mcrange=[1.20.1,)
fgversion=47.2.17
fgrange=[47,)
mappingsch=parchment
mappings_version=2023.09.03
#######################
#### Dependencies ####
#####################
embeddiumversion=0.2.11-git.23aedfb+mc1.20.1
embeddiumrange=[0.2.5,)
embeddiumoptionsversion=4866426
oculusversion=4767500
jeiversion=4712868
#################
#### Others ####
###############
createversion=0.5.1.e-22
flywheelversion=0.6.10-7
registrateversion=MC1.20-1.3.3
# github information
github_project=SrRapero720/EmbeddiumPlus