Small fixes, gunpowder recipe
This commit is contained in:
parent
3524a4036f
commit
58a389eaf2
7 changed files with 21 additions and 34 deletions
11
src/main/java/ru/betterend/config/Configs.java
Normal file
11
src/main/java/ru/betterend/config/Configs.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package ru.betterend.config;
|
||||
|
||||
public class Configs {
|
||||
public static final ItemConfig ITEM_CONFIG = new ItemConfig();
|
||||
public static final BiomeConfig BIOME_CONFIG = new BiomeConfig();
|
||||
|
||||
public static void saveConfigs() {
|
||||
ITEM_CONFIG.saveChanges();
|
||||
BIOME_CONFIG.saveChanges();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue