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/init.lua | |
parent | 0dc5c85137989e0ee62f96fcec0f58c99c08de80 (diff) |
Fixed some graphic glitches
Diffstat (limited to 'jeija/init.lua')
-rw-r--r-- | jeija/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jeija/init.lua b/jeija/init.lua index afc13b6..2b74808 100644 --- a/jeija/init.lua +++ b/jeija/init.lua @@ -82,6 +82,7 @@ minetest.register_node("jeija:mesecon_off", { drawtype = "raillike", tile_images = {"jeija_mesecon_off.png", "jeija_mesecon_curved_off.png", "jeija_mesecon_t_junction_off.png", "jeija_mesecon_crossing_off.png"}, inventory_image = "jeija_mesecon_off.png", + wield_image = "jeija_mesecon_off.png", paramtype = "light", is_ground_content = true, walkable = false, @@ -646,6 +647,7 @@ minetest.register_node("jeija:solar_panel", { drawtype = "raillike", tile_images = {"jeija_solar_panel.png"}, inventory_image = "jeija_solar_panel.png", + wield_image = "jeija_solar_panel.png", paramtype = "light", walkable = false, is_ground_content = true, @@ -712,6 +714,7 @@ minetest.register_node("jeija:meselamp_off", { drawtype = "torchlike", tile_images = {"jeija_meselamp_on_floor_off.png", "jeija_meselamp_on_ceiling_off.png", "jeija_meselamp_off.png"}, inventory_image = "jeija_meselamp_on_floor_off.png", + wield_image = "jeija_meselamp_on_ceiling_off.png", paramtype = "light", sunlight_propagates = true, walkable = false, |