Initial working product
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
Jurn Wubben 2025-09-13 00:12:13 +02:00
commit 87e670031f
30 changed files with 1155 additions and 0 deletions

20
gradle.properties Normal file
View file

@ -0,0 +1,20 @@
# 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.8
yarn_mappings=1.21.8+build.1
loader_version=0.17.2
loom_version=1.11-SNAPSHOT
# Mod Properties
mod_version=1.0.0
maven_group=tf.jsw.mcadmintracker
archives_base_name=mcadmintracker
# Dependencies
fabric_version=0.133.4+1.21.8
javalin_version=6.7.0
sqlite_jdbc_version=3.50.3.0