Some fixes for page-template of tinker book

This commit is contained in:
Robert Sosnitzka
2017-01-08 23:41:01 +01:00
parent 4f9a734581
commit 9afe6b1b99
16 changed files with 112 additions and 258 deletions

View File

@@ -1,14 +0,0 @@
{
"title": "Interacting with Blocks",
"input": {
"itemList": "items/records.json"
},
"block": {
"id": "minecraft:jukebox"
},
"description": [
{
"text": "That's my jam!"
}
]
}

View File

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

View File

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

View File

@@ -1,14 +0,0 @@
{
"title": "Smelting a Thing",
"input": {
"id": "minecraft:iron_ore"
},
"result": {
"id": "minecraft:iron_ingot"
},
"description": [
{
"text": "Very delicious iron."
}
]
}

View File

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

View File

@@ -1 +1,2 @@
index_title=TAIGA
index_title=TAIGA
modifier.informations=Informations

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,5 @@
modifier.informations=Informations
material.basalt.name=Basalt
material.dilithium.name=Dilithium
material.tiberium.name=Tiberium

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB