initial commit

This commit is contained in:
Ryan
2024-11-25 13:57:03 +02:00
commit 5ac4e4ccba
19 changed files with 795 additions and 0 deletions

17
gradle.properties Normal file
View File

@@ -0,0 +1,17 @@
# 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.20.1
yarn_mappings=1.20.1+build.9
loader_version=0.14.21
# Mod Properties
mod_version=0.0.1
maven_group=com.smithy
archives_base_name=celestium
# Dependencies
fabric_version=0.85.0+1.20.1