First working alpha

This commit is contained in:
Martin Prokoph
2022-08-15 23:41:45 +02:00
parent c66f9a680e
commit 5d62e8620c
42 changed files with 1039 additions and 0 deletions

18
gradle.properties Executable file
View File

@@ -0,0 +1,18 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.4
loader_version=0.14.9
# Mod Properties
mod_version = 1.0.0
maven_group = eu.midnightdust
archives_base_name = celestria
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.59.0+1.19.2
midnightlib_version=0.5.2