summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRobert Sosnitzka <robert.sosnitzka@gmail.com>2017-01-08 23:41:01 +0100
committerRobert Sosnitzka <robert.sosnitzka@gmail.com>2017-01-08 23:41:01 +0100
commit9afe6b1b999028d437d054cdcb02093c4467d4df (patch)
treecf2e20df8cca1d15d2ef7e730059ea73828b8f77 /src/main/resources
parent4f9a7345812eeb2ac84c46655c82ea41458c6d8d (diff)
Some fixes for page-template of tinker book
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/taiga/book/en_US/bsp/pageblkinteraction.json14
-rw-r--r--src/main/resources/assets/taiga/book/en_US/bsp/pagecrafting.json46
-rw-r--r--src/main/resources/assets/taiga/book/en_US/bsp/pagecraftingsmall.json34
-rw-r--r--src/main/resources/assets/taiga/book/en_US/bsp/pagesmelting.json14
-rw-r--r--src/main/resources/assets/taiga/book/en_US/bsp/pagesmithing.json33
-rw-r--r--src/main/resources/assets/taiga/book/en_US/language.lang3
-rw-r--r--src/main/resources/assets/taiga/book/en_US/ore/basalt.json111
-rw-r--r--src/main/resources/assets/taiga/book/en_US/ore/meteorite.json15
-rw-r--r--src/main/resources/assets/taiga/book/en_US/ore/obsidiorite.json111
-rw-r--r--src/main/resources/assets/taiga/book/sections/intro.json34
-rw-r--r--src/main/resources/assets/taiga/lang/en_US.lang2
-rw-r--r--src/main/resources/smeltery.pngbin0 -> 106225 bytes
12 files changed, 44 insertions, 173 deletions
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
--- /dev/null
+++ b/src/main/resources/smeltery.png
Binary files differ