diff options
Diffstat (limited to 'jeija/button.lua')
-rw-r--r-- | jeija/button.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jeija/button.lua b/jeija/button.lua index 0b1232c..e9f7128 100644 --- a/jeija/button.lua +++ b/jeija/button.lua @@ -3,6 +3,7 @@ minetest.register_node("jeija:wall_button_off", { drawtype = "signlike", tile_images = {"jeija_wall_button_off.png"}, inventory_image = "jeija_wall_button_off.png", + wield_image = "jeija_wall_button_off.png", paramtype = "light", paramtype2 = "wallmounted", legacy_wallmounted = true, |