-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
65 lines (51 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
62
63
64
65
# # # # # # # # # # # # # #
# Gradle Properties #
# # # # # # # # # # # # # #
current_mossy_build_version = 1.0.0
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx5G
org.gradle.parallel=true
# Mod Properties
data.mod_id = mossy
data.mod_name = Mossy
data.mod_version = 1.0.0
data.mod_group = net.lopymine.mossy
data.mod_maven_group = net.lopymine
data.mod_description = Template Fabric mod with some additional tweaks and templates for Mossy projects
data.mod_authors = LopyMine
data.mod_license = LGPL-3.0-only
# Main Dependencies
base.lombok_version = 1.18.32
# Multi-Versions Properties
# Verified version: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3
multi_versions = 1.20.1 1.21
# Build Dependencies
build.yarn = [VERSIONED]
build.fabric_loader = 0.16.10
build.fabric_api = [VERSIONED]
# Additional Dependencies, "dep." is important
dep.yacl = [VERSIONED]
dep.modmenu = [VERSIONED]
# # # # # # # # # # # # # #
# Publication Properties #
# # # # # # # # # # # # # #
# Mod Loaders
loaders = fabric
# Publication Versions
publication_versions = 1.20.1[1.20.2] 1.21[2]
# Version Type [RELEASE, BETA, ALPHA]
version_type = RELEASE
# Imitation of Publishing. Set to "true" for testing
test_publish = false
# Project IDs
modrinth_id = KyxONZZh
curseforge_id = 1130013
# CurseForge Settings
is_for_client = true
is_for_server = false
max_java_version = 21
# Mod Depends
depends_requires = fabric-api
depends_optional = modmenu yacl
depends_incompatible = none
depends_embeds = none