summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockCloth.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-02-16 12:12:56 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-02-16 12:12:56 +0100
commit32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6 (patch)
tree0d336dd2935b40610d884892e493f41d81f56573 /source/Blocks/BlockCloth.h
parentAdded API.txt into project for reference (diff)
downloadcuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar.gz
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar.bz2
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar.lz
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar.xz
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.tar.zst
cuberite-32ee4aaf1e26a8fef31c1a8cc653694eb9187ae6.zip
Diffstat (limited to '')
-rw-r--r--source/Blocks/BlockCloth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockCloth.h b/source/Blocks/BlockCloth.h
index 82c0a0e29..a95f12500 100644
--- a/source/Blocks/BlockCloth.h
+++ b/source/Blocks/BlockCloth.h
@@ -19,7 +19,7 @@ public:
virtual void ConvertToPickups(cItems & a_Pickups, NIBBLETYPE a_BlockMeta) override
{
- a_Pickups.push_back(cItem(E_ITEM_WOOL, 1, a_BlockMeta));
+ a_Pickups.push_back(cItem(E_BLOCK_WOOL, 1, a_BlockMeta));
}