mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 20:55:13 +00:00
33 lines
803 B
Properties
33 lines
803 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx4G
|
|
org.gradle.parallel=true
|
|
org.gradle.configuration-cache=false
|
|
|
|
# Minecraft Properties
|
|
minecraft_version=1.21.8
|
|
|
|
# Mod Properties
|
|
mod_version=3.0.0-beta.0
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
loader_version=0.17.3
|
|
loom_version=1.11-SNAPSHOT
|
|
|
|
# NeoForge Properties
|
|
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
|
|
neo_version=21.8.47
|
|
minecraft_version_range=[1.21.8]
|
|
moddev_version=2.0.115
|
|
|
|
# Other Gradle Plugins
|
|
shadow_version=9.2.2
|
|
|
|
# Dependencies Versions
|
|
jda_version=6.1.0
|
|
slf4j_api_version=2.0.17
|
|
jackson_core_version=2.20.0
|
|
jackson_databind_version=2.20.0
|
|
jackson_dataformat_yaml_version=2.20.0
|
|
jackson_annotations_version=2.20
|
|
okhttp_version=5.2.1
|