From 80d469a5ea7e59316bd1e46f53ed4d689623d2a6 Mon Sep 17 00:00:00 2001 From: Christian Henrique Falaschi da Silva <30323772+ReiDaTecnologia@users.noreply.github.com> Date: Thu, 7 Jun 2018 06:22:39 -0300 Subject: [PATCH] Added Boolean/Option for Engineer House Machines Drop or Not. --- .../actuallyadditions/mod/config/values/ConfigBoolValues.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/ellpeck/actuallyadditions/mod/config/values/ConfigBoolValues.java b/src/main/java/de/ellpeck/actuallyadditions/mod/config/values/ConfigBoolValues.java index 234e5d95a..bf68e9707 100644 --- a/src/main/java/de/ellpeck/actuallyadditions/mod/config/values/ConfigBoolValues.java +++ b/src/main/java/de/ellpeck/actuallyadditions/mod/config/values/ConfigBoolValues.java @@ -17,7 +17,7 @@ public enum ConfigBoolValues{ JAM_VILLAGER_EXISTS("Jam Villager: Existence", ConfigCategories.WORLD_GEN, true, "Should the Jam Villager and his House generate in the world?"), CROP_FIELD_EXISTS("Crop Field: Existence", ConfigCategories.WORLD_GEN, true, "Should Custom Crop Fields exist?"), ENGINEER_VILLAGER_EXISTS("Engineer Villager: Existence", ConfigCategories.WORLD_GEN, true, "Should the Engineer Villager and his House generate in the worl?"), - + ENGINEER_HOUSE_MACHINES_DROP("Engineer House Machines Drop or Not", ConfigCategories.WORLD_GEN, true, "Should Machines from Engineer House drop when breaked?"), GENERATE_QUARTZ("Black Quartz", ConfigCategories.WORLD_GEN, true, "Shold Black Quartz generate in the world?"), DO_UPDATE_CHECK("Do Update Check", ConfigCategories.OTHER, true, "If true, Actually Additions Checks for updates on World Load."),