End biome source (WIP)
This commit is contained in:
parent
0e0944ba51
commit
34ecbb3f14
8 changed files with 300 additions and 7 deletions
|
@ -5,6 +5,7 @@ import net.fabricmc.api.Environment;
|
|||
import ru.bclib.BCLib;
|
||||
|
||||
public class Configs {
|
||||
public static final PathConfig GENERATOR_CONFIG = new PathConfig(BCLib.MOD_ID, "generator");
|
||||
public static final PathConfig MAIN_CONFIG = new PathConfig(BCLib.MOD_ID, "main");
|
||||
public static final String MAIN_PATCH_CATEGORY = "patches";
|
||||
public static final String MAIN_SYNC_CATEGORY = "client_sync";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue