-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
70 lines (56 loc) · 1.95 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
66
67
68
69
70
# # # # # # # # # # # # # #
# Gradle Properties #
# # # # # # # # # # # # # #
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx5G
org.gradle.parallel=true
# Mod Properties
mod_id = patpat
mod_name = PatPat
mod_version = 1.1.1
mod_group = net.lopymine.patpat
mod_maven_group = net.lopymine
mod_description = Simple Client and (Optional) Server side Fabric mod for patting any (living) mobs!
mod_authors = LopyMine, nikita51
mod_license = LGPL-3.0-only
# Main Dependencies
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
# multi_versions = 1.21.4
multi_versions = 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 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 1.21.4
# Build Dependencies
build.yarn = [VERSIONED]
build.fabric_loader = 0.16.7
build.fabric_api = [VERSIONED]
build.java = [VERSIONED]
# Additional Dependencies, "dep." is important
dep.yacl = [VERSIONED]
dep.modmenu = [VERSIONED]
dep.cloth-config = [VERSIONED]
dep.replaymod = [VERSIONED]
dep.geckolib = [VERSIONED]
dep.flashback = [VERSIONED]
# # # # # # # # # # # # # #
# Publication Properties #
# # # # # # # # # # # # # #
# Mod Loaders
loaders = fabric
# Publication Versions from `ROOT/build/libs/mod-version-here.jar` or from `ROOT/versions/MULTI_VERSION/build/libs/...` if not present in root
publication_versions = 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 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 1.21.4
# Version Type [RELEASE, BETA, ALPHA]
version_type = RELEASE
# Imitation of Publishing. Set to "true" for testing
test_publish = false
# Project IDs
modrinth_id = dw7LChq9
curseforge_id = 1105962
# CurseForge Settings
is_for_client = true
is_for_server = true
max_java_version = 21
# Mod Depends
requires = fabric-api
optional = modmenu yacl cloth-config
incompatible = none
embeds = none