I have it in the autorun.lua file with no .txt or whatever. Here is the script.
tpt.el.myst.name="PLAS" --Making the "Plastic" element.
tpt.el.myst.enabled=1
tpt.el.myst.menu=1
tpt.el.myst.menusection=1 --Adding it to the electronics section.
tpt.el.myst.gravity=0 --Making it solid.
tpt.el.myst.falldown=0 --Making it solid.
tpt.el.myst.heat=273 --Giving it the starting heat of 0
tpt.el.myst.description="Plastic. a spaceholder."
tpt.el.myst.color=0xB6AFA9
This is turning the life-type myst into plastic, to be used in the electronics section.
Plese help. -Vertigo (Im a new modder!)
tpt.el.wax.name="PLAS" --Making the "Plastic" element.
tpt.el.wax.menu=1
tpt.el.wax.menusection=1 --Adding it to the electronics section.
tpt.el.wax.gravity=0 --Making it solid.
tpt.el.wax.falldown=0 --Making it solid.
tpt.el.wax.heat=273 --Giving it the starting heat of 0
tpt.el.wax.description="Plastic. a spaceholder."
tpt.el.wax.color=0xB6AFA9
Fixed it