Skip to content

Commit c83f83f

Browse files
committed
0.0.1 Haze tweaks & fixes
1 parent b4279bb commit c83f83f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

kubejs/server_scripts/gtceu-recipes/non-spec-recipes/components/casings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ ServerEvents.recipes(event => {
266266
' D '
267267
], {
268268
A: 'gtceu:copper_plate',
269-
B: 'gtceu:treated_wood',
269+
B: 'gtceu:treated_wood_planks',
270270
C: '#forge:tools/saws',
271271
D: '#forge:tools/hammers'
272272
})
273273

274274
gt.assembler('assemble_wood_wall')
275-
.itemInputs('gtceu:treated_wood', '2x gtceu:copper_plate')
275+
.itemInputs('gtceu:treated_wood_planks', '2x gtceu:copper_plate')
276276
.itemOutputs('gtceu:wood_wall')
277277
.duration(50)
278278
.circuit(6)

kubejs/server_scripts/gtceu-recipes/tier-recipes/luv_recipes.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ ServerEvents.recipes(event => {
6969
.itemOutputs('8x gtbotania:elementium_dust', '6x astrogreg:vesnium_dust', '3x gtceu:duranium_dust', '2x gtceu:titanium_tungsten_carbide_dust')
7070
.duration(1200)
7171
.EUt(20)
72+
73+
gt.vacuum_freezer('solidify_molten_gaiasteel')
74+
.notConsumable('gtceu:ingot_casing_mold')
75+
.inputFluids('gtbotania:molten_gaiasteel 144', 'gtceu:liquid_helium 500')
76+
.itemOutputs('botanicadds:gaiasteel_ingot')
77+
.outputFluids('gtceu:helium 250')
78+
.duration(282)
79+
.EUt(120)
7280
//#endregion
7381

7482

kubejs/server_scripts/qol-mods/logistics_mods/ae2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ ServerEvents.recipes(event => {
104104
}
105105

106106
gt.assembler('inf_water_cell')
107-
.itemInputs('megacells:mega_fluid_cell_housing', 'ae2:cell_component_64k', '3x botania:earth_rune')
107+
.itemInputs('megacells:mega_fluid_cell_housing', 'ae2:cell_component_64k', '3x botania:water_rune')
108108
.itemOutputs(Item.of('expatternprovider:infinity_cell', '{record:{"#c":"ae2:f",id:"minecraft:water"}}'))
109109
.duration(400)
110110
.EUt(1024)
111111

112112
gt.assembler('inf_cobble_cell')
113-
.itemInputs('megacells:mega_item_cell_housing', 'ae2:cell_component_64k', '3x botania:water_rune')
113+
.itemInputs('megacells:mega_item_cell_housing', 'ae2:cell_component_64k', '3x botania:earth_rune')
114114
.itemOutputs(Item.of('expatternprovider:infinity_cell', '{record:{"#c":"ae2:i",id:"minecraft:cobblestone"}}'))
115115
.duration(400)
116116
.EUt(1024)

kubejs/server_scripts/removal/remove_recipes.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)