|
@@ -1,6 +1,5 @@
|
|
|
package com.gmail.nossr50.util;
|
|
|
|
|
|
-
|
|
|
import java.io.File;
|
|
|
|
|
|
import org.bukkit.block.BlockState;
|
|
@@ -18,7 +17,6 @@ import com.gmail.nossr50.datatypes.mods.CustomBlock;
|
|
|
import com.gmail.nossr50.datatypes.mods.CustomEntity;
|
|
|
import com.gmail.nossr50.datatypes.mods.CustomTool;
|
|
|
|
|
|
-
|
|
|
public final class ModUtils {
|
|
|
private static boolean customToolsEnabled = Config.getInstance().getToolModsEnabled();
|
|
|
private static boolean customBlocksEnabled = Config.getInstance().getBlockModsEnabled();
|