From d34ec274b80348e9a8ac5b3a8573978de57b18dc Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Fri, 24 Feb 2012 16:17:36 +0100 Subject: [PATCH] Added new simple blocks: dragon egg, inactive redstone lamp and active redstone lamp. --- overviewer_core/textures.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index b3bf9d6..71ab9ac 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -3065,3 +3065,13 @@ def end_portal_frame(self, blockid, data): # end stone block(blockid=121, top_index=175) + +# dragon egg +# NOTE: this isn't a block, but I think it's better than nothing +block(blockid=122, top_index=37) + +# inactive redstone lamp +block(blockid=123, top_index=211) + +# active redstone lamp +block(blockid=124, top_index=212)