artifact_one/mods/artifact_mechanisms/basics.lua
2025-11-09 16:29:33 -05:00

14 lines
247 B
Lua

local function make_lever_entity(pos)
end
artifact.register_node("lever", {
drawtype = "airlike",
paramtype = "light",
sunlight_propagates = true,
paramtype2 = "facedir",
on_construct = function(pos)
end
})