From 9afe6b1b999028d437d054cdcb02093c4467d4df Mon Sep 17 00:00:00 2001 From: Robert Sosnitzka Date: Sun, 8 Jan 2017 23:41:01 +0100 Subject: Some fixes for page-template of tinker book --- .../taiga/book/en_US/bsp/pageblkinteraction.json | 14 ------- .../assets/taiga/book/en_US/bsp/pagecrafting.json | 46 --------------------- .../taiga/book/en_US/bsp/pagecraftingsmall.json | 34 --------------- .../assets/taiga/book/en_US/bsp/pagesmelting.json | 14 ------- .../assets/taiga/book/en_US/bsp/pagesmithing.json | 33 --------------- .../assets/taiga/book/en_US/language.lang | 3 +- .../assets/taiga/book/en_US/ore/basalt.json1 | 11 +++++ .../assets/taiga/book/en_US/ore/meteorite.json | 15 +++++++ .../assets/taiga/book/en_US/ore/obsidiorite.json1 | 11 +++++ .../assets/taiga/book/sections/intro.json | 34 ++------------- src/main/resources/assets/taiga/lang/en_US.lang | 2 + src/main/resources/smeltery.png | Bin 0 -> 106225 bytes 12 files changed, 44 insertions(+), 173 deletions(-) delete mode 100644 src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json delete mode 100644 src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json delete mode 100644 src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json delete mode 100644 src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json delete mode 100644 src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ore/basalt.json1 create mode 100644 src/main/resources/assets/taiga/book/en_US/ore/meteorite.json create mode 100644 src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 create mode 100644 src/main/resources/smeltery.png (limited to 'src/main/resources') 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 deleted file mode 100644 index c4ff182..0000000 --- a/src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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 deleted file mode 100644 index e3fc391..0000000 --- a/src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "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 deleted file mode 100644 index 648a90c..0000000 --- a/src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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 deleted file mode 100644 index c8b7d86..0000000 --- a/src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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 deleted file mode 100644 index a6795a0..0000000 --- a/src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "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/language.lang b/src/main/resources/assets/taiga/book/en_US/language.lang index 6a632b8..8bb6c6a 100644 --- a/src/main/resources/assets/taiga/book/en_US/language.lang +++ b/src/main/resources/assets/taiga/book/en_US/language.lang @@ -1 +1,2 @@ -index_title=TAIGA \ No newline at end of file +index_title=TAIGA +modifier.informations=Informations \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ore/basalt.json1 b/src/main/resources/assets/taiga/book/en_US/ore/basalt.json1 new file mode 100644 index 0000000..81f713e --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ore/basalt.json1 @@ -0,0 +1,11 @@ +{ + "title": "Basalt", + "input": { + "id": "taiga:basalt_block" + }, + "description": [ + { + "text": "This is basalt. Basalt is a block, which can be found in the overworld at the top of lava lakes. If you don't want to fall into the lava you have to mine it carefully. Try to build some blocks underneath to be on the safe side." + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ore/meteorite.json b/src/main/resources/assets/taiga/book/en_US/ore/meteorite.json new file mode 100644 index 0000000..220e8ea --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ore/meteorite.json @@ -0,0 +1,15 @@ +{ + "title": "Meteorite", + "input": { + "id": "taiga:meteorite_block" + }, + "description": [ + { + "text": "You have to be patient, to find meteorite in your surroundings. Many hundrets of thounsands years ago they fell from the sky. Most of them are buried under dirt and grass and you have to dig a lot." + } + ], + "informations": [ + "Deals massive damage to spiders and silverfish", + "Multiple levels" + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 b/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 new file mode 100644 index 0000000..940e558 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 @@ -0,0 +1,11 @@ +{ + "title": "Obsidiorite", + "input": { + "id": "taiga:obsidiorite_block" + }, + "description": [ + { + "text": "They are flying in the end!" + } + ] +} \ 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 f65f254..db66dfd 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -10,36 +10,8 @@ "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" + "name": "meteorite", + "type": "taigaore", + "data": "ore/meteorite.json" } ] \ No newline at end of file diff --git a/src/main/resources/assets/taiga/lang/en_US.lang b/src/main/resources/assets/taiga/lang/en_US.lang index 7b322ba..25a1805 100644 --- a/src/main/resources/assets/taiga/lang/en_US.lang +++ b/src/main/resources/assets/taiga/lang/en_US.lang @@ -1,3 +1,5 @@ +modifier.informations=Informations + material.basalt.name=Basalt material.dilithium.name=Dilithium material.tiberium.name=Tiberium diff --git a/src/main/resources/smeltery.png b/src/main/resources/smeltery.png new file mode 100644 index 0000000..19f96f8 Binary files /dev/null and b/src/main/resources/smeltery.png differ -- cgit v1.2.3