Skip to content

Commit

Permalink
ID change
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmillimaster committed Jan 10, 2020
1 parent 6f88c20 commit 0c02c94
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3165,7 +3165,7 @@
[ [ "cu_pipe", 4 ] ],
[ [ "cable", 12 ] ],
[ [ "pipe", 4 ] ],
[ [ "hand_vice", 1 ] ],
[ [ "hand_vise", 1 ] ],
[ [ "motor_tiny", 1 ] ],
[ [ "medium_storage_battery", 2 ] ],
[ [ "frame", 1 ] ],
Expand Down
10 changes: 5 additions & 5 deletions data/json/itemgroups/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
[ "recharge_station", 10 ],
[ "hand_crank_charger", 25 ],
[ "metal_file", 10 ],
[ "hand_vice", 10 ]
[ "hand_vise", 10 ]
]
},
{
Expand Down Expand Up @@ -164,7 +164,7 @@
[ "soldering_iron", 150 ],
[ "cordless_drill", 100 ],
[ "pin_reamer", 30 ],
[ "hand_vice", 10 ]
[ "hand_vise", 10 ]
]
},
{
Expand Down Expand Up @@ -222,7 +222,7 @@
[ "polisher", 70 ],
[ "angular_grinder", 5 ],
[ "welder", 10 ],
[ "hand_vice", 10 ]
[ "hand_vise", 10 ]
]
},
{
Expand Down Expand Up @@ -425,7 +425,7 @@
[ "sm_extinguisher", 10 ],
[ "toolbox", 5 ],
[ "tool_belt", 10 ],
[ "hand_vice", 10 ],
[ "hand_vise", 10 ],
[ "wrench", 10 ]
]
},
Expand All @@ -444,7 +444,7 @@
[ "screwdriver", 35 ],
[ "pin_reamer", 10 ],
[ "metal_file", 10 ],
[ "hand_vice", 20 ]
[ "hand_vise", 20 ]
]
},
{
Expand Down
5 changes: 5 additions & 0 deletions data/json/items/migration.json
Original file line number Diff line number Diff line change
Expand Up @@ -963,5 +963,10 @@
"id": "ballistic_vest",
"type": "MIGRATION",
"replace": "ballistic_vest_esapi"
},
{
"id": "hand_vice",
"type": "MIGRATION",
"replace": "hand_vise"
}
]
2 changes: 1 addition & 1 deletion data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7381,7 +7381,7 @@
"magazine_well": 2
},
{
"id": "hand_vice",
"id": "hand_vise",
"type": "TOOL",
"name": "clamp",
"description": "This clamp is useful for keeping things still, especially if you have several of them.",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,7 @@
[ [ "hammer", 1 ] ],
[ [ "metal_file", 1 ] ],
[ [ "pin_reamer", 1 ] ],
[ [ "hand_vice", 1 ] ]
[ [ "hand_vise", 1 ] ]
]
},
{
Expand Down

0 comments on commit 0c02c94

Please sign in to comment.