Fixed server crashes
This commit is contained in:
parent
4149feed02
commit
6f89b50d8e
2 changed files with 1 additions and 6 deletions
|
@ -36,7 +36,6 @@ public class EndstoneDustBlock extends FallingBlock implements TagProvider, Beha
|
|||
return CODEC;
|
||||
}
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
private static final int COLOR = ColorUtil.color(226, 239, 168);
|
||||
|
||||
public EndstoneDustBlock() {
|
||||
|
|
|
@ -6,9 +6,6 @@ import org.betterx.bclib.config.IdConfig;
|
|||
import org.betterx.bclib.config.PathConfig;
|
||||
import org.betterx.betterend.BetterEnd;
|
||||
|
||||
import net.fabricmc.api.EnvType;
|
||||
import net.fabricmc.api.Environment;
|
||||
|
||||
public class Configs {
|
||||
public static final PathConfig ENTITY_CONFIG = new PathConfig(BetterEnd.MOD_ID, "entities");
|
||||
public static final PathConfig BLOCK_CONFIG = new PathConfig(BetterEnd.MOD_ID, "blocks");
|
||||
|
@ -18,7 +15,6 @@ public class Configs {
|
|||
public static final PathConfig RECIPE_CONFIG = new PathConfig(BetterEnd.MOD_ID, "recipes");
|
||||
public static final PathConfig ENCHANTMENT_CONFIG = new PathConfig(BetterEnd.MOD_ID, "enchantments");
|
||||
|
||||
@Environment(value = EnvType.CLIENT)
|
||||
public static final PathConfig CLENT_CONFIG = new PathConfig(BetterEnd.MOD_ID, "client", false);
|
||||
|
||||
public static void saveConfigs() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue