X-Git-Url: http://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=android%2Fassets%2Fgame_items.json;h=b53908256af6d11e54a70798efb862dd9c9d39e3;hp=0bc31cc7411024dc7e1e216040a77f6b1fe543e5;hb=7646ac0833becd8f9424908ee8bc142b7b3999f8;hpb=043e0557948f7691cfff71ad91debb5876148e97 diff --git a/android/assets/game_items.json b/android/assets/game_items.json index 0bc31cc..b539082 100644 --- a/android/assets/game_items.json +++ b/android/assets/game_items.json @@ -550,6 +550,58 @@ "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