From 66c7480164879c4b76bb4b0b1eb4d30e70c72cc6 Mon Sep 17 00:00:00 2001
From: Sollace <sollacea@gmail.com>
Date: Mon, 21 Jun 2021 22:07:12 +0200
Subject: [PATCH] Added rabbit stew to the list of cooked meats

---
 src/main/resources/data/unicopia/tags/items/cooked_meat.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/data/unicopia/tags/items/cooked_meat.json b/src/main/resources/data/unicopia/tags/items/cooked_meat.json
index 521f6289..e3ffaea2 100644
--- a/src/main/resources/data/unicopia/tags/items/cooked_meat.json
+++ b/src/main/resources/data/unicopia/tags/items/cooked_meat.json
@@ -5,6 +5,7 @@
     "minecraft:cooked_beef",
     "minecraft:cooked_mutton",
     "minecraft:cooked_rabbit",
+    "minecraft:rabbit_stew",
     "minecraft:cooked_chicken"
   ]
 }