Added Emerald ore, Emerald, Emerald block

This commit is contained in:
Shoghi Cervantes
2014-06-16 16:24:09 +02:00
parent b4e502be13
commit 8bc3ff5726
5 changed files with 115 additions and 1 deletions

View File

@ -171,7 +171,9 @@ class Item{
const NETHER_BRICKS_STAIRS = 114;
const SANDSTONE_STAIRS = 128;
const EMERALD_ORE = 129;
const EMERALD_BLOCK = 133;
const SPRUCE_WOOD_STAIRS = 134;
const SPRUCE_WOODEN_STAIRS = 134;
const BIRCH_WOOD_STAIRS = 135;
@ -348,6 +350,8 @@ class Item{
const SPAWN_EGG = 383;
const EMERALD = 388;
const CARROT = 391;
const CARROTS = 391;
const POTATO = 392;