Add multi-signal doors, basic device deployment, and a target trigger.
This commit is contained in:
parent
1b2199705b
commit
9acd605c86
35 changed files with 660 additions and 75 deletions
|
|
@ -283,7 +283,8 @@ artifact.register_node("vines_dry", {
|
|||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
tiles = {"artifact_vines_dry.png"},
|
||||
use_texture_alpha = "clip"
|
||||
use_texture_alpha = "clip",
|
||||
groups = {whackable = 1}
|
||||
})
|
||||
|
||||
artifact.register_node("leaves", {
|
||||
|
|
@ -296,7 +297,8 @@ artifact.register_node("leaves_dry", {
|
|||
drawtype = "allfaces",
|
||||
-- paramtype = "light",
|
||||
tiles = {"artifact_leaves_dry.png"},
|
||||
use_texture_alpha = "clip"
|
||||
use_texture_alpha = "clip",
|
||||
groups = {whackable = 1}
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue