diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-09 23:33:48 +0100 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-09 23:33:48 +0100 |
| commit | bb7a50bebb19407695e96800d6bd4508f6883b97 (patch) | |
| tree | 9702e9012b8fe13d3861d5ea072c08f9dc3c470e /src/main/resources/assets | |
| parent | 39976d13194c52a916b3207c5aafce145306c7bf (diff) | |
Reformatted tinker page for type ore to get coloured titles, and reduced the size of the icon.
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/taiga/book/en_US/ore/basalt.json (renamed from src/main/resources/assets/taiga/book/en_US/ore/basalt.json1) | 8 | ||||
| -rw-r--r-- | src/main/resources/assets/taiga/book/en_US/ore/meteorite.json | 9 | ||||
| -rw-r--r-- | src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json | 20 | ||||
| -rw-r--r-- | src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 | 11 | ||||
| -rw-r--r-- | src/main/resources/assets/taiga/book/sections/intro.json | 10 |
5 files changed, 44 insertions, 14 deletions
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.json index 81f713e..de312ef 100644 --- a/src/main/resources/assets/taiga/book/en_US/ore/basalt.json1 +++ b/src/main/resources/assets/taiga/book/en_US/ore/basalt.json @@ -1,5 +1,8 @@ { "title": "Basalt", + "r": 220, + "g": 220, + "b": 220, "input": { "id": "taiga:basalt_block" }, @@ -7,5 +10,10 @@ { "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." } + ], + "informations": [ + "Level: Iron", + "Swims on lava", + "Used for some alloys" ] }
\ 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 index 220e8ea..bff5fe6 100644 --- a/src/main/resources/assets/taiga/book/en_US/ore/meteorite.json +++ b/src/main/resources/assets/taiga/book/en_US/ore/meteorite.json @@ -1,15 +1,18 @@ { "title": "Meteorite", + "r": 35, + "g": 35, + "b": 35, "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." + "text": "You have to be patient, to find meteorite in your surroundings. Many 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" + "Level: Cobalt", + "Will be cracked sometimes" ] }
\ No newline at end of file diff --git a/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json b/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json new file mode 100644 index 0000000..a273d18 --- /dev/null +++ b/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json @@ -0,0 +1,20 @@ +{ + "title": "Obsidiorite", + "r": 34, + "g": 72, + "b": 83, + "input": { + "id": "taiga:obsidiorite_block" + }, + "description": [ + { + "text": "Obsidiorite is a very common block in the end. It seems that it came from the void and cooled down in cube shapes floating in the ender sky. You need to build stairs to reach that cubes." + } + ], + "informations": [ + "Level: Duranite", + "Will be cracked sometimes", + "Hard to break", + "Floating in the sky" + ] +}
\ 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 deleted file mode 100644 index 940e558..0000000 --- a/src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json1 +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 db66dfd..00ec060 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -13,5 +13,15 @@ "name": "meteorite", "type": "taigaore", "data": "ore/meteorite.json" + }, + { + "name": "obsidiorite", + "type": "taigaore", + "data": "ore/obsidiorite.json" + }, + { + "name": "basalt", + "type": "taigaore", + "data": "ore/basalt.json" } ]
\ No newline at end of file |
