animated textures SOLVED
I've been trying to get this to work
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.
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.