I'm building a mountain side base where you flip a hidden switch and blocks move out of the way for a door to be pushed up, combining several different uses of pistons. I'm currently working on the redstone for the 4 block push up for the door and I think I have minimized the wiring as much as possible. And I already have a prototype of the opening for the base. Now to combine everything with the right timing and have it all reversible from inside the base.
Created that secret door thingy without tutorials. Also an almost fully automated farm, you only have to pull the lever, collect produce from a chute and replant the seeds.
[IMG]http://filesmelt.com/dl/farming3.png[/IMG]
[IMG]http://filesmelt.com/dl/farming4.png[/IMG]
[IMG]http://filesmelt.com/dl/farming5.png[/IMG]
[IMG]http://filesmelt.com/dl/farming6.png[/IMG]
[QUOTE=i-Lol;30955256]Can someone give me a clear video or set of screen shots on how to make the glowstone wall lights? I've been trying to do it and I need it for a surprise birthday thing today. I can do the floor lights but I can't seem to transfer that from vertical movement to horizontal. Again, I'm terrible with redstone wiring and I don't know anything about gates and latches and all that. But if I see how it has to be done I will be able to replicate it. Thanks in advance.[/QUOTE]
Hey man, if i've got time later i'll try make you an instructional video and include the world file.
[QUOTE=decyg;30961693]Hey man, if i've got time later i'll try make you an instructional video and include the world file.[/QUOTE]
Thanks. I decided to scrap that idea for the birthday surprise but the video and world file will definitely help for future use.
[QUOTE=ralle105;30939452]Now use it as a memory tape and make it loop some animation on a redstone torch screen![/QUOTE]
Done.
Here it is everybody, an animated redstone torch display controlled by piston based ROM (read only memory)
[media]http://www.youtube.com/watch?v=kWCOJ04y2UE[/media]
Show your friends! (shameless self promotion)
[QUOTE=Jallen;30963216]Done.
Here it is everybody, an animated redstone torch display controlled by piston based ROM (read only memory)
[media]http://www.youtube.com/watch?v=kWCOJ04y2UE[/media]
Show your friends! (shameless self promotion)[/QUOTE]
you have an incredibly sexy voice
[QUOTE=Rolond Returns;30963324]you have an incredibly sexy voice[/QUOTE]
Thanks? :v:
Minecraft Computing - where a pixel has the same height and width as the wire connecting it.
[QUOTE=Jallen;30963348]Thanks? :v:[/QUOTE]
I'd kill for a voice like that, would totally hire you for voice overs and stuff :v:
[media]http://www.youtube.com/watch?v=vTtu9lt0sCU[/media]
This thing pales in comparison to some of the other stuff i've seen in here but i'm still pretty happy with how it turned out!
[QUOTE=decyg;30964331][media]http://www.youtube.com/watch?v=vTtu9lt0sCU[/media]
This thing pales in comparison to some of the other stuff i've seen in here but i'm still pretty happy with how it turned out![/QUOTE]
You should make the glowstone move when the lever gets destroyed it falls into a hole under it, so no evidence is left and they know where to place the lever.
[QUOTE=Goz3rr;30965466]You should make the glowstone move when the lever gets destroyed it falls into a hole under it, so no evidence is left and they know where to place the lever.[/QUOTE]
Good idea, however i don't think that would work because the glowstone is part of the floor lighting system and will probably piss itself if i try to move it with a piston, i'll try later though, thanks for the idea!
Finished the first part of the stackable elevator thingy
[img]http://i.imgur.com/fCQo9.gif[/img]
One piece contains 3 torches and covers a 5x4 block area.
[QUOTE=kaze4159;30940556][video=youtube;EZMAo8LxYGU]http://www.youtube.com/watch?v=EZMAo8LxYGU[/video]
Hooray, more buggy pistons[/QUOTE]
I'm still trying to wrap my head around redstone properly, can anyone link a tutorial explaining how to have some parts of a circuit on and other parts off without having to use a button/lever more than once?
[QUOTE=BurnBlackJay;30966068]I'm still trying to wrap my head around redstone properly, can anyone link a tutorial explaining how to have some parts of a circuit on and other parts off without having to use a button/lever more than once?[/QUOTE]
Use a NOT gate.
[QUOTE=Rolond Returns;30966828]Use a NOT gate.[/QUOTE][IMG]http://i.clevver.com/fullphoto/12216/500/950/borat-screenshots-of-film-clip-not-joke-7.jpg[/IMG]
[QUOTE=Rolond Returns;30966828]Use a NOT gate.[/QUOTE]
How would I go about having power permanently cycle around the circuit without any intervention?
[QUOTE=BurnBlackJay;30968417]How would I go about having power permanently cycle around the circuit without any intervention?[/QUOTE]
Cycle round the circuit? Do you mean like flickering on and off?
Has anyone made anything with pistons that isnt just a door
[QUOTE=Katamari_Jr;30968487]Has anyone made anything with pistons that isnt just a door[/QUOTE]
Have you read anything in this thread other than this last page
[QUOTE=Jallen;30968453]Cycle round the circuit? Do you mean like flickering on and off?[/QUOTE]
Yeah, with individual parts on and other parts off, I have a simple circuit going that is kind of what I'm after (basically 3 NOT gates connected together), but they fizzle out after a couple of seconds :(
[QUOTE=BurnBlackJay;30968693]Yeah, with individual parts on and other parts off, I have a simple circuit going that is kind of what I'm after (basically 3 NOT gates connected together), but they fizzle out after a couple of seconds :([/QUOTE]
[url]http://www.minecraftwiki.net/wiki/Redstone_circuits#Clock_generators[/url]
The easiest way is to do it is to have 3+ repeaters connected as the input to a not gate, then have the output of the not gate going into the repeaters.
[QUOTE=Jallen;30969155][URL]http://www.minecraftwiki.net/wiki/Redstone_circuits#Clock_generators[/URL]
The easiest way is to do it is to have 3+ repeaters connected as the input to a not gate, then have the output of the not gate going into the repeaters.[/QUOTE]
I'll give that a read through, thanks!
e: I got a basic version working, it's probably pretty unoptimized but I'll keep at it: [url]http://i.imgur.com/VfMSz.jpg[/url]
[QUOTE=BurnBlackJay;30968693]Yeah, with individual parts on and other parts off, I have a simple circuit going that is kind of what I'm after (basically 3 NOT gates connected together), but they fizzle out after a couple of seconds :([/QUOTE]
Put a Repeater after the last gate to stop it from burning the torches out. That should probably fix it.
[QUOTE=ralle105;30965877]Finished the first part of the stackable elevator thingy
[img]http://i.imgur.com/fCQo9.gif[/img]
One piece contains 3 torches and covers a 5x4 block area.[/QUOTE]
I made a stackable elevator, tough part is making it 'unstack'. Basically you can't do it the other way because of the fact that pistons aren't sticky unless they're powered
To clarify, basically since you don't need the pistons to be sticky to push. You can push each piston up incrementally until you have a tower of them. Bringing them down...that's another story :D
[QUOTE=Katamari_Jr;30968487]Has anyone made anything with pistons that isnt just a door[/QUOTE]
[IMG]http://i434.photobucket.com/albums/qq61/Yzooo/2011-07-07_214918.png[/IMG]
[IMG]http://i434.photobucket.com/albums/qq61/Yzooo/2011-07-07_214924.png[/IMG]
[IMG]http://i434.photobucket.com/albums/qq61/Yzooo/2011-07-07_214923.png[/IMG]
[QUOTE=Rolond Returns;30966828]Use a NOT gate.[/QUOTE]
It's super NOT effective.
[media]http://www.youtube.com/watch?v=V7o-Za5N4CU[/media]
I'm taking the self building thing to a new level hopefully. Eventually I might have a creeper proof house if I can work out the best way to improve the repair speed.
I'll also have to make it much wider.
It relies on only one cobble generator at the moment which is why it is so slow, future versions that work as a home will have multiple.