0

Revert "Add emerald block, improve the looking of the brewing stand."

This reverts commit 85c439b68c.
This commit is contained in:
Aaron Griffith
2012-06-04 21:57:37 -04:00
parent 7f1ccdc156
commit d329e34fe9

View File

@@ -3232,11 +3232,8 @@ def enchantment_table(self, blockid, data):
# TODO this is a place holder, is a 2d image pasted
@material(blockid=117, data=range(5), transparent=True)
def brewing_stand(self, blockid, data):
base = self.terrain_images[156]
img = self.build_full_block(None, None, None, None, None, base)
t = self.terrain_images[157]
stand = self.build_billboard(t)
alpha_over(img,stand,(0,-2))
img = self.build_billboard(t)
return img
# cauldron
@@ -3373,6 +3370,3 @@ def slabs(self, blockid, data):
# emerald ore
block(blockid=130, top_index=171)
# emerald block
block(blockid=133, top_index=25)