mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
console command dictionary is now automatically filled using reflection
This commit is contained in:
@@ -7,6 +7,10 @@ description=The base game
|
||||
# Author of the module
|
||||
author=Terrarum
|
||||
|
||||
# Root package name for the module
|
||||
# The game will look for certain classes base on this package string, so don't mess up!
|
||||
package=net.torvald.terrarum.modulebasegame
|
||||
|
||||
# Name of the entry script
|
||||
# Entry script must inherit net.torvald.terrarum.ModuleEntryPoint
|
||||
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
propername=Dwarven Techs
|
||||
description=Dwarven technicians are emerged from their hiding
|
||||
author=Terrarum
|
||||
package=net.torvald.terrarum.modulecomputers
|
||||
entrypoint=net.torvald.terrarum.modulecomputers.EntryPoint
|
||||
releasedate=2017-07-14
|
||||
version=0.2.0
|
||||
|
||||
Reference in New Issue
Block a user