From 545f0db46a4dd5de650f13b01505d7e0df3c2f38 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sun, 6 Jan 2013 16:00:49 -0500 Subject: [PATCH] Add support for Quartz ore and redstone block See #863 --- overviewer_core/textures.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index f55c041..cc741af 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -3519,6 +3519,12 @@ block(blockid=129, top_index=171) # emerald block block(blockid=133, top_index=25) +# nether quartz ore +block(blockid=153, top_index=191) + +# block of redstone +block(blockid=152, top_index=26) + # cocoa plant @material(blockid=127, data=range(12), transparent=True) def cocoa_plant(self, blockid, data):