Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tpt.el.bran.name = "mglq"
- tpt.el.bran.enabled = 1
- tpt.el.bran.color = 0xaa00ff
- tpt.el.bran.description = "Powerful substance"
- tpt.el.bran.menu = 1
- tpt.el.bran.weight = 1
- tpt.el.bran.menusection = 6
- tpt.el.bran.falldown = 3
- tpt.el.bran.gravity = 1
- tpt.el.bran.diffusion = 2
- tpt.el.bran.heat = 3000
- tpt.el.bran.advection= 2
- function graphics(i, colr, colg, colb)
- if tpt.get_property("temp",i) < 5000
- and tpt.get_property("temp",i) > 273 then
- return 0,0x00FF0030,255,0,255,0,75,183,0,255
- elseif tpt.get_property("temp",i) > 5000 then
- return 0,0x00ff0020,255,255,255,0,75,255,0,0
- elseif tpt.get_property("temp",i) < 273 then
- return 0,0x00ff0020,255,0,255,255,75,0,0,255
- end
- end
- tpt.graphics_func(graphics,tpt.el.bran.id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement