forked from TAIGA/TAIGA
Some fixes for page-template of tinker book
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"title": "Interacting with Blocks",
|
||||
"input": {
|
||||
"itemList": "items/records.json"
|
||||
},
|
||||
"block": {
|
||||
"id": "minecraft:jukebox"
|
||||
},
|
||||
"description": [
|
||||
{
|
||||
"text": "That's my jam!"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"title": "Smelting a Thing",
|
||||
"input": {
|
||||
"id": "minecraft:iron_ore"
|
||||
},
|
||||
"result": {
|
||||
"id": "minecraft:iron_ingot"
|
||||
},
|
||||
"description": [
|
||||
{
|
||||
"text": "Very delicious iron."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +1,2 @@
|
||||
index_title=TAIGA
|
||||
index_title=TAIGA
|
||||
modifier.informations=Informations
|
||||
11
src/main/resources/assets/taiga/book/en_US/ore/basalt.json1
Normal file
11
src/main/resources/assets/taiga/book/en_US/ore/basalt.json1
Normal 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."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"title": "Obsidiorite",
|
||||
"input": {
|
||||
"id": "taiga:obsidiorite_block"
|
||||
},
|
||||
"description": [
|
||||
{
|
||||
"text": "They are flying in the end!"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
@@ -1,3 +1,5 @@
|
||||
modifier.informations=Informations
|
||||
|
||||
material.basalt.name=Basalt
|
||||
material.dilithium.name=Dilithium
|
||||
material.tiberium.name=Tiberium
|
||||
|
||||
BIN
src/main/resources/smeltery.png
Normal file
BIN
src/main/resources/smeltery.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user