summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/BlockID.h')
-rw-r--r--source/BlockID.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index 571087ab7..58919e1aa 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -478,16 +478,16 @@ enum
E_META_TORCH_ZP = 4, // Torch attached to the ZP side of its block
// E_BLOCK_WOODEN_DOUBLE_STEP metas:
- E_BLOCK_WOODEN_DOUBLE_STEP_APPLE = 0,
- E_BLOCK_WOODEN_DOUBLE_STEP_CONIFER = 1,
- E_BLOCK_WOODEN_DOUBLE_STEP_BIRCH = 2,
- E_BLOCK_WOODEN_DOUBLE_STEP_JUNGLE = 3,
+ E_META_WOODEN_DOUBLE_STEP_APPLE = 0,
+ E_META_WOODEN_DOUBLE_STEP_CONIFER = 1,
+ E_META_WOODEN_DOUBLE_STEP_BIRCH = 2,
+ E_META_WOODEN_DOUBLE_STEP_JUNGLE = 3,
// E_BLOCK_WOODEN_STEP metas:
- E_BLOCK_WOODEN_STEP_APPLE = 0,
- E_BLOCK_WOODEN_STEP_CONIFER = 1,
- E_BLOCK_WOODEN_STEP_BIRCH = 2,
- E_BLOCK_WOODEN_STEP_JUNGLE = 3,
+ E_META_WOODEN_STEP_APPLE = 0,
+ E_META_WOODEN_STEP_CONIFER = 1,
+ E_META_WOODEN_STEP_BIRCH = 2,
+ E_META_WOODEN_STEP_JUNGLE = 3,
// E_BLOCK_WOOL metas:
E_META_WOOL_WHITE = 0,