mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
More changes! Alsp added Anvil block and BinaryStream
This commit is contained in:
@ -200,6 +200,8 @@ class Item{
|
||||
const CARROT_BLOCK = 141;
|
||||
const POTATO_BLOCK = 142;
|
||||
|
||||
const ANVIL = 145;
|
||||
|
||||
const REDSTONE_BLOCK = 152;
|
||||
|
||||
const QUARTZ_BLOCK = 155;
|
||||
@ -727,6 +729,11 @@ class Item{
|
||||
self::addCreativeItem(Item::get(Item::CARPET, 9));
|
||||
self::addCreativeItem(Item::get(Item::CARPET, 8));
|
||||
|
||||
|
||||
self::addCreativeItem(Item::get(Item::ANVIL, 0));
|
||||
self::addCreativeItem(Item::get(Item::ANVIL, 4));
|
||||
self::addCreativeItem(Item::get(Item::ANVIL, 8));
|
||||
|
||||
//Tools
|
||||
//TODO self::addCreativeItem(Item::get(Item::RAILS, 0));
|
||||
//TODO self::addCreativeItem(Item::get(Item::POWERED_RAILS, 0));
|
||||
|
Reference in New Issue
Block a user