DEADSOFTWARE

Return tools
[cavedroid.git] / android / assets / game_items.json
index 0bc31cc7411024dc7e1e216040a77f6b1fe543e5..b53908256af6d11e54a70798efb862dd9c9d39e3 100644 (file)
     "obsidian": {
       "name": "Obsidian",
       "type": "block"
+    },
+    "wood_sword": {
+      "name": "Wooden Sword",
+      "type": "tool"
+    },
+    "stone_sword": {
+      "name": "Stone Sword",
+      "type": "tool"
+    },
+    "iron_sword": {
+      "name": "Iron Sword",
+      "type": "tool"
+    },
+    "diamond_sword": {
+      "name": "Diamond Sword",
+      "type": "tool"
+    },
+    "gold_sword": {
+      "name": "Golden Sword",
+      "type": "tool"
+    },
+    "wood_shovel": {
+      "name": "Wooden Shovel",
+      "type": "tool"
+    },
+    "stone_shovel": {
+      "name": "Stone Shovel",
+      "type": "tool"
+    },
+    "iron_shovel": {
+      "name": "Iron Shovel",
+      "type": "tool"
+    },
+    "diamond_shovel": {
+      "name": "Diamond Shovel",
+      "type": "tool"
+    },
+    "gold_shovel": {
+      "name": "Golden Shovel",
+      "type": "tool"
+    },
+    "bucket_empty": {
+      "name": "Empty Bucket",
+      "type": "tool"
+    },
+    "bucket_water": {
+      "name": "Water Bucket",
+      "type": "tool"
+    },
+    "bucket_lava": {
+      "name": "Lava Bucket",
+      "type": "tool"
     }
   }
 }
\ No newline at end of file