mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 18:35:15 +00:00
24 lines
808 B
Properties
24 lines
808 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx4G
|
|
org.gradle.parallel=true
|
|
|
|
# Minecraft Properties
|
|
minecraft_version=1.21.8
|
|
|
|
# Mod Properties
|
|
mod_name=Discord-MC-Chat
|
|
mod_version=3.0.0-beta.0
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
loader_version=0.16.14
|
|
loom_version=1.11-SNAPSHOT
|
|
|
|
# NeoForge Properties
|
|
# You can find the latest versions here: https://projects.neoforged.net/neoforged/neoforge
|
|
# The Minecraft version range can use any release version of Minecraft as bounds.
|
|
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
|
|
# as they do not follow standard versioning conventions.
|
|
minecraft_version_range=[1.21.8]
|
|
# The Neo version must agree with the Minecraft version to get a valid artifact
|
|
neo_version=21.8.23
|