Code style changes, entities fixes
This commit is contained in:
parent
9d604b2d25
commit
44962e18b6
377 changed files with 5038 additions and 4914 deletions
|
@ -18,7 +18,7 @@ public class Configs {
|
|||
|
||||
@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