mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 19:45:14 +00:00
33 lines
920 B
Properties
33 lines
920 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
|
|
# implementation("net.fellbaum:jemoji:VERSION")
|
|
# https://github.com/felldo/JEmoji
|
|
# Use this instead of emoji-java, as it is more up to date and has better support for newer emojis.
|
|
jemoji_version=1.7.6
|