From 071a8f97de07de0c13ceac897227221f1901b929 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sun, 4 Aug 2024 12:39:02 -0500 Subject: [PATCH] fix: correct `stack_size` of hickory nut ambrosia to make sense with recipe requirements (#5146) --- data/json/items/comestibles/nuts.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/comestibles/nuts.json b/data/json/items/comestibles/nuts.json index 7fd80ae8ccb1..2414bf8bce21 100644 --- a/data/json/items/comestibles/nuts.json +++ b/data/json/items/comestibles/nuts.json @@ -375,6 +375,7 @@ "volume": "250 ml", "phase": "liquid", "charges": 4, + "stack_size": 1, "flags": [ "EATEN_HOT" ], "fun": 5 },