-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
39 lines (29 loc) · 1.05 KB
/
gradle.properties
File metadata and controls
39 lines (29 loc) · 1.05 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
org.gradle.configuration-cache=false
# Fabric Properties
# https://fabricmc.net/develop
minecraft_version=26.1
loader_version=0.19.2
loom_version=1.16-SNAPSHOT
# Mod Properties
mod_version=2.6.3
maven_group=io.github.thevoidblock
archives_base_name=headbrowser
# Dependencies
# https://modmuss50.me/fabric.html
fabric_api_version=0.145.1+26.1
# https://maven.wispforest.io/io/wispforest/owo-lib/
owo_version=0.13.0+26.1
# https://linkie.shedaniel.dev/
modmenu_version=18.0.0-alpha.8
# https://mvnrepository.com/artifact/com.google.code.gson/gson
gson_version=2.13.2
# https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
okhttp_version=5.3.2
# https://mvnrepository.com/artifact/com.squareup.okio/okio
okio_version=3.17.0
# https://modrinth.com/mod/fabric-language-kotlin/versions
fabric_kotlin_version=1.13.10+kotlin.2.3.20