Is there a way to fix this?

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("temp:anitmation", {
description = "Animation",
tiles = {
{name="temp_animation.png", animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=5.0}}
},
groups = {crumbly=1},
})