-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgradle.properties
41 lines (31 loc) · 1.03 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
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# Check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.7
# Fabric API
fabric_version=0.105.0+1.21.1
loom_version=1.7-SNAPSHOT
# Mod Properties
mod_version = 1.10.2
maven_group = net.barribob
archives_base_name = BOMD
# Kotlin
kotlin_version=1.8.0
fabric_kotlin_version=1.9.2+kotlin.1.8.10
# Other Libraries
# https://www.curseforge.com/minecraft/mc-mods/geckolib/files/all?page=1&pageSize=20
geckolib_version = 4.5.6
geckolib_minecraft_version = fabric-1.21
# https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all?page=1&pageSize=20
cloth_config_version = 15.0.127
# https://www.curseforge.com/minecraft/mc-mods/cardinal-components-api/files/all?page=1&pageSize=20
cardinal_components_version = 6.1.0
multipart_commit_hash = 1.21-SNAPSHOT
# https://modrinth.com/mod/modmenu
modmenu_version = 11.0.1
# JUnit
junit_version=5.7.2
junit_core_version=3.20.2