Initial Setup and Classes

This commit is contained in:
2022-05-12 00:18:53 +02:00
commit 16c24ce795
48 changed files with 1370 additions and 0 deletions

27
gradle.properties Normal file
View File

@@ -0,0 +1,27 @@
# Project
version=1.0.0
group=com.example.examplemod
# Common
minecraft_version=1.18.1
common_runs_enabled=false
common_client_run_name=Common Client
common_server_run_name=Common Server
# Forge
forge_version=39.0.7
//forge_ats_enabled=true
# Fabric
fabric_version=0.44.0+1.18
fabric_loader_version=0.12.12
# Mod options
mod_name=MultiLoader
mod_author=Jared
mod_id=multiloader
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false