-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
gradle.properties
52 lines (39 loc) · 1.36 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
# 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
org.gradle.debug=false
java_version=21
neo_form_version=1.21.1-20240808.144430
parchment_minecraft=1.21
parchment_version=2024.11.10
# Mod
mod_id=cumulus_menus
mod_group=com.aetherteam.cumulus
mod_name=Cumulus
mod_version=1.1.4
mod_license=LGPL-3.0
mod_url=https://modrinth.com/mod/cumulus
mod_update=https://github.com/The-Aether-Team/Cumulus/raw/1.21.1-develop/update.json
mod_tracker=https://github.com/The-Aether-Team/Cumulus/issues
mod_credits=The Aether Team; kingbdogz, for the original Main Menu API that this is inspired by
mod_authors=AlphaMode, bconlon, Blodhgarm
mod_description=A library for custom menu registration.
minecraft_version=1.21.1
neo_minecraft_version_range=[1.21.1,1.21.2)
fabric_minecraft_version_range=~1.21.1
moddevgradle_version=2.0.42-beta
neo_version=21.1.47
neo_version_range=[21.1.47,)
neo_loader_version_range=[4,)
fabric_version=0.105.0+1.21.1
fabric_loader_version=0.16.5
fabric_version_range=*
fabric_loader_version_range=>=0.16.2
forge_config_version=21.1.1
forge_config_screen_version=8.0.2
mixin_extra_version=0.5.0-beta.3
# Publishing
curseforge_id=915473
modrinth_id=sq1f0DCq
version_type=release