Page 1 of 1

animated textures SOLVED

PostPosted: Thu Oct 31, 2013 12:26
by durtective6
I've been trying to get this to work

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_node(techno:pulseblock",{
    description = "pulse block",
        drawtype = "glasslike",
    tiles = {{name="pulseblock.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=3.0}}},
           groups = {cracky=3, oddly_breakable_by_hand=3},
    paramtype = "light",
    sunlight_propagates = true,
    light_source = LIGHT_MAX-0.5,
})


but can't get it to, can you have animated textures in normal blocks or is it just for things like furnaces? Please help if you can.

PostPosted: Thu Oct 31, 2013 12:30
by PilzAdam
What doesnt work with this?

PostPosted: Thu Oct 31, 2013 12:31
by durtective6
dunno ive been trying to pinpoint it