This commit is contained in:
Dmitry 2024-02-04 18:21:01 +07:00
parent d793be5f81
commit 2012904ccf
5 changed files with 89 additions and 28 deletions

View file

@ -2086,6 +2086,8 @@ const registerTFCRecipes = (event) => {
//#region Песок
// Песок душ -> Желтый песок
// TODO: Включить после добавления ада
/*
event.recipes.gtceu.centrifuge('soul_sand_separation')
.itemInputs('minecraft:soul_sand')
.chancedOutput('tfc:sand/yellow', 9000, 130)
@ -2093,7 +2095,7 @@ const registerTFCRecipes = (event) => {
.chancedOutput('gtceu:tiny_coal_dust', 2000, 340)
.outputFluids(Fluid.of('gtceu:oil', 80))
.duration(200)
.EUt(80)
.EUt(80)*/
// Нефтеносный -> Желтый песок
event.recipes.gtceu.centrifuge('oilsands_ore_separation')