From bb912ea5995a3fc5a8c7774e72a49f74dd54bc3e Mon Sep 17 00:00:00 2001 From: cirion47 Date: Tue, 2 Apr 2024 11:47:32 +0200 Subject: [PATCH] Update Netherending Ores.cfg Immersive engineering crusher takes ages to process ores. Setting these two config options to 1.0 fixes that problem. kranie321's suggestion in: https://github.com/EnigmaticaModpacks/Enigmatica2Expert/issues/1841 --- config/Netherending Ores.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Netherending Ores.cfg b/config/Netherending Ores.cfg index 0b733e3c..1cd48d34 100644 --- a/config/Netherending Ores.cfg +++ b/config/Netherending Ores.cfg @@ -642,10 +642,10 @@ recipes { "immersive engineering" { # Multiplies the crusher time taken at the 2x recipe multiplier by this amount. [range: 0.001 ~ 1000.0, default: 1.8] - S:"Crusher 2x recipe multiplier time multiplier"=1.8 + S:"Crusher 2x recipe multiplier time multiplier"=1.0 # Multiplies the crusher time taken at the 3x recipe multiplier by this amount. [range: 0.001 ~ 1000.0, default: 2.5] - S:"Crusher 3x recipe multiplier time multiplier"=2.5 + S:"Crusher 3x recipe multiplier time multiplier"=1.0 } ##########################################################################################################