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

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