Twice Upon a Loader
This commit is contained in:
commit
86367a3863
50 changed files with 2388 additions and 0 deletions
28
gradle.properties
Normal file
28
gradle.properties
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Project
|
||||
version=0.9
|
||||
group=su.a71.tardim_ic
|
||||
|
||||
# Common
|
||||
minecraft_version=1.19.2
|
||||
common_runs_enabled=false
|
||||
common_client_run_name=Common Client
|
||||
common_server_run_name=Common Server
|
||||
|
||||
# Forge
|
||||
forge_version=43.1.30
|
||||
//forge_ats_enabled=true
|
||||
|
||||
# Fabric
|
||||
fabric_version=0.62.0+1.19.2
|
||||
fabric_loader_version=0.14.9
|
||||
|
||||
# Mod options
|
||||
mod_name="TARDIM: In Control"
|
||||
mod_author=Andrew_7_1
|
||||
mod_id=tardim_ic
|
||||
|
||||
# Gradle
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
cc_version=1.100.9
|
Loading…
Add table
Add a link
Reference in a new issue