MinecraftForge / Documentation

Read the docs MinecraftForge documentation
MIT License
460 stars 196 forks source link

Replace refrences to removed NetworkHooks#openMenu with ServerPlayer#openMenu #528

Closed JulianVennen closed 5 months ago

JulianVennen commented 5 months ago

The documentation on menus still mentions that you should use NetworkHooks#openMenu. The NetworkHooks class however no longer exists in Forge 1.20.2+ and ServerPlayer#openMenu should be used instead.