summaryrefslogtreecommitdiff
path: root/tubes.lua
diff options
context:
space:
mode:
authorVanessaE <vanessaezekowitz@gmail.com>2013-03-18 20:14:27 -0700
committerVanessaE <vanessaezekowitz@gmail.com>2013-03-18 20:14:27 -0700
commit519a99f44e4b6bad4c77088f55b667b12939868e (patch)
treef02b0d11f00980c151a74c1f382db915408e26e4 /tubes.lua
parent26422fec7a7f84833072f151bb0cf39721447245 (diff)
parent6889ab0419bdb2bc9bde4fd5b396f1ef84a5f969 (diff)
downloadpipeworks-519a99f44e4b6bad4c77088f55b667b12939868e.tar
pipeworks-519a99f44e4b6bad4c77088f55b667b12939868e.tar.gz
pipeworks-519a99f44e4b6bad4c77088f55b667b12939868e.tar.bz2
pipeworks-519a99f44e4b6bad4c77088f55b667b12939868e.tar.xz
pipeworks-519a99f44e4b6bad4c77088f55b667b12939868e.zip
Merge pull request #20 from Uberi/master
Add inventory images to speed up load times.
Diffstat (limited to 'tubes.lua')
-rw-r--r--tubes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tubes.lua b/tubes.lua
index 19139a3..78ff9b5 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -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")