- End Stone Smelter REI fuel display

- End Furnaces REI fuel and smelting displays
This commit is contained in:
Aleksey 2021-02-22 10:42:41 +03:00
parent 2fabb39f41
commit f29d69c69b
8 changed files with 205 additions and 34 deletions

View file

@ -11,7 +11,8 @@ public class Configs {
public static final IdConfig BIOME_CONFIG = new EntryConfig("biomes");
public static final PathConfig GENERATOR_CONFIG = new PathConfig("generator");
public static final PathConfig RECIPE_CONFIG = new PathConfig("recipes");
public static final PortalsConfig PORTALS_CONFIG = new PortalsConfig("portals");
@Environment(value = EnvType.CLIENT)
public static final PathConfig CLENT_CONFIG = new PathConfig("client");