End biome source (WIP)

This commit is contained in:
paulevsGitch 2021-08-13 21:23:12 +03:00
parent 0e0944ba51
commit 34ecbb3f14
8 changed files with 300 additions and 7 deletions

View file

@ -48,6 +48,7 @@ public class PostInitAPI {
}
});
postInitFunctions = null;
BiomeAPI.loadFabricAPIBiomes();
}
@Environment(EnvType.CLIENT)