Skip to content

Commit

Permalink
CCL changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Apr 26, 2024
1 parent aaefd54 commit 7483172
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/main/java/codechicken/microblock/init/DataGenerators.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,12 @@ protected void registerModels() {
generated(IRON_SAW.get());
generated(DIAMOND_SAW.get());
}

@Override
public String getName() {
return "CBMicroblock Item Models";
}
}

private static class Recipes extends RecipeProvider {

public Recipes(PackOutput output) {
super(output);
super(output, MOD_ID);
}

@Override
Expand Down Expand Up @@ -124,10 +119,5 @@ protected void registerRecipes() {
.patternLine("SRR")
.patternLine("SMR");
}

@Override
public String getName() {
return "CBMicroblock Recipes";
}
}
}

0 comments on commit 7483172

Please sign in to comment.