Added Double Plant block, fixes damage walking inside it.

This commit is contained in:
Shoghi Cervantes
2014-12-21 14:28:45 +01:00
parent 3cf1692c96
commit 6dcb5da069
3 changed files with 76 additions and 0 deletions

View File

@ -220,6 +220,8 @@ class Item{
const HARDENED_CLAY = 172;
const COAL_BLOCK = 173;
const DOUBLE_PLANT = 175;
const FENCE_GATE_SPRUCE = 183;
const FENCE_GATE_BIRCH = 184;
const FENCE_GATE_JUNGLE = 185;