mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added Emerald ore, Emerald, Emerald block
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user