1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-03 00:20:45 +02:00

Added compatibility with advtrains mod

This commit is contained in:
Gabriel Pérez-Cerezo
2017-12-08 14:04:59 +01:00
parent dc264512e2
commit 63317776bd
3 changed files with 11 additions and 10 deletions

View File

@ -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"] = {