septor / Buildaria

(This project is no longer maintained) Buildaria is a Terraria mod meant to make building easier and faster.
13 stars 10 forks source link

Doors don't place and break blocks 1.0.6.1 #15

Closed blarging2000s closed 12 years ago

blarging2000s commented 13 years ago

Whenever I tried to place a door it would destroy it's self and the block it would stand on whether or not there was a capping block.

has this been fixed yet?

septor commented 13 years ago

This happens because it gets placed too fast. If you aim a little higher (nearly under the top most spot) it shouldn't break the ground.

I've put code in place to limit the speed of some items. I'll make sure this is one of them.

septor commented 13 years ago

Some more information on this issue.

I can't seem to alter the speed of placeable items (doors, chests, etc).

I can, however, put together a toggle that will disable placing furniture (it will actually be a list of items) unless it can be placed normally. This will prevent doors from exploding the ground, torches from spamming all over the place, and chests from breaking other chests because you were off just a tiny bit.

The drawback to this is you would no longer be able to place chests and torches on the opposite side of the map (which you could just toggle the "safe place" option off to do so).

Thoughts?

septor commented 12 years ago

Lumped this with issue 8.