var fDesc=new Array(); fDesc[0] = "Buildaria is a Terraria mod meant to make building easier and faster.

Features:

-Easy-to-use selection system that supports multiple shapes, copy, paste, and an undo.
-Toggle off hostile NPCs so they don't hinder your building.
-Noclip mode that let's you fly around the map and through blocks for easy construction.
-Toggle between tools that instantly destroy everything you click on or normal 100% power tools.
-Place blocks anywhere without needing background walls or adjacent blocks.
-Cycle forward to dawn/dusk instantly.
-Optional god mode just in case you fall or fly into lava.
-One second respawn if you do manage to die.
-A trash slot - you will always have inventory room.
-Infinite spectre boots.
-Toggle-able light aura for easier mining.
-Toggle-able grid for easier building.
-Depth meter, watch, and compass active with god mode."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }