]> git.lizzy.rs Git - crafter_client.git/blobdiff - aether.lua
Use aether style for nether portal telport transition
[crafter_client.git] / aether.lua
index 2286191554a1e5376980a454f52eb12cc42e5f63..60b5f61f0cea0bf2cc890e0e452640b7f7c6f623 100644 (file)
@@ -40,7 +40,6 @@ minetest.register_globalstep(function(dtime)
                elseif opacity < 255 then
                        --make the hud fade in
                        opacity = opacity + (dtime*100)
-                       print(opacity)
                        
                        minetest.localplayer:hud_change(hud_bg_id, "text", "aether_portal_gui.png^[opacity:"..opacity)
                end