Biome config fix

This commit is contained in:
paulevsGitch 2021-12-07 18:23:23 +03:00
parent daf9bd4c9a
commit 1bd7b14785
2 changed files with 14 additions and 12 deletions

View file

@ -17,6 +17,7 @@ import ru.bclib.blocks.BaseSignBlock;
import ru.bclib.client.render.BCLRenderLayer;
import ru.bclib.client.render.BaseChestBlockEntityRenderer;
import ru.bclib.client.render.BaseSignBlockEntityRenderer;
import ru.bclib.config.Configs;
import ru.bclib.interfaces.PostInitable;
import ru.bclib.interfaces.RenderLayerProvider;
import ru.bclib.interfaces.TagProvider;
@ -57,6 +58,7 @@ public class PostInitAPI {
blockTags = null;
itemTags = null;
BiomeAPI.loadFabricAPIBiomes();
Configs.BIOMES_CONFIG.saveChanges();
}
@Environment(EnvType.CLIENT)