desh needs an EBF now
This commit is contained in:
parent
67b3911e46
commit
18fdc5a811
2 changed files with 19 additions and 18 deletions
|
|
@ -301,24 +301,6 @@ const registerAdAstraRecipes = (event) => {
|
|||
//#endregion
|
||||
|
||||
|
||||
//#region FE cables
|
||||
|
||||
//event.recipes.gtceu.assembler('tfg:ad_astra_steel_cable')
|
||||
// .itemInputs('#forge:single_wires/manganese_phosphide', '#forge:plates/polyethylene')
|
||||
// .inputFluids(Fluid.of('gtceu:redstone', 144))
|
||||
// .itemOutputs('ad_astra:steel_cable')
|
||||
// .duration(60)
|
||||
// .EUt(120)
|
||||
|
||||
//event.recipes.gtceu.assembler('tfg:ad_astra_desh_cable')
|
||||
// .itemInputs('#forge:single_wires/magnesium_diboride', '#forge:plates/polyvinyl_chloride')
|
||||
// .inputFluids(Fluid.of('gtceu:redstone', 288))
|
||||
// .itemOutputs('ad_astra:desh_cable')
|
||||
// .duration(60)
|
||||
// .EUt(480)
|
||||
|
||||
//#endregion
|
||||
|
||||
//#region Колесо
|
||||
|
||||
event.shaped('ad_astra:white_flag', [
|
||||
|
|
@ -352,6 +334,24 @@ const registerAdAstraRecipes = (event) => {
|
|||
|
||||
//#endregion
|
||||
|
||||
// #region Ingots
|
||||
|
||||
event.recipes.gtceu.chemical_bath('tfg:desh_cool_down_water')
|
||||
.itemInputs('#forge:hot_ingots/desh')
|
||||
.inputFluids(Fluid.of('minecraft:water', 100))
|
||||
.itemOutputs('#forge:ingots/desh')
|
||||
.duration(400)
|
||||
.EUt(120)
|
||||
|
||||
event.recipes.gtceu.chemical_bath('tfg:desh_cool_down_distilled_water')
|
||||
.itemInputs('#forge:hot_ingots/desh')
|
||||
.inputFluids(Fluid.of('gtceu:distilled_water', 100))
|
||||
.itemOutputs('#forge:ingots/desh')
|
||||
.duration(250)
|
||||
.EUt(120)
|
||||
|
||||
// #endregion
|
||||
|
||||
//#region Воздушный пистолет
|
||||
|
||||
event.shaped('ad_astra:zip_gun', [
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ const registerAdAstraMaterials = (event) => {
|
|||
.ore()
|
||||
.addOreByproducts('olivine', 'rutile', 'rutile')
|
||||
.ingot()
|
||||
.blastTemp(2000, 'low', GTValues.VA[GTValues.MV])
|
||||
.flags(
|
||||
GTMaterialFlags.FORCE_GENERATE_BLOCK,
|
||||
GTMaterialFlags.GENERATE_PLATE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue