diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-03 06:53:54 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-03 06:53:54 +0100 |
commit | 301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30 (patch) | |
tree | d6be56a8b03a8fecac93557db0671e32ce156174 /source/BlockID.h | |
parent | Updated the thunderbolt packet. Lightning and rain can be tested with a workbench and a chest. >:) (diff) | |
download | cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar.gz cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar.bz2 cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar.lz cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar.xz cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.tar.zst cuberite-301569a6c92b0645b4ae6d73dc8dbcdddb5a9f30.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 3304e3b99..43451569d 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -136,6 +136,8 @@ enum ENUM_ITEM_ID E_ITEM_GOLDEN_APPLE = 322,
E_ITEM_SIGN = 323,
+ E_ITEM_REDSTONE_DUST = 331,
+
E_ITEM_MILK = 335,
E_ITEM_EGG = 344,
@@ -147,5 +149,6 @@ enum ENUM_ITEM_ID E_ITEM_COOKED_FISH = 350,
E_ITEM_CAKE = 354,
+ E_ITEM_REDSTONE_REPEATER = 356,
};
-//tolua_end
\ No newline at end of file +//tolua_end
|