Initial commit
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2025-07-29 22:05:26 -04:00
commit 7a9e57f5cc
23 changed files with 1076 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.7
yarn_mappings=1.21.7+build.8
loader_version=0.16.14
loom_version=1.11-SNAPSHOT
# Mod Properties
mod_version=1.0.0
maven_group=me.advait
archives_base_name=prioritykeys
# Dependencies
fabric_version=0.129.0+1.21.7