DEADSOFTWARE

CaveGame in kotlin
[cavedroid.git] / android / assets / json / game_items.json
index 245ebb04c8b169875bbab55d0ff5c7e9e4a44ee8..349daf3f752dfb4a5caeb70f9a8c2c6dbd6e1589 100644 (file)
       "tint": "#EDBFB4",
       "action_key": "use_spawn_egg_pig",
       "origin_x": 0.5
+    },
+    "porkchop_raw": {
+      "name": "Raw Porkchop",
+      "type": "food",
+      "texture": "porkchop_raw",
+      "heal": 3,
+      "smelt_product": "porkchop_cooked"
+    },
+    "porkchop_cooked": {
+      "name": "Raw Porkchop",
+      "type": "food",
+      "texture": "porkchop_cooked",
+      "heal": 8
     }
   }
 }