-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
98 lines (67 loc) · 2.74 KB
/
gradle.properties
File metadata and controls
98 lines (67 loc) · 2.74 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Defining XML parsers
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx8192m -Xms8192m -XX:MaxMetaspaceSize=1024m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# Loom Setup
# Mod Properties
mod.version = 0.2.0-beta
mod.group = xyz.bluspring
mod.name = UnityTranslate
mod.id = unitytranslate
mod.description = A mod designed for free live translation, inspired by the QSMP. Mainly created for the Unity Multiplayer server, and for public release towards the multilingual Minecraft community.
mod.authors = BluSpring
# Values: none, svc, plasmo
mod.proximity_chat = svc
# Dependencies
### Common
mod.supported_versions = [VERSIONED]
# https://parchmentmc.org/docs/getting-started
deps.parchment_version = [VERSIONED]
deps.parchment_snapshot = [VERSIONED]
# https://maven.maxhenkel.de/#/releases/de/maxhenkel/voicechat/voicechat-api
deps.voicechat_api = 2.6.0
# https://github.com/plasmoapp/plasmo-voice/releases
deps.plasmo_api = 2.1.8
# https://modrinth.com/mod/simple-voice-chat/versions?g=1.20.1
deps.voicechat = 2.6.10
# https://modrinth.com/plugin/plasmo-voice/versions?g=1.20.1
deps.plasmo = 2.1.8
deps.plasmo_mc = [DEFAULT]
# https://github.com/TooTallNate/Java-WebSocket
deps.java_websocket = 1.5.7
deps.kotlin = 2.3.0
# https://central.sonatype.com/artifact/com.squareup.okhttp3/okhttp/4.12.0/versions
deps.okhttp = 5.3.1
# http://mvn.devos.one/#/snapshots/xyz/bluspring/unitytranslate/UnityTranslateLib
deps.unitytranslatelib = 0.4.2
# https://central.sonatype.com/artifact/com.github.jnr/jnr-ffi?smo=true
deps.jnr = 2.2.17
# https://modrinth.com/mod/talk-balloons
deps.talk_balloons = 1.4.1
# https://modrinth.com/mod/modernnetworking
deps.modernnetworking = 1.2.8
deps.modernnetworking_mc = [VERSIONED]
# https://modrinth.com/mod/cloth-config
deps.cloth_config = [VERSIONED]
### Fabric
mod.mc_dep_fabric = [VERSIONED]
deps.fabric_loader = 0.17.3
# https://modrinth.com/mod/fabric-api
deps.fabric_api = [VERSIONED]
# https://modrinth.com/mod/fabric-language-kotlin
deps.fabric_kotlin = 1.13.8
# https://modrinth.com/mod/modmenu
deps.modmenu = [VERSIONED]
# https://github.com/lucko/fabric-permissions-api
deps.fabric_permissions = [VERSIONED]
### Forge / NeoForge
mod.mc_dep_forgelike = [VERSIONED]
# https://modrinth.com/mod/kotlin-lang-forge
deps.kotlinlangforge = 2.11.1
deps.kotlinlangforge_loader = [VERSIONED]
### Forge
deps.forge = [VERSIONED]
### NeoForge
deps.neoforge = [VERSIONED]