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

This commit is contained in:
2025-07-30 20:16:18 -04:00
commit ef8207ff07
19 changed files with 816 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.6
yarn_mappings=1.21.6+build.1
loader_version=0.16.14
loom_version=1.11-SNAPSHOT
# Mod Properties
mod_version=1.0.0
maven_group=me.advait
archives_base_name=lifeless-flight
# Dependencies
fabric_version=0.128.2+1.21.6