From 34b5d5c36f5c9c231af4fbee5a96d05b3e8fa994 Mon Sep 17 00:00:00 2001 From: NappingOcean <129575271+NappingOcean@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:35:23 +0900 Subject: [PATCH] fix: clay charges -> clay count --- data/json/construction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/construction.json b/data/json/construction.json index fee6f27392c2..ded770e3d743 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -118,7 +118,7 @@ "required_skills": [ [ "survival", 2 ] ], "time": "60 m", "qualities": [ [ { "id": "DIG", "level": 1 } ] ], - "byproducts": [ { "item": "clay_lump", "charges": [ 8, 16 ] } ], + "byproducts": [ { "item": "clay_lump", "count": [ 8, 16 ] } ], "components": [ [ [ "water", 32 ], [ "water_clean", 32 ] ] ], "pre_terrain": "t_clay_bog", "post_terrain": "t_dirt"