Refactor world bootstrap and allow empty startup worlds
This commit is contained in:
26
shared/data/module-types.json
Normal file
26
shared/data/module-types.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"ModuleTypes": [
|
||||
"connectionmodule",
|
||||
"production",
|
||||
"defencemodule",
|
||||
"dockarea",
|
||||
"habitation",
|
||||
"pier",
|
||||
"storage",
|
||||
"buildmodule",
|
||||
"ventureplatform",
|
||||
"processingmodule",
|
||||
"recycling"
|
||||
],
|
||||
"AllModuleTypes": [
|
||||
"habitation",
|
||||
"buildmodule",
|
||||
"dockarea",
|
||||
"pier",
|
||||
"storage",
|
||||
"defencemodule",
|
||||
"connectionmodule",
|
||||
"processingmodule",
|
||||
"recycling"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user