-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (23 loc) · 993 Bytes
/
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
# 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
# Version
mod_version=1.2.14
# Mod
mod_id=zenith
mod_name=Zenith
mod_license=All Rights Reserved
mod_tracker=https://github.com/Zepalesque/Zenith/issues
mod_authors=Zepalesque
mod_description=\nZenith is a library/API designed to simplify a variety of tedious processes in a way that is dynamic and easily expandable, along with adding useful APIs that can be used for mods.\n\nThe main reason the mod exists is for the Aether: Redux, but it may be used in the future, and may be useful as well.
mappings_mc_ver=1.21
mappings=2024.06.23
# Dependencies
moddevgradle_version=2.0.42-beta
minecraft_version=1.21.1
minecraft_version_range=[1.21.1,1.21.2)
neo_version=21.1.72
neo_version_range=[21.1.72,)
loader_version_range=[4,)