summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/taiga/book/en_US/intro/welcome.json8
-rw-r--r--src/main/resources/assets/taiga/book/en_US/language.lang1
-rw-r--r--src/main/resources/assets/taiga/book/index.json9
-rw-r--r--src/main/resources/assets/taiga/book/sections/intro.json7
-rw-r--r--src/main/resources/assets/taiga/textures/gui/book/logo.pngbin0 -> 57158 bytes
5 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/assets/taiga/book/en_US/intro/welcome.json b/src/main/resources/assets/taiga/book/en_US/intro/welcome.json
new file mode 100644
index 0000000..31907d1
--- /dev/null
+++ b/src/main/resources/assets/taiga/book/en_US/intro/welcome.json
@@ -0,0 +1,8 @@
+{
+ "title": "TEST Title",
+ "text": [
+ {
+ "text": "Test text."
+ }
+ ]
+} \ 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
new file mode 100644
index 0000000..6a632b8
--- /dev/null
+++ b/src/main/resources/assets/taiga/book/en_US/language.lang
@@ -0,0 +1 @@
+index_title=TAIGA \ No newline at end of file
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
diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json
new file mode 100644
index 0000000..276837e
--- /dev/null
+++ b/src/main/resources/assets/taiga/book/sections/intro.json
@@ -0,0 +1,7 @@
+[
+ {
+ "name": "welcome",
+ "type": "text",
+ "data": "intro/welcome.json"
+ }
+] \ No newline at end of file
diff --git a/src/main/resources/assets/taiga/textures/gui/book/logo.png b/src/main/resources/assets/taiga/textures/gui/book/logo.png
new file mode 100644
index 0000000..3ab7aaa
--- /dev/null
+++ b/src/main/resources/assets/taiga/textures/gui/book/logo.png
Binary files differ