Skip to content

Commit

Permalink
fix electric scanner recipes (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Dec 24, 2024
1 parent c8bace9 commit de90eef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/dreammaster/detrav/ScannerTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

public class ScannerTools implements IOreRecipeRegistrator {

public ScannerTools() {}
public ScannerTools() {
OrePrefixes.toolHeadDrill.add(this);
}

public void registerOre(OrePrefixes o, Materials material, String s, String s2, ItemStack i) {
GTModHandler.addCraftingRecipe(
Expand Down

0 comments on commit de90eef

Please sign in to comment.