0

Added new simple blocks: dragon egg, inactive redstone lamp and active redstone lamp.

This commit is contained in:
Alejandro Aguilera
2012-02-24 16:17:36 +01:00
parent 2957677e32
commit d34ec274b8

View File

@@ -3065,3 +3065,13 @@ def end_portal_frame(self, blockid, data):
# end stone # end stone
block(blockid=121, top_index=175) 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)