Refactor world bootstrap and allow empty startup worlds
This commit is contained in:
18
shared/data/cargo-types.json
Normal file
18
shared/data/cargo-types.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"id": "liquid",
|
||||
"name": "Liquid"
|
||||
},
|
||||
{
|
||||
"id": "solid",
|
||||
"name": "Solid"
|
||||
},
|
||||
{
|
||||
"id": "container",
|
||||
"name": "Container"
|
||||
},
|
||||
{
|
||||
"id": "condensate",
|
||||
"name": "Condensate"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user