-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
68 lines (54 loc) · 1.72 KB
/
gradle.properties
File metadata and controls
68 lines (54 loc) · 1.72 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
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
# # # # # # # # # # # # # #
# 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 = transparent-entities
data.mod_name = Transparent Entities
data.mod_version = 1.3.0
data.mod_group = net.lopymine.te
data.mod_maven_group = net.lopymine
data.mod_description = Client-Side Fabric mod which gradually hides closest players (and other entities) to you.
data.mod_authors = LopyMine
data.mod_license = CC BY-ND 4.0
# Main Dependencies
base.lombok_version = 1.18.32
base.mixin_squared = 0.2.0
# 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.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
# Build Dependencies
build.yarn = [VERSIONED]
build.fabric_loader = 0.16.10
build.fabric_api = [VERSIONED]
build.java = [VERSIONED]
# Additional Dependencies, "dep." is important
dep.yacl = [VERSIONED]
dep.modmenu = [VERSIONED]
dep.sodium = [VERSIONED]
# # # # # # # # # # # # # #
# Publication Properties #
# # # # # # # # # # # # # #
# Mod Loaders
loaders = fabric
# Versions Specifications
versions_specifications = 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
# Version Type [RELEASE, BETA, ALPHA]
version_type = RELEASE
# Imitation of Publishing. Set to "true" for testing
test_publish = false
# Project IDs
modrinth_id = DoTHHqk4
curseforge_id = 1217446
# 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