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