Removed fence classes, added fence damage (¬¬ Mojang)

This commit is contained in:
Shoghi Cervantes
2015-01-08 17:51:29 +01:00
parent 9d97a940a6
commit 83360187c9
11 changed files with 30 additions and 188 deletions

View File

@ -227,11 +227,6 @@ class Item{
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;
const FENCE_DARK_OAK = 191;
const FENCE_ACACIA = 192;
const PODZOL = 243;
const BEETROOT_BLOCK = 244;