Skip to content

Commit

Permalink
Add immersiveengineering:drill to config. It isn't registered correct…
Browse files Browse the repository at this point in the history
…ly as a tool.
  • Loading branch information
wendall911 committed Jun 23, 2018
1 parent df50d74 commit 2c6a960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tinkersurvival/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ public static class Tools {

@Comment({"List of individual tools that will always work. Format tooltype-modid:item"})
public static String[] TOOLS_WHITELIST = new String[] {
"shears-minecraft:shears"
"shears-minecraft:shears",
"pickaxe-immersiveengineering:drill"
};
}

Expand Down

0 comments on commit 2c6a960

Please sign in to comment.