diff options
author | Anthony <azhang9@gmail.com> | 2013-03-18 23:01:09 -0300 |
---|---|---|
committer | Anthony <azhang9@gmail.com> | 2013-03-18 23:01:09 -0300 |
commit | 6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969 (patch) | |
tree | f02b0d11f00980c151a74c1f382db915408e26e4 | |
parent | 1695a18641be00baef9bfb1ca79d413bc1ae791d (diff) | |
download | pipeworks-6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969.tar pipeworks-6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969.tar.gz pipeworks-6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969.tar.bz2 pipeworks-6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969.tar.xz pipeworks-6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969.zip |
Add inventory images for tubes.
-rw-r--r-- | tubes.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -157,7 +157,7 @@ for zp = 0, 1 do if tname ~= "000000" then tgroups = {snappy=3, tube=1, not_in_creative_inventory=1} tubedesc = desc.." ("..tname..")... You hacker, you." - iimg=nil + iimg=plain_textures[1] wscale = {x=1,y=1,z=1} else tgroups = {snappy=3, tube=1} @@ -464,4 +464,4 @@ minetest.register_abm({nodenames={"group:sand_tube"},interval=1,chance=1, end}) modpath=minetest.get_modpath("pipeworks") -dofile(modpath.."/teleport_tube.lua")
\ No newline at end of file +dofile(modpath.."/teleport_tube.lua") |