diff options
Diffstat (limited to 'src/main/java/gregtech/common/config/other/ConfigGeneral.java')
| -rw-r--r-- | src/main/java/gregtech/common/config/other/ConfigGeneral.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/main/java/gregtech/common/config/other/ConfigGeneral.java b/src/main/java/gregtech/common/config/other/ConfigGeneral.java deleted file mode 100644 index 495ef190c4..0000000000 --- a/src/main/java/gregtech/common/config/other/ConfigGeneral.java +++ /dev/null @@ -1,24 +0,0 @@ -package gregtech.common.config.other; - -import com.gtnewhorizon.gtnhlib.config.Config; - -import gregtech.api.enums.Mods; - -@Config(modid = Mods.Names.GREG_TECH, category = "general", configSubDirectory = "GregTech", filename = "Other") -public class ConfigGeneral { - - @Config.Comment("How much pipes you can chain wrench to disable their input.") - @Config.DefaultInt(64) - @Config.RequiresMcRestart - public static int pipeWrenchingChainRange; - - @Config.Comment("How much blocks you can chain paint with GT spray cans.") - @Config.DefaultInt(64) - @Config.RequiresMcRestart - public static int sprayCanChainRange; - - @Config.Comment("How much blocks you can paint with GT spray cans.") - @Config.DefaultInt(512) - @Config.RequiresMcRestart - public static int sprayCanUses; -} |
