ChatPlus/gradle.properties
CPTProgrammer 43e582fbe6 Add support for Minecraft 26.1
- Since Dynmap has not yet been updated to be compatible with Minecraft 26.1, the compatibility Mixins for Dynmap are currently not enabled for this version.
2026-04-18 06:17:23 +08:00

21 lines
488 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Directory path containing version-specific properties files for Minecraft
version_properties_path=./properties
# Mod Properties
mod_version=1.0.1
maven_group=cn.revaria.chatplus
archives_base_name=chat-plus
# Minecraft
minecraft_version=26.1
# Override Fabric API version for local testing (runClient/runServer)
#test_fabric_api_version=
# Dependencies
manifold_version=2025.1.9