Grass is a type of block which covers most of the above-ground landscape. It enables many different plants to grow on it.
Natural grass types
These types of grass occur naturally throughout the world. They can also be planted manually with their respective seeds. Regular grass can furthermore be planted with the Staff of Regrowth or Axe of Regrowth(Desktop, Console and Mobile versions).
If there is room below a grass block, the respective type of vine can grow downward from it. Acorns planted in grass (except Mushroom grass) will grow into the respective type of tree.
| Type
|
Soil type
|
Seeds
|
Notes
|
 |
GrassInternal Tile ID: 2
|
Dirt
|
|
|
 |
Corrupt grassInternal Tile ID: 23
|
Dirt
|
|
|
 |
Corrupt Jungle grass(Desktop, Console and Mobile versions)Internal Tile ID: 661
|
Mud
|
|
|
 |
Crimson grassInternal Tile ID: 199
|
Dirt
|
|
|
 |
Crimson Jungle grass(Desktop, Console and Mobile versions)Internal Tile ID: 662
|
Mud
|
|
|
 |
Mushroom grassInternal Tile ID: 70
|
Mud
|
|
|
 |
Jungle grassInternal Tile ID: 60
|
Mud
|
|
|
 |
Hallowed grassInternal Tile ID: 109
|
Dirt
|
|
|
 |
Ash grass(Desktop, Console and Mobile versions)Internal Tile ID: 633
|
Ash
|
|
|
Mowed grass types (Desktop, Console and Mobile versions)
These types of grass have certain special properties. See Lawn Mower for details.
| Type
|
Soil type
|
Source
|
 |
Mowed grass(Desktop, Console and Mobile versions)Internal Tile ID: 477
|
Dirt
|
Lawn Mower(Desktop, Console and Mobile versions) used on grass
|
 |
Mowed Hallowed grass(Desktop, Console and Mobile versions)Internal Tile ID: 492
|
Dirt
|
Lawn Mower(Desktop, Console and Mobile versions) used on Hallowed grass
|
Wild plants on grass
These weeds and flowers grow naturally on the different types of grass on the surface. They do not grow below the surface (except on Jungle, Mushroom, and Ash grass), and do not grow on mowed grass. Plants growing on painted grass blocks will take on the block's color (except large Jungle plants).
Many types of wild plants have a chance to spawn a critter when destroyed. Wearing the Flower Boots(Desktop, Console and Mobile versions) will drastically decrease the spawn chance from destroyed flower plants.[1]
Some of these plants can be planted manually with Flower Seeds(Desktop, Console and Mobile versions), Flower Boots, and the Rubblemaker(Desktop, Console and Mobile versions). The rest cannot be planted manually.
Walls eligible for plant growth
When trying to grow some types of plants, the tile of the soil block and the tile above the soil block must not occupied by walls, or occupied by one of the walls listed below.[2]
Spread
This section is about grass spreading onto bare soils. For details about grass types converting other grass types, see
Biome spread § Grass.
Grass of any type spreads from existing blocks to other blocks of the correct soil type. The following restrictions apply:
- Pure, mowed, and mowed Hallowed grass does not spread below the surface whatsoever.[3] The player needs to be at least at 4 feet (on the Depth Meter) on the surface for these types of grass underneath to be able to spread.
- Grass only spreads to an adjacent block, i.e., a block within the eight tiles directly surrounding the grass block.
- Grass does not spread to blocks that have lava in one of their adjacent tiles.
- Grass only spreads to blocks that have at least one tile of open space within their adjacent tiles (i.e., grass does not spread to blocks that are fully surrounded by eight solid blocks).
Additionally:
- Dirt Blocks and Mud Blocks are both eligible soils for both types of the evil grasses. For instance, Corrupt Jungle grass can spread onto Dirt Blocks (resulting in regular Corrupt grass), and regular Corrupt grass can spread onto Mud Blocks (resulting in Corrupt Jungle grass).
- The mowed grasses also spread to adjacent Dirt Blocks (only above the surface), but the resulting new grass will not be mowed.
- Painted grass will spread its paint, too.
- Corruption and Crimson thorny bushes can create Corrupt/Crimson grass on adjacent Dirt Blocks (Desktop, Console and Mobile versions) and Corrupt/Crimson Jungle grass on adjacent Mud Blocks.
Tips
- When mining blocks with grass, the grass will absorb the first hit from the pickaxe/drill. Hence, unlike mining most blocks, a tool with high mining speed will actually always outperform a slower tool, even if the slower one has higher pickaxe power. This means that the best pre-Hardmode item for digging grass would be the Bone Pickaxe. In theory, the Shroomite Digging Claw(Desktop, Console, Old-gen console and Mobile versions) has the best speed out of the Hardmode tools.
- This becomes particularly important in the Jungle biome, due to the prevalence of Jungle grass.
Trivia
Examples of the two unused grass graphics.
- There are unused graphics for two other grass types in the game's files,
Tiles_2_Beach.xnb and Tiles_199-gross.xnb. The former one is a yellow-green grass akin to Jungle grass, although it is tiled on dirt, which might be originally a grass variant for the Ocean. The latter one is a variation of Flesh Blocks, tiled to work as a grass.
- Crimson grass is referred to as
FleshGrass internally, so the second grass variation may have been an early Crimson grass sprite.
Gallery
The light provided from Mushroom grass.
History
- Desktop 1.4.5.0:
- Cutting tall grass now has a chance to drop the Lucky Clover.
- Corrupt and Crimson grass can now infect Mowed grass, turning it into normal Corrupt/Crimson grass.
- Wild Jungle plants now take on the paint and coating of the block they grow on.
- Buggy, Sluggy, and Grubby spawn chance from wild Jungle plants reduced by 25%.
- Desktop 1.4.4:
- Added Ash grass.
- Corrupt grass and Crimson grass can now grow and spread on mud.
- Mushroom grass can now glow different colors when painted.
- Desktop 1.4.0.1:
- Artificial Jungle biomes now require 140 Jungle grass blocks instead of 100.
- Added mowed grass.
- Wild plants on Jungle grass and Glowing Mushrooms no longer grow on actuated blocks (which used to result in their items immediately breaking off and falling to be collected).
- Desktop 1.2.4:
- Replaced grass graphics for when they are surrounded.
- Grass is now removed when a player covers it in solid tiles.
- Desktop 1.2.3:
- Acorns can now be planted on all grass types.
- Corrupt grass, Crimson grass, and Hallowed grass wall spreads further.
- Fixed bug where the player can not pick up Crimson grass and Hallowed grass with Dirt Rod.
References
- ↑ Information taken from the
Desktop 1.4.4.9 source code, method KillTile_DropBait() in Terraria.WorldGen.cs. There may be inaccuracies, as the current
Desktop version is 1.4.5.5.
- ↑ Information taken from the
Desktop 1.4.4.9 source code, method PlaceTile() in Terraria.WorldGen.cs and field Sets.AllowsPlantsToGrow in Terraria.ID.WallID.cs. There may be inaccuracies, as the current
Desktop version is 1.4.5.5.
- ↑ Information taken from the
Desktop 1.4.4.9 source code, method UpdateWorld_UndergroundTile() in Terraria.WorldGen.cs and field Sets.SpreadUnderground in Terraria.ID.TileID.cs. There may be inaccuracies, as the current
Desktop version is 1.4.5.5.
- Wood
- Hay
- Bamboo(Desktop, Console and Mobile versions)
- Large(Desktop, Console and Mobile versions)
- Cactus
- Pumpkin
- Glowing Mushroom
- Granite(Desktop, Console and Mobile versions)
- Marble(Desktop, Console and Mobile versions)
- Hive
- Desert Fossil(Desktop, Console and Mobile versions)
- Cloud
- Rain
- Snow(Desktop, Console and Mobile versions)
- Lava(Desktop, Console and Mobile versions)
- Star(Desktop, Console and Mobile versions)
- Rainbow
- Sunplate
- Aetherium(Desktop, Console and Mobile versions)
- Cobweb
- Spike
- Shell Pile(Desktop, Console and Mobile versions)
- Wood
- Pine(Desktop, Console and Mobile versions)
- Feywood(Desktop, Console and Mobile versions)
- Glass
- Waterfall(Desktop, Console, Old-gen console and Mobile versions)
- Lavafall(Desktop, Console, Old-gen console and Mobile versions)
- Honeyfall(Desktop, Console and Mobile versions)
- Sandfall(Desktop, Console and Mobile versions)
- Snowfall(Desktop, Console and Mobile versions)
- Shimmerfall(Desktop, Console and Mobile versions)
- Confetti(Desktop, Console, Old-gen console and Mobile versions)
- Midnight Confetti(Desktop, Console, Old-gen console and Mobile versions)
- Blue Starry(Desktop, Console and Mobile versions)
- Gold Starry(Desktop, Console and Mobile versions)
- Gemspark(Desktop, Console, Old-gen console and Mobile versions)
- Slime
- Fragments (Desktop, Console and Mobile versions)
- Vortex(Desktop, Console and Mobile versions)
- Nebula(Desktop, Console and Mobile versions)
- Stardust(Desktop, Console and Mobile versions)
- Solar(Desktop, Console and Mobile versions)
- Crystal(Desktop, Console and Mobile versions)
- Asphalt
- Bone
- Spider Nest(Desktop, Console and Mobile versions)
- Flesh
- Lesion(Desktop, Console and Mobile versions)
- Reef(Desktop, Console and Mobile versions)
- Office(Desktop, Console and Mobile versions)
- Fallen Star(Desktop, Console and Mobile versions)
- Moonplate(Desktop, Console and Mobile versions)
- Aquarium(Desktop, Console and Mobile versions)
- Boulder(Desktop, Console and Mobile versions)
- Spike(Desktop, Console and Mobile versions)
- Librarian(Desktop, Console and Mobile versions)
- Forbidden(Desktop, Console and Mobile versions)
- Coralstone
- Flinx Fur(Desktop, Console and Mobile versions)
- Harpy(Desktop, Console and Mobile versions)
- Wood
- Dynasty(Desktop, Console, Old-gen console and Mobile versions)
- Spooky
- Red Dynasty Shingles(Desktop, Console, Old-gen console and Mobile versions)
- Blue(Desktop, Console, Old-gen console and Mobile versions)
- Anti-Portal(Desktop, Console and Mobile versions)
- Bubble(Desktop, Console and Mobile versions)
- Candy Cane
- Cog
- Easter(Desktop, Console and Mobile versions)
- Echo(Desktop, Console and Mobile versions)
- Martian Conduit Plating(Desktop, Console and Mobile versions)
- Pine Tree(Desktop, Console, Old-gen console and Mobile versions)
- Smoke(Desktop, Console and Mobile versions)
- Sturdy Fossil(Desktop, Console and Mobile versions)
- Team(Desktop, Console and Mobile versions)
- Silly Balloon(Desktop, Console and Mobile versions)
- Smooth Sandstone(Desktop, Console and Mobile versions)
- Smooth Marble Block(Desktop, Console and Mobile versions)
- Smooth Granite Block(Desktop, Console and Mobile versions)
- Poo(Desktop, Console and Mobile versions)
- Jellyfish(Desktop, Console and Mobile versions)
- Gray
- Stone Slab(Desktop, Console, Old-gen console and Mobile versions)
- Accent(Desktop, Console and Mobile versions)
- Red
- Mudstone
- Stucco
- Sandstone
- Slab(Desktop, Console, Old-gen console and Mobile versions)
- Snow
- Ice
- Smooth Granite(Desktop, Console and Mobile versions)
- Smooth Marble(Desktop, Console and Mobile versions)
- Iridescent
- Ebonstone
- Crimstone(Desktop, Console and Mobile versions)
- Pearlstone
- Aetherium(Desktop, Console and Mobile versions)
- Rainbow
- Dungeon
- Cracked(Desktop, Console and Mobile versions)
- Ancient(Desktop, Console and Mobile versions)
- Gothic(Desktop, Console and Mobile versions)
- Glowing Moss Bricks
- Lava(Desktop, Console and Mobile versions)
- Krypton(Desktop, Console and Mobile versions)
- Xenon(Desktop, Console and Mobile versions)
- Argon(Desktop, Console and Mobile versions)
- Neon(Desktop, Console and Mobile versions)
- Helium(Desktop, Console and Mobile versions)
- Lihzahrd
- Copper
- Plating(Desktop, Console, Old-gen console and Mobile versions)
- Ancient(Desktop, Console and Mobile versions)
- Tin
- Plating(Desktop, Console, Old-gen console and Mobile versions)
- Iron(Desktop, Console and Mobile versions)
- Lead(Desktop, Console and Mobile versions)
- Silver
- Ancient(Desktop, Console and Mobile versions)
- Tungsten
- Gold
- Ancient(Desktop, Console and Mobile versions)
- Platinum
- Demonite
- Crimtane(Desktop, Console and Mobile versions)
- Meteorite(Desktop, Console and Mobile versions)
- Obsidian
- Ancient(Desktop, Console and Mobile versions)
- Hellstone
- Ancient(Desktop, Console and Mobile versions)
- Cobalt
- Ancient(Desktop, Console and Mobile versions)
- Palladium Column
- Mythril
- Ancient(Desktop, Console and Mobile versions)
- Bubblegum Block
- Adamantite Beam
- Titanstone Block
- Hallowed(Desktop, Console and Mobile versions)
- Chlorophyte(Desktop, Console and Mobile versions)
- Shroomite Plating(Desktop, Console and Mobile versions)
- Solar(Desktop, Console and Mobile versions)
- Vortex(Desktop, Console and Mobile versions)
- Nebula(Desktop, Console and Mobile versions)
- Stardust(Desktop, Console and Mobile versions)
- Luminite(Desktop, Console and Mobile versions)
- Stone
- Dirt
- Planked
- Natural Dirt
- Layered(Desktop, Console and Mobile versions)
- Crumbling(Desktop, Console and Mobile versions)
- Cracked(Desktop, Console and Mobile versions)
- Wavy(Desktop, Console and Mobile versions)
- Cave
- Gemstone
- Mossy
- Lava
- Obsidian(Desktop, Console and Mobile versions)
- Cinder(Desktop, Console and Mobile versions)
- Ember(Desktop, Console and Mobile versions)
- Magma(Desktop, Console and Mobile versions)
- Smouldering Stone(Desktop, Console and Mobile versions)
- Hardened Sand(Desktop, Console and Mobile versions)
- Sandstone(Desktop, Console and Mobile versions)
- Corrupt
- Growth(Desktop, Console and Mobile versions)
- Mass(Desktop, Console and Mobile versions)
- Pustule(Desktop, Console and Mobile versions)
- Tendril(Desktop, Console and Mobile versions)
- Crimson
- Crust(Desktop, Console and Mobile versions)
- Scab(Desktop, Console and Mobile versions)
- Teeth(Desktop, Console and Mobile versions)
- Blister(Desktop, Console and Mobile versions)
- Hallowed
- Cavern(Desktop, Console and Mobile versions)
- Prism(Desktop, Console and Mobile versions)
- Shard(Desktop, Console and Mobile versions)
- Crystalline(Desktop, Console and Mobile versions)
- Mushroom
- Jungle
- Natural Jungle
- Granite(Desktop, Console and Mobile versions)
- Marble(Desktop, Console and Mobile versions)
- Hive
- Cloud
- Disc
- Bamboo(Desktop, Console and Mobile versions)
- Large(Desktop, Console and Mobile versions)
- Cactus
- Wood
- Pumpkin
- Desert Fossil(Desktop, Console and Mobile versions)
- Glass
- Stained
- Waterfall(Desktop, Console, Old-gen console and Mobile versions)
- Lavafall(Desktop, Console, Old-gen console and Mobile versions)
- Honeyfall(Desktop, Console and Mobile versions)
- Sandfall(Desktop, Console and Mobile versions)
- Snowfall(Desktop, Console and Mobile versions)
- Confetti(Desktop, Console, Old-gen console and Mobile versions)
- Midnight Confetti(Desktop, Console, Old-gen console and Mobile versions)
- Blue Starry(Desktop, Console and Mobile versions)
- Gold Starry(Desktop, Console and Mobile versions)
- Gemspark(Desktop, Console, Old-gen console and Mobile versions)
- Offline(Desktop, Console, Old-gen console and Mobile versions)
- Silly Balloon(Desktop, Console and Mobile versions)
- Slime Block
- Crystal(Desktop, Console and Mobile versions)
- Bone Block
- Spider Nest(Desktop, Console and Mobile versions)
- Flesh
- Lesion(Desktop, Console and Mobile versions)
- Cog(Desktop, Console and Mobile versions)
- Aetherium(Desktop, Console and Mobile versions)
- Hay
- Reef(Desktop, Console and Mobile versions)
- Fences
- Candy Cane
- Echo(Desktop, Console and Mobile versions)
- Martian Conduit(Desktop, Console and Mobile versions)
- Smooth Sandstone(Desktop, Console and Mobile versions)
- Poo(Desktop, Console and Mobile versions)
- Office
- Fallen Star(Desktop, Console and Mobile versions)
- Easter(Desktop, Console and Mobile versions)
- Flinx Fur(Desktop, Console and Mobile versions)
- Harpy(Desktop, Console and Mobile versions)
- Crescent(Desktop, Console and Mobile versions)
- Aquarium(Desktop, Console and Mobile versions)
- Boulder(Desktop, Console and Mobile versions)
- Spike(Desktop, Console and Mobile versions)
- Librarian(Desktop, Console and Mobile versions)
- Forbidden(Desktop, Console and Mobile versions)
- Jellyfish(Desktop, Console and Mobile versions)
- Arcane Rune(Desktop, Console, Old-gen console and Mobile versions)
- Dynasty(Desktop, Console, Old-gen console and Mobile versions)
- Flower
- Grass
- Jungle
- Sail(Desktop, Console, Old-gen console and Mobile versions)
- Wallpapers(Desktop, Console, Old-gen console and Mobile versions)
- Gray
- Slab(Desktop, Console, Old-gen console and Mobile versions)
- Red
- Mudstone
- Stucco
- Sandstone
- Snow
- Ice
- Smooth Granite(Desktop, Console and Mobile versions)
- Smooth Marble(Desktop, Console and Mobile versions)
- Iridescent
- Ebonstone
- Crimstone(Desktop, Console and Mobile versions)
- Pearlstone
- Aetherium(Desktop, Console and Mobile versions)
- Rainbow
- Dungeon
- Cursed(Desktop, Console and Mobile versions)
- Ancient(Desktop, Console and Mobile versions)
- Gothic(Desktop, Console and Mobile versions)
- Glowing Moss Brick Walls
- Lava(Desktop, Console and Mobile versions)
- Krypton(Desktop, Console and Mobile versions)
- Xenon(Desktop, Console and Mobile versions)
- Argon(Desktop, Console and Mobile versions)
- Neon(Desktop, Console and Mobile versions)
- Helium(Desktop, Console and Mobile versions)
- Lihzahrd
- Forbidden(Desktop, Console and Mobile versions)
- Copper
- Plating(Desktop, Console, Old-gen console and Mobile versions)
- Ancient(Desktop, Console and Mobile versions)
- Tin
- Plating(Desktop, Console, Old-gen console and Mobile versions)
- Iron(Desktop, Console and Mobile versions)
- Lead(Desktop, Console and Mobile versions)
- Silver
- Ancient(Desktop, Console and Mobile versions)
- Tungsten
- Gold
- Ancient(Desktop, Console and Mobile versions)
- Platinum
- Demonite
- Crimtane(Desktop, Console and Mobile versions)
- Meteorite(Desktop, Console and Mobile versions)
- Obsidian
- Ancient(Desktop, Console and Mobile versions)
- Hellstone(Desktop, Console and Mobile versions)
- Ancient(Desktop, Console and Mobile versions)
- Cobalt
- Ancient(Desktop, Console and Mobile versions)
- Palladium Column
- Mythril
- Ancient(Desktop, Console and Mobile versions)
- Bubblegum Block
- Adamantite Beam
- Titanstone Block
- Hallowed(Desktop, Console and Mobile versions)
- Chlorophyte(Desktop, Console and Mobile versions)
- Shroomite Plating(Desktop, Console and Mobile versions)
- Solar(Desktop, Console and Mobile versions)
- Vortex(Desktop, Console and Mobile versions)
- Nebula(Desktop, Console and Mobile versions)
- Stardust(Desktop, Console and Mobile versions)
- Luminite(Desktop, Console and Mobile versions)