-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgradle.properties
More file actions
61 lines (55 loc) · 1.7 KB
/
gradle.properties
File metadata and controls
61 lines (55 loc) · 1.7 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
#
# Copyright 2025 Lambda
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Lambda https://github.com/lambda-client/lambda
modId=lambda
modName=Lambda
modVersion=0.0.1
modDescription=Minecraft utility mod for automation
modIcon=assets/lambda/lambda.png
mavenGroup=com.lambda
modAuthors=Constructor (Avanatiker), Blade, beanbag44, Emy
# General
minecraftVersion=1.21.5
minecraftVersionMin=1.21.5
minecraftVersionMax=1.21.6
lwjglVersion=3.3.3
mixinExtrasVersion=0.5.0-rc.2
kotlinVersion=2.2.0
pngEncoderVersion=0.16.0
javaVersion=21
baritoneVersion=1.14.0
discordIPCVersion=6f6b6cce17
classGraphVersion=4.8.179
ktorVersion=3.1.2
mockitoKotlin=5.4.0
mockitoInline=5.2.0
mockkVersion=1.13.17
spairVersion=1.90.0
# Fabric https://fabricmc.net/develop/
fabricLoaderVersion=0.16.13
yarnMappings=build.1
fabricApiVersion=0.124.0
kotlinFabricVersion=1.13.4+kotlin
sodiumVersion=mc1.21.5-0.6.13-fabric
litematicaVersion=0.22.2
maLiLibVersion=0.24.2
# Kotlin https://kotlinlang.org/
kotlin.code.style=official
# Gradle https://gradle.org/
org.gradle.jvmargs=-Xmx4096M
org.gradle.parallel=true
org.jetbrains.dokka.experimental.gradle.pluginMode.nowarn=true