add group "not_blocking_trains" to active stealthnode

This commit is contained in:
Buckaroo Banzai 2021-03-02 11:07:53 +01:00 committed by GitHub
parent 6f61399ea9
commit 9d6867d754
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, walkable = false,
diggable = false, diggable = false,
drop = stealthnode_name, 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 = { mesecons = {
conductor = { conductor = {
state = mesecon.state.on, state = mesecon.state.on,