feat: 初版提交
This commit is contained in:
18
gradle.properties
Normal file
18
gradle.properties
Normal 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
|
Reference in New Issue
Block a user