Mod integrations migration
This commit is contained in:
parent
d8fe6cd766
commit
fece745179
9 changed files with 16 additions and 40 deletions
|
@ -2,6 +2,7 @@ package ru.betterend.config;
|
|||
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
import ru.bclib.BCLib;
|
||||
import ru.bclib.config.EntryConfig;
|
||||
import ru.bclib.config.IdConfig;
|
||||
import ru.bclib.config.PathConfig;
|
||||
|
@ -26,7 +27,7 @@ public class Configs {
|
|||
GENERATOR_CONFIG.saveChanges();
|
||||
RECIPE_CONFIG.saveChanges();
|
||||
|
||||
if (BetterEnd.isClient()) {
|
||||
if (BCLib.isClient()) {
|
||||
CLENT_CONFIG.saveChanges();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue