added sawing recipe for crafting station slab
wasn't going to integrate the slab crafting table but gtnh reminded me it exists
This commit is contained in:
@@ -4,4 +4,9 @@ ServerEvents.recipes(event => {
|
|||||||
"minecraft:crafting_table",
|
"minecraft:crafting_table",
|
||||||
"#forge:tools/saws"
|
"#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