Add xdecor.register_cut
This commit is contained in:
parent
454aa6ccc9
commit
46ccd93fc9
@ -508,3 +508,7 @@ end)
|
||||
workbench:register_special_cut("xdecor:cushion_block", { slab = "xdecor:cushion" })
|
||||
workbench:register_special_cut("xdecor:cabinet", { slab = "xdecor:cabinet_half" })
|
||||
|
||||
-- Public function to register a cut
|
||||
xdecor.register_cut = function(nodename)
|
||||
workbench:register_cut(nodename)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user