From 4cac603d75b9eb43f4618919c86b5dbb6df2f12e Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 28 Nov 2025 16:56:59 +0000 Subject: [PATCH] remove oilsands VI centrifuging --- .../vintage_improvements/recipes.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index ad2c37ce2..d2099231b 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -758,15 +758,15 @@ function registerVintageImprovementsRecipes(event) { // #region Centrifuging - event.custom({ - type: 'vintageimprovements:centrifugation', - ingredients: [{ tag: 'forge:dusts/oilsands' }], - results: [ - { item: "tfc:sand/yellow", chance: 0.5 }, - { fluid: "gtceu:oil", amount: 2000 } - ], - processingTime: 10 * 20 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER - }).id(`tfg:vi/centrifuge/oilsands`) + //event.custom({ + // type: 'vintageimprovements:centrifugation', + // ingredients: [{ tag: 'forge:dusts/oilsands' }], + // results: [ + // { item: "tfc:sand/yellow", chance: 0.5 }, + // { fluid: "gtceu:oil", amount: 2000 } + // ], + // processingTime: 10 * 20 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + //}).id(`tfg:vi/centrifuge/oilsands`) // #endregion }