aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/operation_panel.lua
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-10-17 17:52:22 +0200
committerorwell96 <orwell@bleipb.de>2018-10-17 18:11:11 +0200
commitcd38b17eabb8cdc37bd7e11a89fd0fd049910ffc (patch)
treec53253e996691583408b0fdad9679356571b5ae8 /advtrains_luaautomation/operation_panel.lua
parentc6bef1c358af39c25e0def8aa374e4474a6e334c (diff)
downloadadvtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.tar.gz
advtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.tar.bz2
advtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.zip
Address H#60, H#17, M#18 and M#7
duplicate "message" to "msg" make operation panel "cracky" remove inexistent dtime_s parameter add bones:bones to the list of not_blocking_trains nodes
Diffstat (limited to 'advtrains_luaautomation/operation_panel.lua')
-rw-r--r--advtrains_luaautomation/operation_panel.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua
index eb7201c..d0dd567 100644
--- a/advtrains_luaautomation/operation_panel.lua
+++ b/advtrains_luaautomation/operation_panel.lua
@@ -9,7 +9,7 @@ minetest.register_node("advtrains_luaautomation:oppanel", {
tiles={"atlatc_oppanel.png"},
description = "LuaAutomation operation panel",
groups = {
- choppy = 1,
+ cracky = 1,
save_in_nodedb=1,
},
after_place_node = atlatc.active.after_place_node,