Simon:
@Videogamer555 (View Post)
vanquish pretty much said it, the only way you're going to get something to burn hot, very slowly is if you create your own element update function, examplemath.randomseed(os.time())
This would make diamond burn with a hot, plasma flame.
function magn_update(i, x, y, s, n)
next = tpt.get_property("type", x+math.random(-1, 1), y+math.random(-1, 1))
if next == tpt.el.fire.id or next == tpt.el.plsm.id then
tpt.parts[i].type = tpt.el.plsm.id
tpt.parts[i].life = 300
tpt.parts[i].temp = 5000
end
end
tpt.element_func(magn_update, tpt.el.dmnd.id)
if next == tpt.el.fire.id or next == tpt.el.plsm.id then