forked from klikli-dev/occultism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
54 lines (49 loc) · 2.09 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
# 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=false
systemProp.net.minecraftforge.gradle.check.certs=false
## Environment Properties
# The Minecraft version must agree with the Forge version to get a valid artifact
minecraft_version=1.20.1
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.20,1.21)
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=1.20.1-47.1.3
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[47,)
# The loader version range can only use the major version of Forge/FML as bounds
loader_version_range=[47,)
mapping_channel=parchment
#postfix is target mc version, optional prefix is source parchment mc version
mapping_version=2023.06.26-1.20.1
## Mod Properties
group=com.klikli_dev
mod_id=occultism
mod_name=Occultism
mod_license=MIT
mod_version=1.81.4
mod_authors=Kli Kli
mod_description=A magic mod inspired by the world of Jonathan Stroud's Bartimaeus. With the help of occult rituals players can summon entities from the "Other Side" to perform magic.
## Dependency Properties
jei_version=15.2.0.23
jei_version_range=[15.2.0.0,)
curios_version=5.2.0-beta.3
curios_version_range=[5.2.0-beta.1,)
# geckolib currently names their files after 1.20
geckolib_minecraft_version=1.20.1
geckolib_version=4.4
geckolib_version_range=[4.4,)
# smartbrainlib currently names their files after 1.20
smartbrainlib_minecraft_version=1.20
smartbrainlib_version=1.11
smartbrainlib_version_range=[1.11,)
almost_unified_version=0.5.0
almost_unified_version_range=[0.5.0,)
modonomicon_version=1.51.0
modonomicon_version_range=[1.38.1,)
theurgy_version=1.8.0
theurgy_version_range=[1.6.3,)
per_viam_invenire_version_range=[0.1.57,)