Skip to content

Commit a1005dd

Browse files
committed
missing id functions and typo fix
1 parent 25f1752 commit a1005dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kubejs/server_scripts/common/additions/progression/lines/abydos_lines/deionized_water.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ServerEvents.recipes(event => {
2323
.inputFluids(`gtceu:benzene 1000`, `gtceu:ethylene 2000`)
2424
.outputFluids(`gtceu:divinylbenzene 1000`, `gtceu:hydrogen 4000`)
2525
.duration(80)
26-
.ciruit(2)
26+
.circuit(2)
2727
.EUt(GTValues.VA[GTValues.LuV]);
2828

2929
lcr(id(`dry_${beads}`))

kubejs/server_scripts/common/modifications/ae2/storage_components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ServerEvents.recipes(event => {
3232
storage_base('megacells:cell_component_64m', 'megacells:cell_component_16m', 'uv', 'yttrium_barium_cuprate', 128);
3333
storage_base('megacells:cell_component_256m', 'megacells:cell_component_64m', 'uhv', 'europium', 256);
3434

35-
event.recipes.gtceu.me_assembler('cell_component_1m_skip')
35+
event.recipes.gtceu.me_assembler(id('cell_component_1m_skip'))
3636
.itemInputs('512x ae2:logic_processor', '#gtceu:circuits/luv', '4x kubejs:ae2_soc_chip', '48x gtceu:fine_niobium_titanium_wire')
3737
.inputFluids('gtceu:fluix_steel 576')
3838
.itemOutputs('megacells:cell_component_1m')

kubejs/server_scripts/common/systems/gate_based/runes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ServerEvents.recipes(event => {
133133

134134
for (let i = 1; i <= 6; i++) {
135135
let o = (i === 6) ? 1 : i + 1;
136-
event.recipes.gtceu.scanner(`runic_tablet_${i}_to_${o}`)
136+
event.recipes.gtceu.scanner(id(`runic_tablet_${i}_to_${o}`))
137137
.itemInputs(`16x gtceu:ancient_runicalium_foil`,`1x kubejs:runic_tablet_${i}`) //Gives more control over tablet type (reduced exploration rng)
138138
.inputFluids('gtceu:naquadria 1080')
139139
.itemOutputs(`kubejs:runic_tablet_${o}`)

0 commit comments

Comments
 (0)