Skip to content

Commit

Permalink
Fix EMC Interface screen not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Apr 29, 2024
1 parent 961d1fe commit e9284e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public EMCInterfaceScreen(EMCInterfaceMenu menu, Inventory playerInventory, Comp

public static void register(FMLClientSetupEvent event) {
event.enqueueWork(() -> InitScreens.register(
EMCInterfaceMenu.TYPE, EMCInterfaceScreen::new, "screens/appliede/emc_interface.json"));
EMCInterfaceMenu.TYPE, EMCInterfaceScreen::new, "/screens/appliede/emc_interface.json"));
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public net.minecraft.world.inventory.Slot f_40217_ # slot
public net.minecraft.world.inventory.Slot f_40217_ # slot

0 comments on commit e9284e0

Please sign in to comment.