From 44d526b8aea422549034e2f905402caf0fe177f7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 30 Dec 2024 22:30:37 -0800 Subject: Add patch to make plastic scraps stackable. --- etc-04_plastic-scrap-is-stackable.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc-04_plastic-scrap-is-stackable.patch (limited to 'etc-04_plastic-scrap-is-stackable.patch') diff --git a/etc-04_plastic-scrap-is-stackable.patch b/etc-04_plastic-scrap-is-stackable.patch new file mode 100644 index 0000000..c5f27e4 --- /dev/null +++ b/etc-04_plastic-scrap-is-stackable.patch @@ -0,0 +1,20 @@ +--- a/data/json/items/resources/plastic.json ++++ b/data/json/items/resources/plastic.json +@@ -63,7 +63,7 @@ + }, + { + "id": "plastic_scrap", +- "type": "TOOL", ++ "type": "GENERIC", + "category": "spare_parts", + "name": { "str": "plastic scrap" }, + "description": "This is a tiny piece of plastic. Useless on its own, but could be melted down if you gather enough.", +@@ -74,6 +74,7 @@ + "material": "plastic", + "symbol": ",", + "color": "light_blue", +- "flags": [ "NO_SALVAGE" ] ++ "flags": [ "NO_SALVAGE" ], ++ "stackable": true + } + ] -- cgit v1.2.1