feat: 初版提交

This commit is contained in:
2025-01-13 23:11:52 +08:00
commit 340392bcf9
15 changed files with 442 additions and 0 deletions

18
gradle.properties Normal file
View File

@@ -0,0 +1,18 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.4
loader_version=0.16.9
kotlin_loader_version=1.13.0+kotlin.2.1.0
# Mod Properties
mod_version=1.0.0
maven_group=net.airgame
archives_base_name=compose-ui-mod
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.114.0+1.21.4
kotlin.version=2.1.0
compose.version=1.6.10