file upload
meat of the pack
This commit is contained in:
7
kubejs/server_scripts/crafting_station/recipes.js
Normal file
7
kubejs/server_scripts/crafting_station/recipes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
ServerEvents.recipes(event => {
|
||||
event.remove({id: "craftingstation:crafting_station"})
|
||||
event.shapeless("craftingstation:crafting_station", [
|
||||
"minecraft:crafting_table",
|
||||
"#forge:tools/saws"
|
||||
])
|
||||
})
|
||||
Reference in New Issue
Block a user