From 19dea5d9d207a8f86c47cc114b6ed038da7bc52f Mon Sep 17 00:00:00 2001 From: Madeleaan <70163122+Madeleaan@users.noreply.github.com> Date: Fri, 10 May 2024 16:31:28 +0200 Subject: fix silent pearl recipe output count (#1199) --- items/SILENT_PEARL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/items/SILENT_PEARL.json b/items/SILENT_PEARL.json index 1b8800eb..f46cec4a 100644 --- a/items/SILENT_PEARL.json +++ b/items/SILENT_PEARL.json @@ -19,7 +19,8 @@ "B3": "ENDER_STONE:1", "C1": "ENDER_STONE:1", "C2": "ENDER_STONE:1", - "C3": "ENDER_STONE:1" + "C3": "ENDER_STONE:1", + "count": 8 }, "internalname": "SILENT_PEARL", "clickcommand": "viewrecipe", -- cgit