1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-31 16:23:02 +01:00
parent b17248b785
commit 5e1e0a28a1
117 changed files with 2563 additions and 592 deletions

View File

@ -732,8 +732,8 @@ function thermal_press_wires(event, material, wire) {
return;
}
var output = wire,
input = item.of('#forge:ingots/' + material, 2),
var output = item.of(wire, 2),
input = '#forge:ingots/' + material,
mold = 'immersiveengineering:mold_wire';
event.recipes.thermal.press(output, [input, mold]).energy(2400);
}