mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-16 15:04:19 +08:00
28 lines
761 B
Properties
28 lines
761 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=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
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=26.2
|
|
loader_version=0.19.5
|
|
loom_version=1.17-SNAPSHOT
|
|
fabric_kotlin_version=1.13.13+kotlin.2.4.10
|
|
|
|
# Mod Properties
|
|
version=1.0.0
|
|
group=xyz.thewhitedog9487
|
|
|
|
OutputFileBasename=WhoProvideThisKeybind
|
|
|
|
# Dependencies
|
|
fabric_api_version=0.159.0+26.2
|
|
|
|
# https://modrinth.com/mod/modmenu/versions
|
|
modmenu_version=20.0.1
|
|
# https://modrinth.com/mod/yacl/versions
|
|
yacl_version=3.9.6+26.2-fabric |