Initial Setup and Classes
This commit is contained in:
27
gradle.properties
Normal file
27
gradle.properties
Normal 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
|
Reference in New Issue
Block a user