-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathgradle.properties
More file actions
42 lines (35 loc) · 1.06 KB
/
gradle.properties
File metadata and controls
42 lines (35 loc) · 1.06 KB
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
# Project
group=com.mrcrayfish
# Java
java_version=21
# Common
minecraft_version=1.21.1
# Fabric
fabric_version=0.105.0+1.21.1
fabric_loader_version=0.16.9
# NeoForge
neoforge_version=21.1.214
neoforge_version_range=[21.1,)
neoforge_loader_version_range=[2,)
# Mod options
mod_version=3.0.3
mod_name=Backpacked
mod_author=MrCrayfish
mod_id=backpacked
mod_desc=A vanilla-friendly backpack mod, featuring an unlock-based progression system, special augments that can be applied to backpacks to enhance gameplay, and a data-driven cosmetic system to unlock new backpack styles.
mod_homepage=https://mrcrayfish.com/mods?id=backpacked
mod_source=https://github.com/MrCrayfish/Backpacked
mod_issues=https://github.com/MrCrayfish/Backpacked/issues
mod_license=GNU Lesser General Public License v2.1
# Dependency options
framework_version=0.13.10
catalogue_version=1.11.1
modmenu_version=11.0.2
yigd_neoforge_version=2.0.13
yigd_fabric_version=2.4.18
gravestone_version=1.0.24
jei_minecraft_version=1.21.1
jei_version=19.27.0.340
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false