Skip to content

Building Tips

ScalarVector edited this page Mar 11, 2025 · 4 revisions

What can I build with?

Pretty much anything the game supports!

What should I watch out for?

  • liquid being held by null tiles, as it will fall/disperse according to whatever is put in place of the null tiles. This wont cause the game to die but can cause unwanted generation

  • rows of null tiles/walls. Structures can generate faster when entire columns dont have null tiles due to how the game maps out memory for tiles. The more columns in your structure without null tiles or walls, the faster it can generate!

Tips and Tricks

  • You can create "ramps" with null tiles to create an illusion of smooth terrain near the edges of a structure, like this:

OnEXwuf

  • You can outline an area filled with both null walls and null tiles with only null tiles to ensure no walls stick out of the ground if it generates solid.

  • Don't be afraid to use paint, actuators, wire, signs, or liquid! all of these are preserved in your structure file.

  • Make sure to double-check your structure for any potential progression-breaking tiles, such as hellforges, mythril anvils, or modded crafting benches.

Clone this wiki locally