generated from txnimc/TemplateMod
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathgradle.properties
66 lines (56 loc) · 1.64 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# 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
###########################
#### Gradle properties ####
#########################
group=toni.embeddiumextras
#########################
#### Mod properties ####
#######################
modid=embeddiumextras
modname=Embeddium Extras
modversion=2.0.0
modauthor=Anthxny
modcredits=SrRapero720 for upstream contributions
modlicense=LGPL
mod_description=Adds configuration and performance options 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.3.0-git.abf0fe6+mc1.20.1
embeddiumrange=[0.2.5,)
embeddiumoptionsversion=5069200
oculusversion=4767500
jeiversion=4712868
zumeversion=5082090
################
#### Tools ####
##############
worldeditversion=4586218
#######################
#### Placeholders ####
#####################
mixin_file_suffix=mixin.json
# NOTE: ${modid}.mixin.json file doesn't get processed because it contains static subclasses,
# which uses $ to separate subclasses
# Gradle complains about "missing variables" but is just a stupid class on a stupid class
mixin_refmap_suffix=mixin-refmap.json
#################
#### Others ####
###############
createversion=0.5.1.e-22
flywheelversion=0.6.10-7
registrateversion=MC1.20-1.3.3
# github information
github_project=anthxnymc/MagnesiumExtras