Fixing hashes for the last time
(It won't be the last time)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
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" });
|
||||
event.shapeless("craftingstation:crafting_station_slab", [
|
||||
"craftingstation:crafting_station",
|
||||
"#forge:tools/saws",
|
||||
]);
|
||||
});
|
||||
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" });
|
||||
event.shapeless("craftingstation:crafting_station_slab", [
|
||||
"craftingstation:crafting_station",
|
||||
"#forge:tools/saws",
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user