Adventure-Terraria-Server-Project / AdvancedCircuits-Plugin

Advanced Circuits Plugin for Terraria Server API and TShock.
GNU General Public License v3.0
8 stars 8 forks source link

Block Activators Might Also Replace Blocks #39

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

If Block Activators have one Modifier and receive "1", they should not keep already existing blocks but replace them.

zaqen commented 11 years ago

Could it perhaps be possible to add 2 more modifier settings? Like Only removes blocks and only places blocks of one kind? That way it'd be possible to create sandfalls and quickly creating and removing stairs out of falling tiles or create a quick "vent" for liquids.

CoderCow commented 11 years ago

Falling tiles are not supposed to work with Block Activators in general.

About tiles of one type, well, there's no way to define that. As a Modifier has no data attached to it there would be no way to actually define which tile type to place / remove thus making additional Modifiers senseless.

Only thing I might consider is having it take the type of the first tile it encounters (while processing them) as restriction for any following tile type or so.