mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 07:13:45 +01:00
add group "not_blocking_trains" to active stealthnode
This commit is contained in:
parent
6f61399ea9
commit
9d6867d754
@ -76,7 +76,11 @@ function stealthnode.register_stealthnode(modname, node)
|
||||
walkable = false,
|
||||
diggable = false,
|
||||
drop = stealthnode_name,
|
||||
groups = {mesecons_stealthnode_active = 1, not_in_creative_inventory = 1},
|
||||
groups = {
|
||||
mesecons_stealthnode_active = 1,
|
||||
not_in_creative_inventory = 1,
|
||||
not_blocking_trains = 1
|
||||
},
|
||||
mesecons = {
|
||||
conductor = {
|
||||
state = mesecon.state.on,
|
||||
|
Loading…
Reference in New Issue
Block a user