From 6de602a1741e6d8200d44b86dfbce1314047c4e6 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 24 Nov 2013 00:52:21 +0100 Subject: [PATCH] Fixed Coal Block ID --- src/constants/BlockIDs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/BlockIDs.php b/src/constants/BlockIDs.php index 321084154..32a4bf3c9 100644 --- a/src/constants/BlockIDs.php +++ b/src/constants/BlockIDs.php @@ -171,7 +171,7 @@ define("QUARTZ_STAIRS", 156); define("HAY_BALE", 170); -define("COAL_BLOCK", 170); +define("COAL_BLOCK", 173); define("STONECUTTER", 245); define("GLOWING_OBSIDIAN", 246);