Removed color provider
This commit is contained in:
parent
2c8862a37b
commit
4040597a6d
475 changed files with 5411 additions and 7521 deletions
|
@ -15,10 +15,10 @@ public class Configs {
|
|||
public static final IdConfig BIOME_CONFIG = new EntryConfig(BetterEnd.MOD_ID, "biomes");
|
||||
public static final PathConfig GENERATOR_CONFIG = new PathConfig(BetterEnd.MOD_ID, "generator");
|
||||
public static final PathConfig RECIPE_CONFIG = new PathConfig(BetterEnd.MOD_ID, "recipes");
|
||||
|
||||
|
||||
@Environment(value = EnvType.CLIENT)
|
||||
public static final PathConfig CLENT_CONFIG = new PathConfig(BetterEnd.MOD_ID, "client");
|
||||
|
||||
|
||||
public static void saveConfigs() {
|
||||
ENTITY_CONFIG.saveChanges();
|
||||
BLOCK_CONFIG.saveChanges();
|
||||
|
@ -26,7 +26,7 @@ public class Configs {
|
|||
ITEM_CONFIG.saveChanges();
|
||||
GENERATOR_CONFIG.saveChanges();
|
||||
RECIPE_CONFIG.saveChanges();
|
||||
|
||||
|
||||
if (BCLib.isClient()) {
|
||||
CLENT_CONFIG.saveChanges();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue