Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
added drill to magnetic tool tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed May 9, 2024
1 parent 6ad17e7 commit 1594b52
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ protected void processTags(String domain) {
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_lv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_mv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_hv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "drill_lv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "drill_mv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "drill_hv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_alt_lv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_alt_mv").getItem(),
AntimatterAPI.get(IAntimatterTool.class, "electric_wrench_alt_hv").getItem());
Expand Down

0 comments on commit 1594b52

Please sign in to comment.