mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2025-05-12 23:08:13 +08:00

- Remove legacy code and replace with new implementation - Update version to 1.0.0 - Adjust build configurations and dependencies.
21 lines
488 B
Properties
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.0
|
|
maven_group=cn.revaria.chatplus
|
|
archives_base_name=chat-plus
|
|
|
|
# Minecraft
|
|
minecraft_version=1.21
|
|
|
|
# Override Fabric API version for local testing (runClient/runServer)
|
|
#test_fabric_api_version=
|
|
|
|
# Dependencies
|
|
manifold_version=2025.1.9
|