cleanup scripts for launch

fixed syntax + unified unnecessary files
This commit is contained in:
mina
2023-12-17 22:42:58 +00:00
parent 1012487e69
commit efdda8cedd
35 changed files with 922 additions and 828 deletions

View File

@@ -1,16 +1,12 @@
ServerEvents.recipes(event => {
ServerEvents.recipes((event) => {
// Portable Cells
event.remove({id: "ae2:tools/portable_item_cell_1k"})
event.shaped("ae2:portable_item_cell_1k", [
'BGB',
'CHC',
'PWP'
] , {
event.remove({ id: "ae2:tools/portable_item_cell_1k" });
event.shaped("ae2:portable_item_cell_1k", ["BGB", "CHC", "PWP"], {
B: "#forge:bolts/red_alloy",
G: "#forge:glass_panes",
C: "#forge:circuits/ulv",
H: "#forge:chests/wooden",
P: "#forge:plates/wrought_iron",
W: "gtceu:red_alloy_single_cable"
})
})
W: "gtceu:red_alloy_single_cable",
});
});