diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-07 23:59:29 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-07 23:59:29 +0100 |
commit | a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1 (patch) | |
tree | 62167f9ff48fb895c7542e44ef5b5520172a79f4 /source/BlockID.h | |
parent | More updates to cPiston.cpp. Piston action will now only be broadcasted to players who have the chunk with the moving piston loaded. (diff) | |
download | cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.gz cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.bz2 cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.lz cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.xz cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.tar.zst cuberite-a9e02cf8fa3afbdbe853e52f030e9a8c7efe46c1.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 3bdc65cac..8122e63b9 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -78,8 +78,8 @@ enum ENUM_BLOCK_ID E_BLOCK_WOODEN_PRESSURE_PLATE = 72,
E_BLOCK_REDSTONE_ORE = 73,
E_BLOCK_REDSTONE_ORE_GLOWING = 74,
- E_BLOCK_REDSTONE_TORCH_ON = 75,
- E_BLOCK_REDSTONE_TORCH_OFF = 76,
+ E_BLOCK_REDSTONE_TORCH_OFF = 75,
+ E_BLOCK_REDSTONE_TORCH_ON = 76,
E_BLOCK_STONE_BUTTON = 77,
E_BLOCK_SNOW = 78,
E_BLOCK_ICE = 79,
|