Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schifferer <[email protected]>
  • Loading branch information
paulyhedral committed Jan 31, 2024
1 parent c5e1c52 commit a661627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/sweetrpg/catherder/CatHerder.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public CatHerder() {
modEventBus.addListener(ClientSetup::setupTileEntityRenderers);
modEventBus.addListener(ClientSetup::setupEntityRenderers);
modEventBus.addListener(ClientSetup::addClientReloadListeners);

forgeEventBus.register(new ClientEventHandler());
forgeEventBus.addListener(BedFinderRenderer::onWorldRenderLast);
});
Expand Down

0 comments on commit a661627

Please sign in to comment.