remove oilsands VI centrifuging
This commit is contained in:
parent
771ff374a3
commit
4cac603d75
1 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue