Mark xdecor.register_cut as experimental

This commit is contained in:
Wuzzy 2024-09-19 10:23:28 +02:00
parent 46ccd93fc9
commit 2248c5aba6

View File

@ -508,7 +508,9 @@ 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
-- EXPERIMENTAL PUBLIC FUNCTION:
-- Register 'cut' node variants for the node with the given nodename.
-- (thin stair, panel, etc.)
xdecor.register_cut = function(nodename)
workbench:register_cut(nodename)
end