From ac15fd9da155fd8191259846155296884b64c2c3 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 25 Dec 2016 23:16:58 +0100 Subject: first progress on book integration, need to introduce a custom json structure --- src/main/resources/assets/taiga/book/index.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/assets/taiga/book/index.json (limited to 'src/main/resources/assets/taiga/book/index.json') 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 -- cgit v1.2.3