Architectury API

Architectury API

234M Downloads

Architectury for 1.21.1 doesn't properly register Menus or Entity Renders on Neoforge with arch api

Syconn opened this issue ยท 1 comments

commented

I found that Neo forge does not register its menu's when using MenuRegistry.registerScreenFactory and I had to go into Neo and register the screen manually through the event. This does not effect Fabric as it works with just the event. Here is my versions
architectury_api_version = 13.0.8
fabric_loader_version = 0.16.14
fabric_api_version = 0.116.3+1.21.1
neoforge_version = 21.1.172

commented

This also Appears to be the case for EntityRenderers Also