-
Notifications
You must be signed in to change notification settings - Fork 6
/
gradle.properties
47 lines (40 loc) · 1.13 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
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Project
mod_name=TES
group=net.tslat.tes
authors=Tslat
mod_id=tslatentitystatus
description=View entity health and other statuses. Make smacking things fun again!
license=MPL-2.0
mappings_channel=parchment
homepage_url=https://www.curseforge.com/minecraft/mc-mods/tslatentitystatus-tes
sources_url=https://github.com/Tslat/TslatEntityStatus
issues_url=https://github.com/Tslat/TslatEntityStatus/issues
# Common Versions
version=1.6.4
parchment_version=2024.07.28
mappings_mc_version=1.21
minecraft_version=1.21.1
minecraft_version_range=[1.21,)
java_version=21
mixin_processor_version=0.8.6
# Forge
forge_version=52.0.15
forge_version_range=[51.0.0,)
forge_loader_version_range=[51,)
# NeoForge
neoforge_version=21.1.51
neoforge_version_range=[21.1.0,)
neoforge_loader_version_range=[4,)
# Fabric
fabric_api_version=0.104.0+1.21.1
fabric_loader_version=0.16.5
fabric_loader_version_range=0.16
# Dependencies
midnightlib_version=1.6.3-fabric
# Publishing
curseforge_id=830420
maven_url=https://maven.cloudsmith.io/tslat/tes/
changelog_url=https://github.com/Tslat/TslatEntityStatus/commits/1.21