mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 08:30:40 +02:00
circular saw works now; still need to do compatabilit and testing
This commit is contained in:
@ -8,13 +8,7 @@ local api = stairsplus.api
|
||||
local S = stairsplus.S
|
||||
local cm = stairsplus.resources.craft_materials
|
||||
|
||||
api.register_station("stairsplus:circular_saw", {
|
||||
micros = 1,
|
||||
panels = 1,
|
||||
slabs = 1,
|
||||
slopes = 1,
|
||||
stairs = 1,
|
||||
}, {
|
||||
api.register_station("stairsplus:circular_saw", {"legacy"}, {
|
||||
description = S("Circular Saw"),
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
|
Reference in New Issue
Block a user