Skip to content

Commit

Permalink
update innawoods forest trash, too
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSysFire committed Nov 12, 2024
1 parent b1dec64 commit 0ac234a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions data/mods/innawood/itemgroups/trash_and_debris.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "item_group",
"id": "trash_forest",
"items": [
[ "rock", 80 ],
{ "item": "twig", "prob": 100, "count": [ 5, 40 ] },
{ "item": "rock", "prob": 80, "count": [ 1, 3 ] },
[ "rock_flaking", 80 ],
[ "stick", 80 ],
[ "acorns", 80 ],
Expand All @@ -13,15 +14,19 @@
[ "straw_pile", 80 ],
[ "tanbark", 80 ],
[ "rock_large", 70 ],
[ "field_stone", 70 ],
[ "pine_bough", 70 ],
[ "splinter", 70 ],
{ "item": "splinter", "prob": 70, "count": [ 1, 5 ] },
[ "hickory_root", 65 ],
[ "hickory_nut", 65 ],
[ "tinder", 50 ],
{ "item": "feather", "prob": 40, "count": [ 1, 10 ] },
{ "item": "pebble", "prob": 30, "count": [ 1, 5 ] },
[ "bone", 30 ],
[ "flint", 20 ],
[ "chunk_copper", 1 ],
[ "chunk_cassiterite", 1 ],
[ "log", 2 ],
[ "chunk_hematite", 2 ]
]
}
Expand Down

0 comments on commit 0ac234a

Please sign in to comment.