DEADSOFTWARE

Fix drop picking
[cavedroid.git] / android / assets / json / game_items.json
index 77493459c2bfaded590e57a0a959d577014b2799..95d4c7a084900a815d3ca228b606c36fa74d7997 100644 (file)
       "tool_level": 1,
       "tool_type": "pickaxe",
       "meta": "furnace"
+    },
+    "chest": {
+      "hp": 180,
+      "collision": true,
+      "transparent": true,
+      "drop": "chest",
+      "texture": "chest",
+      "tool_level": 0,
+      "tool_type": "axe",
+      "meta": "chest",
+      "top": 2,
+      "left": 1,
+      "right": 1,
+      "sprite_top": 2,
+      "sprite_left": 1,
+      "sprite_right": 1
     }
   },
   "items": {
       "type": "block",
       "texture": "furnace_off"
     },
+    "chest": {
+      "name": "Chest",
+      "type": "block",
+      "texture": "chest"
+    },
     "sapling_spruce": {
       "name": "Spruce Sapling",
       "type": "block",