From 18bd88e7f98bb62d704d933341599bbb7b2ce3c7 Mon Sep 17 00:00:00 2001 From: Robert Sosnitzka Date: Sun, 1 Jan 2017 21:39:02 +0100 Subject: Added Dilithium Ore and assigned crystals. Added some Book pages as a test (need to be fixed before next release). Removed deprecated stuff. Removed 2016, Added 2017. --- src/main/resources/assets/taiga/book/sections/intro.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/main/resources/assets/taiga/book/sections') diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json index 276837e..5d3586e 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -1,7 +1,15 @@ [ { - "name": "welcome", - "type": "text", - "data": "intro/welcome.json" + "name": "intro", + "type": "image with text below", + "data": "ores/intro.json" + }, + { + "name": "firstwords", + "type": "text with right image etch", + "data": "ores/firstwords.json" + }, + { + "type": "blank" } ] \ No newline at end of file -- cgit v1.2.3