summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjammet <jammetcub@gmail.com>2015-04-22 09:37:36 +0200
committerMattes D <github@xoft.cz>2015-04-23 15:21:14 +0200
commit6f0eafdc3a07a6927464e7b062328c4446319b64 (patch)
treef82c3824106a1f49e8618eff3709c578843681e0
parentMerge pull request #1851 from wraith11/DoorFix (diff)
downloadcuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar.gz
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar.bz2
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar.lz
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar.xz
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.tar.zst
cuberite-6f0eafdc3a07a6927464e7b062328c4446319b64.zip
-rw-r--r--src/Blocks/BlockOre.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Blocks/BlockOre.h b/src/Blocks/BlockOre.h
index 08d79f435..7c4ae01f9 100644
--- a/src/Blocks/BlockOre.h
+++ b/src/Blocks/BlockOre.h
@@ -50,6 +50,11 @@ public:
a_Pickups.push_back(cItem(E_ITEM_COAL));
break;
}
+ case E_BLOCK_NETHER_QUARTZ_ORE:
+ {
+ a_Pickups.push_back(cItem(E_ITEM_NETHER_QUARTZ));
+ break;
+ }
default:
{
a_Pickups.push_back(cItem(m_BlockType));