Added new simple blocks: dragon egg, inactive redstone lamp and active redstone lamp.
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user