And so it begins...
This commit is contained in:
commit
1b8091e26b
55 changed files with 962 additions and 0 deletions
14
mods/artifact_mechanisms/basics.lua
Normal file
14
mods/artifact_mechanisms/basics.lua
Normal 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
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue