Add Bucket + Water/Lava = Rock Interaction

This commit is contained in:
Andre Schweiger 2015-12-27 19:04:33 +01:00
parent 3a7865b913
commit 6f73c1892a
7 changed files with 53 additions and 5 deletions

View file

@ -42,6 +42,7 @@
#define ITEM_FURNACE 31
#define ITEM_WORKBENCH 32
#define ITEM_LANTERN 33
#define TOOL_BUCKET 101
typedef struct Inventory Inventory;