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 | |
| 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')
10 files changed, 190 insertions, 27 deletions
diff --git a/src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json b/src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json new file mode 100644 index 0000000..c4ff182 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json @@ -0,0 +1,14 @@ +{ + "title": "Interacting with Blocks", + "input": { + "itemList": "items/records.json" + }, + "block": { + "id": "minecraft:jukebox" + }, + "description": [ + { + "text": "That's my jam!" + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json b/src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json new file mode 100644 index 0000000..e3fc391 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json @@ -0,0 +1,46 @@ +{ + "title": "Crafting a Thing", + "grid_size": "large", + "grid": [ + [ + {}, + { + "id": "minecraft:redstone_torch" + } + ], + [ + { + "id": "minecraft:redstone_torch" + }, + { + "id": "minecraft:quartz" + }, + { + "id": "minecraft:redstone_torch" + } + ], + [ + { + "id": "minecraft:stone" + }, + { + "id": "minecraft:stone" + }, + { + "id": "minecraft:stone" + } + ] + ], + "result": { + "id": "minecraft:comparator" + }, + "description": [ + { + "text": "This item does stuff and, of course, " + }, + { + "text": "things.", + "underlined": true + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json b/src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json new file mode 100644 index 0000000..648a90c --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json @@ -0,0 +1,34 @@ +{ + "title": "Crafting a Thing", + "grid_size": "small", + "grid": [ + [ + { + "id": "minecraft:stick" + }, + { + "id": "minecraft:planks" + } + ], + [ + { + "id": "minecraft:planks" + }, + { + "id": "minecraft:stick" + } + ] + ], + "result": { + "id": "tconstruct:stencil" + }, + "description": [ + { + "text": "This item does stuff and, of course, " + }, + { + "text": "things.", + "underlined": true + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json b/src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json new file mode 100644 index 0000000..c8b7d86 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json @@ -0,0 +1,14 @@ +{ + "title": "Smelting a Thing", + "input": { + "id": "minecraft:iron_ore" + }, + "result": { + "id": "minecraft:iron_ingot" + }, + "description": [ + { + "text": "Very delicious iron." + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json b/src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json new file mode 100644 index 0000000..a6795a0 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json @@ -0,0 +1,33 @@ +{ + "title": "Smithing a Thing", + "input": { + "id": "minecraft:diamond_sword" + }, + "modifier": { + "id": "minecraft:enchanted_book", + "nbt": { + "ench": [ + { + "id": 16, + "lvl": 5 + } + ] + } + }, + "result": { + "id": "minecraft:diamond_sword", + "nbt": { + "ench": [ + { + "id": 16, + "lvl": 5 + } + ] + } + }, + "description": [ + { + "text": "Ow, that's sharp." + } + ] +}
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ores/basalt.json b/src/main/resources/assets/taiga/book/en_US/ores/basalt.json new file mode 100644 index 0000000..a03c632 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ores/basalt.json @@ -0,0 +1,16 @@ +{ + "title": "Basalt", + "text1": [ + { + "text": "TAIGA adds various new blocks and ores. To get higher tiers, stats and traits you need to alloy them." + } + ], + "text2": [ + { + "text": "On the next Pages you will learn where to get these new materials and what you need to know else." + } + ], + "image": { + "file": "taiga:textures/book/ores.png" + } +}
\ 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 index cfac3fe..9e8bd4d 100644 --- a/src/main/resources/assets/taiga/book/en_US/ores/firstwords.json +++ b/src/main/resources/assets/taiga/book/en_US/ores/firstwords.json @@ -1,20 +1,11 @@ { "title": "New ores", "image": { - "file": "taiga:textures/logo_s.png" + "file": "taiga:textures/book/ores.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." + "text": "TAIGA adds various new blocks and ores. To get higher tiers, stats and traits you need to alloy them wisely. On the next Pages you will learn where to get these new materials and what else you need to know." } ] }
\ 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 deleted file mode 100644 index 53a0cf4..0000000 --- a/src/main/resources/assets/taiga/book/en_US/ores/multiblock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "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 deleted file mode 100644 index 1999813..0000000 --- a/src/main/resources/assets/taiga/book/en_US/ores/structure.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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/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 |
