Skip to content

Commit

Permalink
Merge pull request #78172 from NetSysFire/long-sticks-in-trash
Browse files Browse the repository at this point in the history
add long sticks to forest trash
  • Loading branch information
Maleclypse authored Nov 27, 2024
2 parents 86b2a00 + d931ec8 commit 385cf63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down
1 change: 1 addition & 0 deletions data/mods/innawood/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] },
Expand Down

0 comments on commit 385cf63

Please sign in to comment.