From 70e491903da319f524589ff99ad3764fa1d28ca7 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 25 Jun 2025 00:16:35 +0100 Subject: [PATCH] nerfed VI centrifuge times --- kubejs/server_scripts/gregtech/recipes.materials.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/gregtech/recipes.materials.js b/kubejs/server_scripts/gregtech/recipes.materials.js index ca0f9b884..d2f982c2e 100644 --- a/kubejs/server_scripts/gregtech/recipes.materials.js +++ b/kubejs/server_scripts/gregtech/recipes.materials.js @@ -503,7 +503,7 @@ function registerGTCEUMetalRecipes(event) { type: 'vintageimprovements:centrifugation', ingredients: [impureDustItem], results: [dustItem, byproductItem], - processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + processingTime: material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id(`tfg:vi/centrifuge/${material.getName()}_dust_from_impure`) // Dropping in water @@ -540,7 +540,7 @@ function registerGTCEUMetalRecipes(event) { type: 'vintageimprovements:centrifugation', ingredients: [pureDust], results: [dustItem, byproductItem], - processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + processingTime: material.getMass() * 10 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id(`tfg:vi/centrifuge/${material.getName()}_dust_from_pure`) // Dropping in water