Merge pull request #4 from BuckarooBanzay/patch-1

add group "not_blocking_trains" to active stealthnode
This commit is contained in:
acmgit 2021-03-03 03:54:05 +01:00 committed by GitHub
commit d0ad647f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,