-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
32 lines (28 loc) · 913 Bytes
/
gradle.properties
File metadata and controls
32 lines (28 loc) · 913 Bytes
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.
org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configuration-cache=true
# Mappings
parchment_minecraft_version=1.20.1
parchment_mappings_version=2023.09.03
# Environment Properties
minecraft_version=1.20.1
minecraft_version_range=[1.20.1, 1.21)
forge_version=47.1.3
forge_version_range=[47.1.3,)
loader_version_range=[47,)
# Mixins
mixin_extras_version=0.5.0
mixin_extras_version_range=[0.4.1,)
## Mod Properties
mod_id=orb
mod_name=Optimized Recipe Book (ORB)
mod_license=MIT
mod_version=0.3.0
mod_group_id=com.github.elenterius
mod_authors=Elenterius
mod_description=Improves the performance of the recipe book without removing its functionality.
mod_url=https://github.com/Elenterius/ORB
mod_issue_url=https://github.com/Elenterius/ORB/issues