-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgradle.properties
More file actions
55 lines (50 loc) · 1.55 KB
/
gradle.properties
File metadata and controls
55 lines (50 loc) · 1.55 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
#
# Copyright 2026 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.1.0
modDescription=Minecraft utility mod for automation
modIcon=assets/lambda/textures/lambda.png
mavenGroup=com.lambda
modAuthors=Constructor (Avanatiker), Blade, beanbag44, Emy
# General
minecraftVersion=1.21.11
lwjglVersion=3.3.3
mixinExtrasVersion=0.5.0
kotlinVersion=2.3.0
pngEncoderVersion=0.16.0
javaVersion=21
baritoneVersion=1.14.0
discordIPCVersion=6f6b6cce17
classGraphVersion=4.8.184
ktorVersion=3.3.3
mockkVersion=1.14.7
spairVersion=1.90.0
# Fabric https://fabricmc.net/develop/
fabricLoaderVersion=0.18.3
yarnMappings=build.3
fabricApiVersion=0.139.5
kotlinFabricVersion=1.13.8+kotlin
sodiumVersion=mc1.21.11-0.8.0-fabric
litematicaVersion=0.25.1
maLiLibVersion=0.27.1
# Kotlin https://kotlinlang.org/
kotlin.code.style=official
# Gradle https://gradle.org/
org.gradle.jvmargs=-Xmx4096M
org.gradle.parallel=true