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

Add in other 'tiles' 'walls' and assign to different/new items #5

Open scaryguy334 opened 13 years ago

scaryguy334 commented 13 years ago

Either create new items and assign the normally not placeable tiles/walls to them.

Or

Assign the other 'tiles' 'walls' to already existing items and use a HOLD ALT trigger to assign to them and reset on release of ALT

short example list of tiles corruption thorns, mushroom, tree trunk, mushroom tree trunk, pots, heart crystals, demon altar, vines etc...

short example list of walls Mob spawning dungeon walls, Mob spawning obsidian walls, Hellstone brick walls, mud walls, mob spawning dirt walls etc...

scaryguy334 commented 13 years ago

Similar to the Placeable gemstones implementation, using createTile for tiles(blocks, placeables) and createWall for walls.

septor commented 12 years ago

The ability to use items directly form the inventory seems to have hampered this. (at least in regards to gems).

I tried to add Crystal Hearts to the list, but it just constantly tried to use the item. I'll tinker around with this in the future though.

flaming910 commented 12 years ago

for heart crystals maybe make a crafting thing like 2platforms and a heart cyrstal=placeable heart crystal that u can play on walls and blocks

septor commented 12 years ago

@flaming910 - Read what I said. :)

Re: Converting tiles to non-player placed:

I have an idea how to do this, I'm just not sure how to go about it. It is currently at the top of the to-do list.