MenuRegistry in 1.21 NeoForge
gigabit101 opened this issue ยท 6 comments
MenuRegistry.registerScreenFactory() does not seem to be working in NeoForge 1.21 however using NeoForge's RegisterMenuScreensEvent is working fine.
This only effects NeoForge and the MenuRegistry works fine in Fabric
Had the same issue on 1.20.6; I assume it doesn't even get to call impl, since there were no errors when attempting to register the same screen twice...
Same here, happens on 1.20.6 neoforge. It calls the registration but failed to register it in HandledScreens.PROVIDERS
Also one thing I noticed that, MenuRegistry
does work in fabric, but there are about 50/50 chance it fails to register.
It's supposed to work:
but there might be an oversight here