Fix neoforge rendering

This commit is contained in:
James Seibel
2025-10-12 15:02:09 -05:00
parent 9cc826f8a9
commit d158a89592
@@ -67,6 +67,7 @@ public abstract class AbstractModInitializer
public void onInitializeClient()
{
DependencySetup.createClientBindings();
this.createInitialClientBindings();
LOGGER.info("Initializing " + ModInfo.READABLE_NAME + " client, firing DhApiBeforeDhInitEvent...");
ApiEventInjector.INSTANCE.fireAllEvents(DhApiBeforeDhInitEvent.class, null);