From f3b3e25c90d66e65389f9e590be65769529148a4 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Mon, 8 May 2017 20:16:41 +0100 Subject: [PATCH] Immersive Engineering first pass --- Readme.md | 1 + src/config/immersiveengineering.cfg | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 3877d8c..8712dea 100644 --- a/Readme.md +++ b/Readme.md @@ -43,3 +43,4 @@ This modpack has been designed with the [SkCraft launcher toolkit](https://githu * Forstry: * Beekeeping Easy mode * Disable copper and tin WorldGen +* Disable immersive engineering ore, and update news diff --git a/src/config/immersiveengineering.cfg b/src/config/immersiveengineering.cfg index 143df2a..0944b0c 100644 --- a/src/config/immersiveengineering.cfg +++ b/src/config/immersiveengineering.cfg @@ -33,11 +33,11 @@ general { # A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. # This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. S:preferredOres < - immersiveengineering + thermalfoundation > # Set this to false to hide the update news in the manual - B:showUpdateNews=true + B:showUpdateNews=false # Drop connections with non-existing endpoints when loading the world. Use with care and backups and only when suspecting corrupted data. # This option will check and load all connection endpoints and may slow down the world loading process. @@ -336,7 +336,7 @@ general { # Generation config for Copper Ore. # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation I:ore_copper < - 8 + 0 40 72 8 @@ -346,7 +346,7 @@ general { # Generation config for Lead Ore. # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation I:ore_lead < - 6 + 0 8 36 4 @@ -356,7 +356,7 @@ general { # Generation config for Nickel Ore. # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation I:ore_nickel < - 6 + 0 8 24 2 @@ -366,7 +366,7 @@ general { # Generation config for Silver Ore. # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation I:ore_silver < - 8 + 0 8 40 4 @@ -376,7 +376,7 @@ general { # Generation config for Uranium Ore. # Parameters: Vein size, lowest possible Y, highest possible Y, veins per chunk, chance for vein to spawn (out of 100). Set vein size to 0 to disable the generation I:ore_uranium < - 4 + 0 8 24 2