Enqueue in common setup, closed #1758
This commit is contained in:
parent
02157af333
commit
a276d30e1f
1 changed files with 4 additions and 1 deletions
|
@ -41,8 +41,11 @@ public class BiomesOPlenty
|
|||
}
|
||||
|
||||
private void commonSetup(final FMLCommonSetupEvent event)
|
||||
{
|
||||
event.enqueueWork(() ->
|
||||
{
|
||||
ModVanillaCompat.setup();
|
||||
});
|
||||
}
|
||||
|
||||
private void clientSetup(final FMLClientSetupEvent event)
|
||||
|
|
Loading…
Reference in a new issue