summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockCloth.h
diff options
context:
space:
mode:
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));
}