mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 20:55:13 +00:00
30 lines
736 B
Properties
30 lines
736 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.10
|
|
|
|
# Mod Properties
|
|
mod_version=3.0.0-beta.0
|
|
|
|
# NeoForge Properties
|
|
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
|
|
neo_version=21.10.64
|
|
minecraft_version_range=[1.21.10]
|
|
moddev_version=2.0.139
|
|
|
|
# Other Gradle Plugins
|
|
shadow_version=9.3.1
|
|
|
|
# Dependencies Versions
|
|
jda_version=6.3.0
|
|
slf4j_api_version=2.0.17
|
|
jackson_core_version=2.20.1
|
|
jackson_databind_version=2.20.1
|
|
jackson_dataformat_yaml_version=2.20.1
|
|
jackson_annotations_version=2.20
|
|
okhttp_version=5.3.2
|
|
netty_version=4.2.9.Final
|
|
jansi_version=2.4.2
|