diff options
| author | Giovanni Harting <539@idlegandalf.com> | 2016-12-25 23:16:58 +0100 |
|---|---|---|
| committer | Giovanni Harting <539@idlegandalf.com> | 2016-12-25 23:16:58 +0100 |
| commit | ac15fd9da155fd8191259846155296884b64c2c3 (patch) | |
| tree | d77d3cf5560ba59e084755e6540831a715026c64 /src/main/resources/assets/taiga/book/index.json | |
| parent | 176e39f5e6a8b5c7cf0e551199bc159c70f68a5d (diff) | |
first progress on book integration, need to introduce a custom json structure
Diffstat (limited to 'src/main/resources/assets/taiga/book/index.json')
| -rw-r--r-- | src/main/resources/assets/taiga/book/index.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/taiga/book/index.json b/src/main/resources/assets/taiga/book/index.json new file mode 100644 index 0000000..2990b81 --- /dev/null +++ b/src/main/resources/assets/taiga/book/index.json @@ -0,0 +1,9 @@ +[ + { + "name": "index_title", + "data": "sections/intro.json", + "icon": { + "file": "taiga:textures/gui/book/logo.png" + } + } +]
\ No newline at end of file |
