Reformatted tinker page for type ore to get coloured titles, and reduced the size of the icon.

This commit is contained in:
Robert Sosnitzka
2017-01-09 23:33:48 +01:00
parent 39976d1319
commit bb7a50bebb
9 changed files with 51 additions and 270 deletions

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -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"
]
}

View File

@@ -1,11 +0,0 @@
{
"title": "Obsidiorite",
"input": {
"id": "taiga:obsidiorite_block"
},
"description": [
{
"text": "They are flying in the end!"
}
]
}

View File

@@ -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"
}
]