wire cutter mold and Hypertube compat (#1258)
* Update constants.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.molds.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Create hypertube.png Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Create recipes.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Add files via upload Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update main_server_script.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> * Update recipes.js Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com> --------- Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
846fde727a
commit
48d4475f6b
11 changed files with 35 additions and 2 deletions
21
kubejs/server_scripts/create_hypertube/recipes.js
Normal file
21
kubejs/server_scripts/create_hypertube/recipes.js
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
function registerCreateHypertubeRecipes(event) {
|
||||
event.remove({ mod: 'create_hypertube' })
|
||||
|
||||
event.recipes.gtceu.assembler('create_hypertube:hypertube')
|
||||
.itemInputs('2x #forge:plates/stainless_steel', '4x ae2:quartz_glass')
|
||||
.itemOutputs('8x create_hypertube:hypertube')
|
||||
.EUt(512)
|
||||
.duration(40)
|
||||
event.recipes.gtceu.assembler('create_hypertube:entrance')
|
||||
.itemInputs('4x #forge:plates/stainless_steel','create:smart_chute' ,'greate:stainless_steel_cogwheel', 'ae2:charged_certus_quartz_crystal')
|
||||
.itemOutputs('create_hypertube:hypertube_entrance')
|
||||
.inputFluids(Fluid.of('gtceu:silicone_rubber', 288))
|
||||
.EUt(512)
|
||||
.duration(80)
|
||||
event.recipes.gtceu.assembler('create_hypertube:entrance_sbr')
|
||||
.itemInputs('4x #forge:plates/stainless_steel','create:smart_chute' ,'greate:stainless_steel_cogwheel', 'ae2:charged_certus_quartz_crystal')
|
||||
.itemOutputs('create_hypertube:hypertube_entrance')
|
||||
.inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 144))
|
||||
.EUt(512)
|
||||
.duration(80)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue