From d931ec84caf71f5a445f149c04033d05c4712e45 Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:39:37 +0100 Subject: [PATCH] add long sticks to forest trash --- data/json/itemgroups/trash_and_debris.json | 1 + data/mods/innawood/itemgroups/trash_and_debris.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/json/itemgroups/trash_and_debris.json b/data/json/itemgroups/trash_and_debris.json index 73255491012fc..4516d70e5be06 100644 --- a/data/json/itemgroups/trash_and_debris.json +++ b/data/json/itemgroups/trash_and_debris.json @@ -195,6 +195,7 @@ { "item": "glass_shard", "prob": 20, "count": [ 5, 60 ] }, [ "ceramic_shard", 15 ], [ "stick", 95 ], + [ "stick_long", 20 ], [ "seed_flower", 5 ], [ "joint_roach", 5 ], [ "pipe", 20 ], diff --git a/data/mods/innawood/itemgroups/trash_and_debris.json b/data/mods/innawood/itemgroups/trash_and_debris.json index e51d679392017..673dc041ff153 100644 --- a/data/mods/innawood/itemgroups/trash_and_debris.json +++ b/data/mods/innawood/itemgroups/trash_and_debris.json @@ -7,6 +7,7 @@ { "item": "rock", "prob": 80, "count": [ 1, 3 ] }, [ "rock_flaking", 80 ], [ "stick", 80 ], + [ "stick_long", 10 ], [ "acorns", 80 ], [ "pinecone", 80 ], { "item": "withered", "prob": 80, "count": [ 1, 10 ] },