From dc25e66031fc0a1fbdb15579ad346bcb3903b3bb Mon Sep 17 00:00:00 2001 From: troido Date: Sat, 16 May 2020 12:03:49 +0200 Subject: encyclopedia can be split over different files --- content/world.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/world.json') diff --git a/content/world.json b/content/world.json index e544bb3..3437cb8 100644 --- a/content/world.json +++ b/content/world.json @@ -1,4 +1,4 @@ { "default_room": "tutorial", - "encyclopedia": "default_encyclopedia" + "encyclopediae": ["default_encyclopedia", "crops", "base", "npcs"] } -- cgit