Added new Wood slabs, stairs, crafing recipes

This commit is contained in:
Shoghi Cervantes
2014-06-16 15:46:45 +02:00
parent b3820bedbc
commit 28926832df
9 changed files with 250 additions and 4 deletions

View File

@ -55,6 +55,7 @@ class Item{
const GOLD_ORE = 14;
const IRON_ORE = 15;
const COAL_ORE = 16;
const LOG = 17;
const WOOD = 17;
const TRUNK = 17;
const LEAVES = 18;
@ -196,6 +197,14 @@ class Item{
const WOOD_SLABS = 158;
const WOODEN_SLABS = 158;
const LEAVES2 = 161;
const LEAVE2 = 161;
const WOOD2 = 162;
const TRUNK2 = 162;
const LOG2 = 162;
const ACACIA_WOOD_STAIRS = 163;
const DARK_OAK_WOOD_STAIRS = 163;
const HAY_BALE = 170;
const CARPET = 171;