From 83099fb690f34508aae2edb54f8414b171eb57bf Mon Sep 17 00:00:00 2001 From: Athebyne <30442287+f-raZ0R@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:15:55 -0500 Subject: [PATCH] Buff Kimchi --- .../data/spectrum/recipes/titration_barrel/kimchi.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/resources/data/spectrum/recipes/titration_barrel/kimchi.json b/src/main/resources/data/spectrum/recipes/titration_barrel/kimchi.json index 4e9be85620..f8db1d97e4 100644 --- a/src/main/resources/data/spectrum/recipes/titration_barrel/kimchi.json +++ b/src/main/resources/data/spectrum/recipes/titration_barrel/kimchi.json @@ -5,10 +5,6 @@ "tag": "c:vegetables", "count": 4 }, - { - "tag": "c:vegetables", - "count": 4 - }, { "tag": "c:vegetables", "count": 4 @@ -20,6 +16,6 @@ "min_fermentation_time_hours": 4, "result": { "item": "spectrum:kimchi", - "count": 8 + "count": 16 } -} \ No newline at end of file +}