This commit is contained in:
2024-09-28 18:46:24 +08:00
commit e7ee8778ec
12 changed files with 560 additions and 0 deletions

15
gradle.properties Normal file
View File

@@ -0,0 +1,15 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.16.5
kotlin_loader_version=1.12.2+kotlin.2.0.20
# Mod Properties
mod_version=1.0-SNAPSHOT
maven_group=cn.rtast
archives_base_name=antiprinter
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.91.6+1.20.2