-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
40 lines (32 loc) · 917 Bytes
/
gradle.properties
File metadata and controls
40 lines (32 loc) · 917 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
33
34
35
36
37
38
39
40
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
# Minecraft / NeoForge
minecraft_version=1.21.1
minecraft_version_range=[1.21.1,1.22)
neo_version=21.1.219
neo_version_range=[21.1,)
loader_version_range=[4,)
# Parchment (optional mappings)
parchment_minecraft_version=1.21.1
parchment_mappings_version=2024.11.17
# GeckoLib
geckolib_version=4.7.1
# JEI (Just Enough Items)
jei_version=19.21.0.247
# EMI (Emi's Item Index)
emi_version=1.1.18+1.21.1
# Jade (block tooltips — optional, Modrinth Maven)
jade_version=yd8FKCmx
# Patchouli (guidebook — optional, Modrinth Maven)
patchouli_version=BIogJv2D
# Mod properties
mod_id=researchcube
mod_name=Research Cube
mod_license=All Rights Reserved
mod_version=0.1.0
mod_group_id=com.researchcube
mod_authors=MrSilly & fireheart3911
mod_description=A tiered, datapack-driven research system for Minecraft.