/r/redstone

Photograph via snooOG

A place to talk about redstone, whether you want to show your creations or ask for help.

We also have a Discord server: https://discord.com/invite/6F9sS2S

Is your submission not showing up in /new? Message us and we'll check the spam filter.

Questions, inventions, circuits, music players, ALU's, anything that uses redstone.

N.B. If your post pertains to survival redstone, consider adding the tag [survival], if it uses command blocks add [::], [creative], [command] or [cmd] instead.

Is your submission not showing up in /new? Message us and we'll check the spam filter.

On topic cross posts from /r/minecraft, /r/minecraftinventions, /r/minecraft360, and the forums are encouraged.

Submit a Link
Complete List of Redstone Sprites

Redstone Tutorials:

The Absolute Beginner's Guide to Everything Redstone
Redstone Circuits - Minecraft Wiki
Redstone Logic Gates and FAQ's Compendium

Minecraft Links:

/r/minecraft
/r/minecraftinventions
/r/minecraftxe
/r/minecraft360
/r/redstonenoobs
Minecraft Forums
Minecraft Wiki

/r/redstone

126,419 Subscribers

1

Silo roof?

Hello yall, how would you make this roof open? it should move in 2 different direcitons. Tried with a flying machine but it would have to move to many blocks.
Thanks in advance!

https://preview.redd.it/fl3yuplo8w1e1.png?width=1919&format=png&auto=webp&s=878d80a059f7c7d3fb4b548f732f2bdd89e776ba

https://preview.redd.it/fhmp0reu8w1e1.png?width=1919&format=png&auto=webp&s=a8d9affab72d977469ebed61cfe084f130d0d894

2 Comments
2024/11/19
17:32 UTC

1

Comparing 2 5-bit binary sequences.

I'm working on a game where the player and the computer compete to achieve the highest score. I'm designing the logic to compare the two scores and determine the winner. My initial approach involves using a bitwise comparison:

  1. Start by comparing the most significant bit (MSB) of both scores using XOR. If the result is 1, it indicates a winner, and I can then use AND on each bit to confirm who has the higher score.

  2. However, if the XOR result is 0 (indicating the MSBs are equal), I need a way to move to the next most significant bit for comparison.

This is where I'm stuck. I'm unsure how to efficiently instruct the logic to shift to the next bit and repeat the comparison process until a winner is determined. Alternatively, I'm open to suggestions if there's a better way to approach this problem.

2 Comments
2024/11/19
16:31 UTC

4

need help wiring this "corner double block swapper" setup

I currently have this very specific problem to which I couldn't find a solution that works perfectly with what I'm trying to do and I have too basic knowledge to get this working myself, so I'm hoping someone much smarter than me can help me out with this.

Basically, I want to hide a water elevator inside a curved wall; for that I want to be able to swap the wall blocks with glass panes so you can walk into the elevator without the water flowing out. This is what I came up with so far:

basic circuit that work in theory

\"elevator door\" closed (full block)

\"elevator door\" open (glass pane)

(gold pressure plate just for presentation)

The problem with this setup is that I need the wall to be flush, so I can't just use double block extenders that push the block, because then the pistons would be visible at the top which would defeat the purpose of hiding it.

I don't know if I'm missing something here and the solution is actually super simple but I really cant figure this out myself.. any help would be greatly appreciated, thank you <3

2 Comments
2024/11/19
15:45 UTC

7

Redstone help

So I need a way where a pulse has to last longer than a certain length to go through, like if the pulse lasts 3 ticks it won’t activate the dispenser but a 4 tick pulse would.

10 Comments
2024/11/18
22:36 UTC

6

cart-less 1728 furnace array (proof of concept), inspire by Wormoncrack's post.

1 Comment
2024/11/18
21:16 UTC

5

need help with pulse order

So I'm trying to power 2 sets of pistons sequentially with 1 input pulse from a sculk sensor but I need them to power in the order of 1 > 2 but the next time go 2 > 1 instead. The closest I could find was a ABBA circuit but that would just power off in the reverse order whereas I'm trying to send the pulse reverse order every other time. Does anyone know how to do this/what I should search for to find it?

I'm new-ish to redstone and am trying to learn to construct my own designs instead of jsut following builds blindly and hoping there is a YT video from everything I wasnt to do.

8 Comments
2024/11/18
20:13 UTC

3

I don’t know the terms to search for what I am looking for…

I want to set up a system that my players can turn in three tokens and get a random prize in exchange. I know how to do it for one item, but I’m not sure what I need to change to make sure three items are used. I don’t even know what this would be called to search for tutorials or previous posts. I would rather know what to look up than be just given the answer, but if you do know of a good tutorial feel free to post it and I will take a look at those as a last resort. Thank you in advance for your help.

9 Comments
2024/11/18
05:18 UTC

0 Comments
2024/11/17
20:57 UTC

5

Need help with a way to enter the vertical trapdoor I made, tried lots of designs but it don't wanna work

3 Comments
2024/11/17
20:48 UTC

1

Riding a minecart trough nether portal creates a new one.

i built a railrode trough my nether portal whic goes the end portal room but whenever i use it with minecart it just creates a new portal on the surface how can i prevent this

2 Comments
2024/11/17
19:17 UTC

0

Looking for a shulker dupe machine.

I've been looking for a shulker duping machine for bedrock 1.21. Does anyone know any? I'm playing on a server, so none of the saving and resetting glitches work. I had an idea where I could move a block so fast that it tricks the game into thinking it's in 2 places at once, but I don't know if it'll work, because I can't find a good setup for it.

2 Comments
2024/11/17
19:03 UTC

9

An interesting discovery

On bedrock edition, when you power a dripleaf, it will not fall. If you do this and put sand on top, the sand glitches between the falling state and being on top of the dripleaf. An observer can observe the block above the dripleaf, creating a very fast clock. Also, if you put glowstone behind the sand in a dark room, it causes odd lighting glitches. Does anyone know how this can be used? I have a feeling it may be useful for something.

6 Comments
2024/11/17
15:29 UTC

Back To Top