summaryrefslogtreecommitdiff
path: root/src/defaultencyclopedia.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaultencyclopedia.rs')
-rw-r--r--src/defaultencyclopedia.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/defaultencyclopedia.rs b/src/defaultencyclopedia.rs
index b6ab6cc..5e9222e 100644
--- a/src/defaultencyclopedia.rs
+++ b/src/defaultencyclopedia.rs
@@ -164,13 +164,14 @@ pub fn default_encyclopedia() -> Encyclopedia {
]
},
"spawner": {
- "arguments": [["template", "template", null], ["amount", "int", 1], ["delay", "int", 0], ["clan", "string", ""]],
+ "arguments": [["template", "template", null], ["amount", "int", 1], ["delay", "int", 0], ["clan", "string", ""], ["initial_spawn", "bool", true]],
"components": [
["Spawner", {
"template": ["arg", "template"],
"amount": ["arg", "amount"],
"delay": ["arg", "delay"],
- "clan": ["arg", "clan"]
+ "clan": ["arg", "clan"],
+ "initial_spawn": ["arg", "initial_spawn"]
}]
]
}