And so it begins...

This commit is contained in:
Signal 2025-11-09 16:29:33 -05:00
commit 1b8091e26b
55 changed files with 962 additions and 0 deletions

View file

@ -0,0 +1,14 @@
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
})