From bb7a50bebb19407695e96800d6bd4508f6883b97 Mon Sep 17 00:00:00 2001 From: Robert Sosnitzka Date: Mon, 9 Jan 2017 23:33:48 +0100 Subject: Reformatted tinker page for type ore to get coloured titles, and reduced the size of the icon. --- src/main/resources/assets/taiga/book/sections/intro.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/main/resources/assets/taiga/book/sections') diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json index db66dfd..00ec060 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -13,5 +13,15 @@ "name": "meteorite", "type": "taigaore", "data": "ore/meteorite.json" + }, + { + "name": "obsidiorite", + "type": "taigaore", + "data": "ore/obsidiorite.json" + }, + { + "name": "basalt", + "type": "taigaore", + "data": "ore/basalt.json" } ] \ No newline at end of file -- cgit v1.2.3