mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
11 lines
499 B
CSV
11 lines
499 B
CSV
# Load Order
|
|
# Modules are loaded from top to bottom.
|
|
# Acceptable formats:
|
|
# module_name,description_in_English_no_comma,(entry_point.kts),(external Jars sep'd by semicolon)...
|
|
# If entry_point is not given, the program will try to run <modulename>.kts.
|
|
# if even that does not exist, an the program will quit with error.
|
|
# and yes, you can disable basegame, but we don't recommend.
|
|
|
|
basegame,The base game,basegame.groovy,
|
|
dwarventech,Dwarven technicians are emerged from their hiding,,
|