cleanup scripts for launch
fixed syntax + unified unnecessary files
This commit is contained in:
@@ -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",
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user