diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-03 00:05:03 +0100 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-03 00:05:03 +0100 |
| commit | 0eb536e16bb05ab4ad1d734963e47b9a5518115d (patch) | |
| tree | 8f847da9df0a72fe024c0011209c204ff5433d8c /src/main/resources/assets/taiga/book/sections | |
| parent | 18bd88e7f98bb62d704d933341599bbb7b2ce3c7 (diff) | |
Fixed broken book page. Added examples for showing up in the book. Todo: Create a separate template!
Diffstat (limited to 'src/main/resources/assets/taiga/book/sections')
| -rw-r--r-- | src/main/resources/assets/taiga/book/sections/intro.json | 32 |
1 files changed, 31 insertions, 1 deletions
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 |
