Skip to content

Commit

Permalink
Merge pull request #21 from GTNewHorizons/rename
Browse files Browse the repository at this point in the history
Rename reflected GT class
  • Loading branch information
Dream-Master authored Sep 8, 2024
2 parents 7126b05 + b386373 commit fff94d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public final class GregtechUtils {

private static final String CLASS_RENDERER = "gregtech.common.render.GT_MetaGenerated_Tool_Renderer";
private static final String CLASS_RENDERER = "gregtech.common.render.MetaGeneratedToolRenderer";

private static final String TOOLS_NAME = "gt.metatool.01";
private static final int[] ROTATED_45_TOOLS = { 16, 26, 30, 130 };
Expand Down

0 comments on commit fff94d1

Please sign in to comment.