diff options
author | sfan5 <sfan5@live.de> | 2012-01-29 19:10:03 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2012-01-29 19:10:03 +0100 |
commit | a5fa04cfceb64448d666cb98125465b23bede7bf (patch) | |
tree | 7eac68d67a12a46f2cdf77f2bf76bb7c610adc85 /jeija/button.lua | |
parent | 0dc5c85137989e0ee62f96fcec0f58c99c08de80 (diff) |
Fixed some graphic glitches
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, |