aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/operation_panel.lua
diff options
context:
space:
mode:
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,