Super Factory Manager ( SFM )

Super Factory Manager ( SFM )

20M Downloads

Abstract out manager screen opening

TeamDman opened this issue ยท 0 comments

commented

before 1.20.4

            NetworkHooks.openScreen(serverPlayer, manager, buf -> ManagerContainerMenu.encode(manager, buf));

after 1.20.4

            serverPlayer.openMenu(manager, buf -> ManagerContainerMenu.encode(manager, buf));

we want them to be the same

should be able to update or use SFMScreenChangeHelpers