mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 22:01:52 +09:00
RemoCons fully working; also fixed my stupidity
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
# 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,,
|
||||
basegame
|
||||
dwarventech
|
||||
|
||||
|
20
assets/modules/basegame/metadata.properties
Normal file
20
assets/modules/basegame/metadata.properties
Normal file
@@ -0,0 +1,20 @@
|
||||
# The name that will be displayed in game
|
||||
propername=Terrarum
|
||||
|
||||
# The description
|
||||
description=The base game
|
||||
|
||||
# Author of the module
|
||||
author=Terrarum
|
||||
|
||||
# Name of the entry script
|
||||
entrypoint=basegame.groovy
|
||||
|
||||
# Release date in YYYY-MM-DD
|
||||
releasedate=2017-07-14
|
||||
|
||||
# The version
|
||||
version=0.2
|
||||
|
||||
# External JARs the module might use, separate multiple by semicolon (;)
|
||||
libraries=
|
||||
Binary file not shown.
7
assets/modules/dwarventech/metadata.properties
Normal file
7
assets/modules/dwarventech/metadata.properties
Normal file
@@ -0,0 +1,7 @@
|
||||
propername=Dwarven Techs
|
||||
description=Dwarven technicians are emerged from their hiding
|
||||
author=Terrarum
|
||||
entrypoint=
|
||||
releasedate=2017-07-14
|
||||
version=0.2
|
||||
libraries=
|
||||
Reference in New Issue
Block a user