Blocks

From Terraria Wiki
Jump to navigation Jump to search
Some blocks being placed, Stone Slabs in this case.
All blocks as of 1.4.4.9.

Blocks are the primary components of every Terraria world. They make up nearly all of the game's terrain, with the preponderance of a particular block type in an area determining its biome. Nearly all blocks are collectible for use by players, and are mined with a pickaxe, drill, or an explosive. All block types can be stacked up to 9999 in a single inventory slot.

(Desktop, Console and Mobile versions) When mined, blocks will display a visible crack if they are not broken by that hit.

There are 226 different block types, including natural, crafted, purchased, and summoned block types.

Naturally occurring blocks

These blocks are created when the world is generated. Though few of them are renewable, more can always be found by generating new worlds.

Soils

Soils are the most accessible type of block in the game, and they make up the majority of the world. Many of them grow plants naturally. All soils can be mined with a Copper Pickaxe or Tin Pickaxe (except for the Stone variants as noted below). Soils are the only blocks that can be converted by the Corruption, Crimson, and Hallow. All soils are destroyed by explosives.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Grown blocks

These blocks drop when their respective plant is looted from the environment using the necessary tool. Once in the player's inventory, they can be placed like other blocks and likewise looted with a pickaxe, drill, or explosives.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Other found blocks

These blocks are found in various parts of the world.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Trap blocks

Trap blocks are likewise found throughout the world. Unlike other blocks they feature special abilities which can be activated by a trigger through Wire. All trap blocks can be destroyed by explosives. (Desktop, Console and Mobile versions) Their direction of fire can be changed with any hammer.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Ore blocks

Ores are found underground (with the exception of Luminite and Meteorite), some types only in certain biomes. They are used in the crafting of bars, which in turn are used to craft weapons, armor, furniture, and more. Many are used to make bricks or other blocks.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Gem blocks

Gems are valuable materials that can be found in veins underground. They can be found in two forms; as gem blocks embedded in Stone Blocks or on the sides of Stone Blocks, or as background objects placed onto Stone Blocks. Mining either version will provide the respective gem type. Gem blocks can be created by the player in the Desktop version Desktop version, Console version Console version, and Mobile version Mobile version.

Amber is also a gem, but can only be obtained from Silt, Slush, or Desert Fossils(Desktop, Console and Mobile versions). In the Desktop version Desktop version, Console version Console version, and Mobile version Mobile version, it can also be found on blocks in the Underground Desert.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Bricks

Bricks are a specific type of crafted block with a repeating rectangular pattern. Though many bricks are crafted from ores and soils, some can only be looted from the environment (or in one case, enemies). All bricks have the word brick in their name (however, Mudstone Brick is called "Mudstone Block" on Old-gen console version).

Bricks have no sell value. Most crafted bricks are made using a Furnace, Hellforge, and Hardmode Forges.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Crafted blocks

These blocks are obtained through crafting at a crafting station.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Other blocks

Purchased blocks

These blocks are bought from NPCs.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Looted blocks

These blocks are obtained in various ways, mostly as drops from enemies.

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Summoned blocks

Types
[link]Click/tap here to reveal this content. (there may be a slight delay)[/link]
This table requires JavaScript to be enabled and site tooltips to be turned on to be displayed.
You can also view the data on another page.

Notes

  • (Desktop, Console and Mobile versions) The cracks on not fully broken blocks will recover over mining other blocks.[1] Only 20–30 blocks can have visible cracks on them at a same time, depending on the pickaxe power.
  • Blocks directly below a tree, cactus, Chest, or Altar cannot be mined until the item sitting above is first removed.
    • However, blocks beneath Chests and Altars can be swapped with other blocks.
  • Blocks growing grass or moss cannot be mined before their vegetation is destroyed, which is generally done with a single extra hit.
  • If the player ends up overlapped with a block, they will behave as if the overlapped blocks are not there.
    • An exception to this is if the player is overlapped with a sloped block. In these circumstances, the player will usually be ejected depending on the orientation of the block. This can be utilized as a method of transportation, known as a hoik.

Achievements

Achievement Bulldozer.png
Bulldozer • “Destroy a total of 10,000 tiles.”
Mine a total of 10,000 tiles. (Desktop, Console and Mobile versions)
Category: Challenger Challenger
Achievement Landscaper.png
Landscaper • “You have removed more than 10,000 blocks!”
Mine a total of 10,000 blocks. (Old-gen console version)

Trivia

  • The most common blocks from world generation are Dirt and Stone.

History

  • Desktop 1.3.0.1: Added a multitude of new blocks: Granite and variants; Marble and variants; Shroomite Plating, Pink Slime Block, Luminite and variants; Hardened Sand and variants; Sandstone and variants; and Desert Fossil.
  • Desktop 1.2:
    • Bricks, wood, stone and glass all now blend together.
    • Changed item and tile image to be unique to others.
    • 50 new blocks added.

References

  1. Information taken from the Desktop version Desktop 1.4.3.6 source code, methods ItemCheck_UseMiningTools_ActuallyUseMiningTool() in Terraria.Player.cs and Prune() in Terraria.HitTile.cs. There may be inaccuracies, as the current Desktop version Desktop version is 1.4.4.9.