What is the TileID for Dirt? (Not the number, the tile)

NinjaKitty

Steampunker
I know it sounds like a stupid question, but I can't find it anywhere!
I need it for a custom clentaminator fluid script portion:
if (TileID.Sets.Conversion.Stone ( <- This is the thing I want to change to dirt! )[type])
{
Main.tile[k, l].type= (ushort)mod.TileType("AngelTears");
WorldGen.SquareTileFrame(k, l, true);
NetMessage.SendTileSquare(-1, k, l, 1);
}
Any help would be appreciated, though not necessary.
Thanks!
 
Back
Top Bottom