animated textures SOLVED

User avatar
durtective6
Member
 
Posts: 167
Joined: Sun Aug 12, 2012 14:19
In-game: derplez

animated textures SOLVED

by durtective6 » Thu Oct 31, 2013 12:26

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.
Last edited by durtective6 on Thu Oct 31, 2013 12:56, edited 1 time in total.
 

User avatar
PilzAdam
Member
 
Posts: 4026
Joined: Fri Jul 20, 2012 16:19
GitHub: PilzAdam
IRC: PilzAdam

by PilzAdam » Thu Oct 31, 2013 12:30

What doesnt work with this?
 

User avatar
durtective6
Member
 
Posts: 167
Joined: Sun Aug 12, 2012 14:19
In-game: derplez

by durtective6 » Thu Oct 31, 2013 12:31

dunno ive been trying to pinpoint it
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 6 guests

cron