Update the entities as soon as mapblock is loaded

Useful e.g. after /clearobjects
Introduces the group `display_lib_node`
这个提交包含在:
Thomas--S
2018-01-27 17:40:42 +01:00
父节点 78e3b85274
当前提交 1c1be8a7c1
共有 5 个文件被更改,包括 19 次插入9 次删除

查看文件

@@ -153,7 +153,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, not_blocking_trains = 1},
groups = {choppy=2, dig_immediate=2, not_blocking_trains = 1, display_lib_node = 1},
sounds = default.node_sound_defaults(),
display_entities = {
["signs:display_text"] = {