mirror of
https://github.com/pandorabox-io/spacecannon.git
synced 2024-12-21 05:15:47 +01:00
facedir param2
This commit is contained in:
parent
a60980f1b6
commit
51bf04ef14
@ -62,6 +62,7 @@ minetest.register_node("spacecannon:cannon", {
|
|||||||
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
|
groups = {cracky=3,oddly_breakable_by_hand=3,technic_machine = 1, technic_hv = 1},
|
||||||
drop = "spacecannon:cannon",
|
drop = "spacecannon:cannon",
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
|
paramtype2 = "facedir",
|
||||||
|
|
||||||
mesecons = {effector = {
|
mesecons = {effector = {
|
||||||
action_on = function (pos, node)
|
action_on = function (pos, node)
|
||||||
|
Loading…
Reference in New Issue
Block a user