diff options
author | Madeleaan <70163122+Madeleaan@users.noreply.github.com> | 2024-05-10 16:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 14:31:28 +0000 |
commit | 19dea5d9d207a8f86c47cc114b6ed038da7bc52f (patch) | |
tree | d69261858f898620fc70190e6a3ce9342eda811f | |
parent | 90654f7821a548903ec4e78e52fb7aaeb715c696 (diff) | |
download | NotEnoughUpdates-REPO-19dea5d9d207a8f86c47cc114b6ed038da7bc52f.tar.gz NotEnoughUpdates-REPO-19dea5d9d207a8f86c47cc114b6ed038da7bc52f.tar.bz2 NotEnoughUpdates-REPO-19dea5d9d207a8f86c47cc114b6ed038da7bc52f.zip |
fix silent pearl recipe output count (#1199)
-rw-r--r-- | items/SILENT_PEARL.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |