cleanup scripts for launch
fixed syntax + unified unnecessary files
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({id: "craftingstation:crafting_station"})
|
||||
ServerEvents.recipes((event) => {
|
||||
event.remove({ id: "craftingstation:crafting_station" });
|
||||
event.shapeless("craftingstation:crafting_station", [
|
||||
"minecraft:crafting_table",
|
||||
"#forge:tools/saws"
|
||||
])
|
||||
event.remove({id: "craftingstation:crafting_station_slab"})
|
||||
"#forge:tools/saws",
|
||||
]);
|
||||
event.remove({ id: "craftingstation:crafting_station_slab" });
|
||||
event.shapeless("craftingstation:crafting_station_slab", [
|
||||
"craftingstation:crafting_station",
|
||||
"#forge:tools/saws"
|
||||
])
|
||||
})
|
||||
"#forge:tools/saws",
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user