You've already forked AntiPrinter
16 lines
453 B
Properties
16 lines
453 B
Properties
# 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
|