Skip to content

Commit

Permalink
fixed info renderers of steam cutter and sifter
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Apr 22, 2024
1 parent f2ee138 commit 489dc17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public static void clientMaps() {
RecipeMaps.STEAM_ALLOY_SMELTER.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
RecipeMaps.STEAM_EXTRACTOR.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
RecipeMaps.STEAM_MACERATOR.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
RecipeMaps.STEAM_CUTTER.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
RecipeMaps.STEAM_SIFTER.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
RecipeMaps.STEAM_FORGE_HAMMER.setInfoRenderer(InfoRenderers.STEAM_RENDERER);
}
}

0 comments on commit 489dc17

Please sign in to comment.