Added Buckets

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-13 13:42:55 +02:00
parent c334bbce12
commit 452df5b2f8
5 changed files with 139 additions and 0 deletions

View File

@ -95,6 +95,10 @@ define("PAINTING", 321);
define("GOLDEN_APPLE", 322);
define("SIGN", 323);
define("WOODEN_DOOR", 324);
define("BUCKET", 325);
define("WATER_BUCKET", 326);
define("LAVA_BUCKET", 327);
define("IRON_DOOR", 330);