mirror of
https://github.com/acmgit/mesecons_stealthnode.git
synced 2024-11-22 15:23:47 +01:00
Merge pull request #4 from BuckarooBanzay/patch-1
add group "not_blocking_trains" to active stealthnode
This commit is contained in:
commit
d0ad647f15
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user