Reordered Creative inventory

This commit is contained in:
Shoghi Cervantes 2013-11-26 13:15:56 +01:00
parent 35119befd9
commit cf5bc916c0

View File

@ -28,7 +28,6 @@ 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),
@ -51,9 +50,9 @@ class BlockAPI{
array(TRUNK, 1), array(TRUNK, 1),
array(TRUNK, 2), array(TRUNK, 2),
array(TRUNK, 3), array(TRUNK, 3),
array(NETHER_BRICKS, 0), array(NETHER_BRICKS, 0),
array(NETHERRACK, 0), array(NETHERRACK, 0),
array(BEDROCK, 0),
array(COBBLESTONE_STAIRS, 0), array(COBBLESTONE_STAIRS, 0),
array(OAK_WOODEN_STAIRS, 0), array(OAK_WOODEN_STAIRS, 0),
array(SPRUCE_WOODEN_STAIRS, 0), array(SPRUCE_WOODEN_STAIRS, 0),
@ -169,22 +168,6 @@ 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),
@ -196,8 +179,8 @@ 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(SHEARS, 0),
array(FLINT_AND_STEEL, 0), array(FLINT_AND_STEEL, 0),
array(CLOCK, 0), array(CLOCK, 0),
array(COMPASS, 0), array(COMPASS, 0),
@ -216,8 +199,23 @@ class BlockAPI{
array(CARROT, 0), array(CARROT, 0),
array(POTATO, 0), array(POTATO, 0),
//array(BEETROOT_SEEDS, 0), //array(BEETROOT_SEEDS, 0),
array(DYE, 15), //Bonemeal
array(EGG, 0), array(EGG, 0),
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),
); );