diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-01 21:39:02 +0100 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2017-01-01 21:39:02 +0100 |
| commit | 18bd88e7f98bb62d704d933341599bbb7b2ce3c7 (patch) | |
| tree | d5d8336ee88d6cb7d4f539fdbe4d05eda9436395 /src/main/resources/assets/taiga/book/sections | |
| parent | 6b1a9d4b278c7f1b8dc0c4ca1c7b54dbb4e2fa59 (diff) | |
Added Dilithium Ore and assigned crystals. Added some Book pages as a test (need to be fixed before next release).
Removed deprecated stuff.
Removed 2016, Added 2017.
Diffstat (limited to 'src/main/resources/assets/taiga/book/sections')
| -rw-r--r-- | src/main/resources/assets/taiga/book/sections/intro.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json index 276837e..5d3586e 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -1,7 +1,15 @@ [ { - "name": "welcome", - "type": "text", - "data": "intro/welcome.json" + "name": "intro", + "type": "image with text below", + "data": "ores/intro.json" + }, + { + "name": "firstwords", + "type": "text with right image etch", + "data": "ores/firstwords.json" + }, + { + "type": "blank" } ]
\ No newline at end of file |
