Added Shears, bedrock and Dyes to creative inventory

This commit is contained in:
Shoghi Cervantes 2013-11-26 12:42:09 +01:00
parent 2d3ba111e0
commit 2044269d86

View File

@ -28,6 +28,7 @@ class BlockAPI{
//Building //Building
array(STONE, 0), array(STONE, 0),
array(COBBLESTONE, 0), array(COBBLESTONE, 0),
array(BEDROCK, 0),
array(STONE_BRICKS, 0), array(STONE_BRICKS, 0),
array(STONE_BRICKS, 1), array(STONE_BRICKS, 1),
array(STONE_BRICKS, 2), array(STONE_BRICKS, 2),
@ -168,6 +169,22 @@ class BlockAPI{
array(CARPET, 10), array(CARPET, 10),
array(CARPET, 9), array(CARPET, 9),
array(CARPET, 8), 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 //Tools
//array(RAILS, 0), //array(RAILS, 0),
@ -179,6 +196,7 @@ class BlockAPI{
array(TNT, 0), array(TNT, 0),
array(IRON_HOE, 0), array(IRON_HOE, 0),
array(IRON_SWORD, 0), array(IRON_SWORD, 0),
array(SHEARS, 0),
array(BOW, 0), array(BOW, 0),
array(FLINT_AND_STEEL, 0), array(FLINT_AND_STEEL, 0),
array(CLOCK, 0), array(CLOCK, 0),