remove oilsands VI centrifuging

This commit is contained in:
Pyritie 2025-11-28 16:56:59 +00:00
parent 771ff374a3
commit 4cac603d75

View file

@ -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
}