orphu / mcdungeon

A procedural dungeon generator for Minecraft
Other
84 stars 18 forks source link

Working Portcullises #16

Closed orphu closed 10 years ago

orphu commented 13 years ago

Support for PorteCoulissante Craftbukkid mod for working portcullises.

http://forums.bukkit.org/threads/7346/

orphu commented 11 years ago

Still want to do this someday, but it won't be with a mod. Maybe some cool will happen in vanilla that will enable this.

orphu commented 11 years ago

Reopening this!

/setblock /testforblock and /tellraw open up so many possibilities.

http://youtu.be/Ujls92b-hUw

JiFish commented 11 years ago

Here's someone that has done this: http://imgur.com/a/56u64

But it seems like it would be hard to find somewhere to put all the command-blocks.

orphu commented 11 years ago

Yeah, that's what I'm running into. I did a couple of proof of concepts, but you need two command blocks for each block of portcullis, plus at least one extra for a sound effect.

Without the ability to do multiple /setblock commands in one command block this is still pretty cumbersome.

JiFish commented 10 years ago

This might be more compact now the /fill command has been added to the latest snapshot.

orphu commented 10 years ago

Yup. Looks cool. Now the size of the portcullis won't require extra command blocks. I'll be playing with this soon.

orphu commented 10 years ago

Proof of concept: http://www.sendspace.com/file/b9bvm0

I think this will work well!

orphu commented 10 years ago

Smaller mechanism:

http://mc.bubblemod.org/extras/Portcullis_test.zip