From e7efda0f822abd8f31c5966f75cffc52d4b65c63 Mon Sep 17 00:00:00 2001 From: Raoul Van den Berge Date: Wed, 30 Nov 2016 14:29:55 +0100 Subject: [PATCH] Remove EU config option --- src/main/java/com/raoulvdberge/refinedstorage/RSConfig.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/raoulvdberge/refinedstorage/RSConfig.java b/src/main/java/com/raoulvdberge/refinedstorage/RSConfig.java index efcfce62c..8f664ba83 100755 --- a/src/main/java/com/raoulvdberge/refinedstorage/RSConfig.java +++ b/src/main/java/com/raoulvdberge/refinedstorage/RSConfig.java @@ -46,7 +46,6 @@ public final class RSConfig { public int diskManipulatorUsage; public int readerUsage; public int writerUsage; - public int euConversion; //endregion //region Controller @@ -145,7 +144,6 @@ public final class RSConfig { diskManipulatorUsage = config.getInt("diskManipulator", ENERGY, 3, 0, Integer.MAX_VALUE, "The energy used by Disk Manipulators"); readerUsage = config.getInt("reader", ENERGY, 2, 0, Integer.MAX_VALUE, "The energy used by Readers"); writerUsage = config.getInt("writer", ENERGY, 2, 0, Integer.MAX_VALUE, "The energy used by Writers"); - euConversion = config.getInt("euConversion", ENERGY, 8, 1, Integer.MAX_VALUE, "The amount of RS that equals 1 EU"); //endregion //region Controller