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/index.json | |
| 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/index.json')
| -rw-r--r-- | src/main/resources/assets/taiga/book/index.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/assets/taiga/book/index.json b/src/main/resources/assets/taiga/book/index.json index 2990b81..59f0abd 100644 --- a/src/main/resources/assets/taiga/book/index.json +++ b/src/main/resources/assets/taiga/book/index.json @@ -3,7 +3,9 @@ "name": "index_title", "data": "sections/intro.json", "icon": { - "file": "taiga:textures/gui/book/logo.png" + "item": { + "id": "taiga:ignitz_block" + } } } ]
\ No newline at end of file |
