From a4e38689dbf2b608ae3830f59c9dd1bbcd596d18 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Wed, 27 Nov 2013 23:19:48 +0100 Subject: [PATCH] Added REDSTONE constant --- src/constants/ItemIDs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/ItemIDs.php b/src/constants/ItemIDs.php index f0e81dbaf..8d3aff91e 100644 --- a/src/constants/ItemIDs.php +++ b/src/constants/ItemIDs.php @@ -100,6 +100,7 @@ define("BUCKET", 325); define("IRON_DOOR", 330); +define("REDSTONE", 331); define("REDSTONE_DUST", 331); define("SNOWBALL", 332);