Enqueue in common setup, closed #1758

This commit is contained in:
Adubbz 2021-01-20 11:23:16 +11:00
parent 02157af333
commit a276d30e1f

View file

@ -42,7 +42,10 @@ public class BiomesOPlenty
private void commonSetup(final FMLCommonSetupEvent event)
{
ModVanillaCompat.setup();
event.enqueueWork(() ->
{
ModVanillaCompat.setup();
});
}
private void clientSetup(final FMLClientSetupEvent event)