mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-02 08:09:55 +00:00
Added Shears, bedrock and Dyes to creative inventory
This commit is contained in:
parent
2d3ba111e0
commit
2044269d86
@ -28,6 +28,7 @@ class BlockAPI{
|
||||
//Building
|
||||
array(STONE, 0),
|
||||
array(COBBLESTONE, 0),
|
||||
array(BEDROCK, 0),
|
||||
array(STONE_BRICKS, 0),
|
||||
array(STONE_BRICKS, 1),
|
||||
array(STONE_BRICKS, 2),
|
||||
@ -168,6 +169,22 @@ class BlockAPI{
|
||||
array(CARPET, 10),
|
||||
array(CARPET, 9),
|
||||
array(CARPET, 8),
|
||||
array(DYE, 0),
|
||||
array(DYE, 7),
|
||||
array(DYE, 6),
|
||||
array(DYE, 5),
|
||||
array(DYE, 4),
|
||||
array(DYE, 3),
|
||||
array(DYE, 2),
|
||||
array(DYE, 1),
|
||||
array(DYE, 15),
|
||||
array(DYE, 14),
|
||||
array(DYE, 13),
|
||||
array(DYE, 12),
|
||||
array(DYE, 11),
|
||||
array(DYE, 10),
|
||||
array(DYE, 9),
|
||||
array(DYE, 8),
|
||||
|
||||
//Tools
|
||||
//array(RAILS, 0),
|
||||
@ -179,6 +196,7 @@ class BlockAPI{
|
||||
array(TNT, 0),
|
||||
array(IRON_HOE, 0),
|
||||
array(IRON_SWORD, 0),
|
||||
array(SHEARS, 0),
|
||||
array(BOW, 0),
|
||||
array(FLINT_AND_STEEL, 0),
|
||||
array(CLOCK, 0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user