From 0eb536e16bb05ab4ad1d734963e47b9a5518115d Mon Sep 17 00:00:00 2001 From: Robert Sosnitzka Date: Tue, 3 Jan 2017 00:05:03 +0100 Subject: Fixed broken book page. Added examples for showing up in the book. Todo: Create a separate template! --- .../assets/taiga/book/sections/intro.json | 32 +++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (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 5d3586e..f65f254 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -6,10 +6,40 @@ }, { "name": "firstwords", - "type": "text with right image etch", + "type": "image with text below", "data": "ores/firstwords.json" }, + { + "name": "basalt", + "type": "text with right image etch", + "data": "ores/basalt.json" + }, { "type": "blank" + }, + { + "name": "PageCrafter", + "type": "crafting", + "data": "bsp/pagecrafting.json" + }, + { + "name": "PageSmallCrafter", + "type": "crafting", + "data": "bsp/pagecraftingsmall.json" + }, + { + "name": "PageSmelting", + "type": "smelting", + "data": "bsp/pagesmelting.json" + }, + { + "name": "PageSmithing", + "type": "smithing", + "data": "bsp/pagesmithing.json" + }, + { + "name": "PageBlockInteraction", + "type": "block interaction", + "data": "bsp/pageblkinteraction.json" } ] \ No newline at end of file -- cgit v1.2.3