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. --- .../assets/taiga/book/en_US/intro/welcome.json | 8 -------- .../assets/taiga/book/en_US/ores/firstwords.json | 20 ++++++++++++++++++++ .../assets/taiga/book/en_US/ores/intro.json | 11 +++++++++++ .../assets/taiga/book/en_US/ores/multiblock.json | 3 +++ .../assets/taiga/book/en_US/ores/structure.json | 12 ++++++++++++ src/main/resources/assets/taiga/book/index.json | 4 +++- .../resources/assets/taiga/book/sections/intro.json | 14 +++++++++++--- 7 files changed, 60 insertions(+), 12 deletions(-) delete mode 100644 src/main/resources/assets/taiga/book/en_US/intro/welcome.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ores/firstwords.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ores/intro.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ores/multiblock.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ores/structure.json (limited to 'src/main/resources/assets/taiga/book') diff --git a/src/main/resources/assets/taiga/book/en_US/intro/welcome.json b/src/main/resources/assets/taiga/book/en_US/intro/welcome.json deleted file mode 100644 index 31907d1..0000000 --- a/src/main/resources/assets/taiga/book/en_US/intro/welcome.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": "TEST Title", - "text": [ - { - "text": "Test text." - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ores/firstwords.json b/src/main/resources/assets/taiga/book/en_US/ores/firstwords.json new file mode 100644 index 0000000..cfac3fe --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ores/firstwords.json @@ -0,0 +1,20 @@ +{ + "title": "New ores", + "image": { + "file": "taiga:textures/logo_s.png" + }, + "text": [ + { + "text": "TAIGA adds various new blocks and ores. You need to combine them in different alloys to get higher tiers,1 some better stats and special traits." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "The ores have to be found at special places. On the next pages, you will be teached where to find the ores and how they have to be handeled." + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ores/intro.json b/src/main/resources/assets/taiga/book/en_US/ores/intro.json new file mode 100644 index 0000000..2d5801b --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ores/intro.json @@ -0,0 +1,11 @@ +{ + "title": "TAIGA: Tinkers' Alloying Addon", + "image": { + "file": "taiga:textures/logo.png" + }, + "text": [ + { + "text": "Thank you for downloading TAIGA. TAIGA is an addon for Tinker's Construct with a lot of end game materials. On the next pages you will see and learn how to find the new added Ores and what other features you can find in TAIGA." + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ores/multiblock.json b/src/main/resources/assets/taiga/book/en_US/ores/multiblock.json new file mode 100644 index 0000000..53a0cf4 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ores/multiblock.json @@ -0,0 +1,3 @@ +{ + "data": "structure/tank.json" +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ores/structure.json b/src/main/resources/assets/taiga/book/en_US/ores/structure.json new file mode 100644 index 0000000..1999813 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ores/structure.json @@ -0,0 +1,12 @@ +{ + "title": "", + "text": [ + { + "text": "The Tinker Tank can be any size from 3x3 to 11x11, and with any height from a minimum of 3. Larger structues increase the size of the tank. In order to be a valid structure, it requires a floor and ceiling, along with a frame around the whole structure" + }, + { + "text": "The Tinker Tank can be built using any combination of seared blocks, glass, and drains. The floor and ceiling frame must be either seared blocks or drains. A single Tinker Tank controller is required. It can be placed on any layer except the ceiling, and must not be placed on the outside edges of the frame. The ceiling additionally supports slabs and stairs, even in the frame, provided they are downwards facing.", + "paragraph": true + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/index.json b/src/main/resources/assets/taiga/book/index.json index 2990b81..59f0abd 100644 --- a/src/main/resources/assets/taiga/book/index.json +++ b/src/main/resources/assets/taiga/book/index.json @@ -3,7 +3,9 @@ "name": "index_title", "data": "sections/intro.json", "icon": { - "file": "taiga:textures/gui/book/logo.png" + "item": { + "id": "taiga:ignitz_block" + } } } ] \ No newline at end of file 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