initial commit

This commit is contained in:
leo
2024-07-19 00:23:12 +02:00
commit 599db7f842
18 changed files with 773 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=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
fabric_kotlin_version=1.11.0+kotlin.2.0.0
# Mod Properties
mod_version=1.0.0
maven_group=leo.tbd.vc
archives_base_name=tbd-vc
# Dependencies
fabric_version=0.100.7+1.21