Skip to content

Commit

Permalink
Revert #68673, smithy in a box makes no sense, especially considering…
Browse files Browse the repository at this point in the history
… where it is spawning
  • Loading branch information
kevingranade committed May 26, 2024
1 parent cd60b6b commit ef89917
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,6 @@
[ "sandpaper", 90 ]
]
},
{
"id": "tools_simple_blacksmith",
"type": "item_group",
"//": "Tools commonly used by amateur blacksmiths. A subset of blacksmiths tools",
"items": [ { "group": "basic_metalworking_a", "prob": 40 }, { "group": "basic_metalworking_b", "prob": 60 } ]
},
{
"id": "basic_metalworking_a",
"type": "item_group",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "box_large",
"entries": [
{ "item": "anvil", "count": 1 },
{ "item": "chisel", "count": 1 },
{ "item": "metal_file", "count": 1 },
{ "item": "hotcut", "count": 1 },
{ "item": "metalworking_tongs", "count": 1 },
{ "item": "hammer", "count": 1 },
{ "item": "sandpaper", "count": 1 }
]
},
{
"id": "basic_metalworking_b",
"type": "item_group",
"subtype": "collection",
"//": "This group was created automatically and may contain errors.",
"container-item": "box_large",
"entries": [
{ "item": "anvil", "count": 1 },
{ "item": "metal_file", "count": 1 },
{ "item": "metalworking_tongs", "count": 1 },
{ "item": "hammer", "count": 1 },
{ "item": "sandpaper", "count": 1 }
]
},
{
"id": "tools_carpentry",
"type": "item_group",
Expand Down Expand Up @@ -225,7 +189,6 @@
{ "group": "tools_lighting_industrial", "prob": 100 },
{ "group": "tools_mechanic", "prob": 20 },
{ "group": "tools_plumbing", "prob": 20 },
{ "group": "tools_simple_blacksmith", "prob": 10 },
[ "jumper_cable_heavy", 2 ],
[ "lug_wrench", 20 ],
[ "jerrycan", 10 ],
Expand Down

0 comments on commit ef89917

Please sign in to comment.