DEADSOFTWARE

Add bed
[cavedroid.git] / android / assets / json / game_items.json
index 77493459c2bfaded590e57a0a959d577014b2799..5c1157690a9141876f5d96311f711677e3a70d14 100644 (file)
       "collision": false,
       "background": true,
       "transparent": true,
-      "drop": "none",
+      "drop": "bed",
       "texture": "bed_l",
       "tool_level": 0,
       "tool_type": "axe"
       "collision": false,
       "background": true,
       "transparent": true,
-      "drop": "none",
+      "drop": "bed",
       "texture": "bed_r",
       "tool_level": 0,
       "tool_type": "axe"
       "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",