Skip to content

Commit

Permalink
Fix screens just not working
Browse files Browse the repository at this point in the history
  • Loading branch information
malte0811 committed Jan 21, 2024
1 parent 8ba3b48 commit 720544c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ private static void registerEntityRenders(EntityRenderersEvent.RegisterRenderers
registerEntityRenderingHandler(event, IEEntityTypes.BULWARK, BulwarkRenderer::new);
}

@SubscribeEvent
public static void registerContainersAndScreens(RegisterMenuScreensEvent ev)
{
ev.register(IEMenuTypes.COKE_OVEN.getType(), CokeOvenScreen::new);
Expand Down

0 comments on commit 720544c

Please sign in to comment.