Skip to content

Commit

Permalink
Fixed typo and removed useless right side up slab meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearbin committed Oct 11, 2014
1 parent 12012d0 commit 6876274
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BlockID.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,7 @@ enum
E_META_WOODEN_SLAB_JUNGLE = 3,
E_META_WOODEN_SLAB_ACACIA = 4,
E_META_WOODEN_SLAB_DARK_OAK = 5,
E_META_WOODEN_SLAB_RIGHT_SIDE_UP = 0,
E_META_WOODWN_SLAB_UPSIDE_DOWN = 8,
E_META_WOODEN_SLAB_UPSIDE_DOWN = 8,

// E_BLOCK_WOOL metas:
E_META_WOOL_WHITE = 0,
Expand Down

0 comments on commit 6876274

Please sign in to comment.