From 63317776bda02f413729e655b0f1e0e8c0973ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 8 Dec 2017 14:04:59 +0100 Subject: Added compatibility with advtrains mod --- signs/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signs') diff --git a/signs/common.lua b/signs/common.lua index 34abd40..559f7f7 100644 --- a/signs/common.lua +++ b/signs/common.lua @@ -149,7 +149,7 @@ function signs.register_sign(mod, name, model) fixed = {-model.width/2, -model.height/2, 0.5, model.width/2, model.height/2, 0.5 - model.depth}, }, - groups = {choppy=2, dig_immediate=2}, + groups = {choppy=2, dig_immediate=2, not_blocking_trains = 1}, sounds = default.node_sound_defaults(), display_entities = { ["signs:display_text"] = { -- cgit v1.2.3