Initial Commit with Torches. Missing LangKeys and Recipes

This commit is contained in:
2022-07-31 21:54:28 +02:00
commit ff4df5d59f
173 changed files with 2353 additions and 0 deletions

31
gradle.properties Normal file
View File

@@ -0,0 +1,31 @@
# Project
version_major=0
version_minor=0
version_patch=1
group=me.hypherionmc.hyperlighting
# Common
minecraft_version=1.19.1
common_runs_enabled=false
common_client_run_name=Common Client
common_server_run_name=Common Server
# Forge
forge_version=42.0.1
//forge_ats_enabled=true
# Fabric
fabric_version=0.58.5+1.19.1
fabric_loader_version=0.14.8
# Mod options
mod_name=HyperLighting2
mod_author=HypherionSA
mod_id=hyperlighting
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
#dependencies
craterlib_version=1.0.3d