Added Grass Path block, fixed redstone blocks not being able to be placed

This commit is contained in:
Shoghi Cervantes
2015-04-10 19:05:10 +02:00
parent 3f60f7c0fb
commit 3224cd7dc5
4 changed files with 79 additions and 0 deletions

View File

@ -230,6 +230,8 @@ class Item{
const FENCE_GATE_DARK_OAK = 186;
const FENCE_GATE_ACACIA = 187;
const GRASS_PATH = 198;
const PODZOL = 243;
const BEETROOT_BLOCK = 244;
const STONECUTTER = 245;