Added different Fence Gates, new Fence Gate crafting recipes

This commit is contained in:
Shoghi Cervantes
2014-10-18 17:56:18 +02:00
parent 570cab9c66
commit d3327f450c
10 changed files with 244 additions and 8 deletions

View File

@@ -220,6 +220,11 @@ class Item{
const HARDENED_CLAY = 172;
const COAL_BLOCK = 173;
const FENCE_GATE_SPRUCE = 183;
const FENCE_GATE_BIRCH = 184;
const FENCE_GATE_JUNGLE = 185;
const FENCE_GATE_DARK_OAK = 186;
const FENCE_GATE_ACACIA = 187;
const FENCE_SPRUCE = 188;
const FENCE_BIRCH = 189;
const FENCE_JUNGLE = 190;