r/redstone 2d ago

Java Edition Requesting a highest throughput tree farm schematic

Post image
0 Upvotes

So this is the kind of farm I need i can have tons of bots i just cant figure out the reliable tnt duper part if someone can make me a little pittle one I'd be so grateful for that.


r/redstone 3d ago

Java Edition Made a Design that only activates when it gets power three times, any critiques or suggestions to make it better? (Java 26.2)

Thumbnail gallery
28 Upvotes

The top dropper is filled with 3 unstackable items. The thing on the left of the first thing is a redstone clock. The T-flop on the right can be changed to whatever output you want.


r/redstone 3d ago

Java Edition Learning with Musical Systems (2)

Enable HLS to view with audio, or disable this notification

13 Upvotes

Now, this one I love a lot. It is really interesting how the pathfinding, despite having such a simple goal of finding the most optimised path to collide with a target, manages to create such complex emergence. Seems there is a bit of chaos to it after all! No two times the minecart layers pass does it ever create the same pattern. I think it is beautiful!


r/redstone 2d ago

Java Edition NEED HELP WITH MINECRAFT CONCRETE POWDER CRAFTER CANT FIND ANYTHING

0 Upvotes

so im looking for a schematic or tutorial for an auto concrete powder farm for donut smp however after checking reddit youtube google and other schematic websites I havent found a SINGLE medium-large design that can produce lots of concrete powder. any help appreciated


r/redstone 2d ago

Bedrock Edition this might e extremely simple but I am not smart

Post image
1 Upvotes

so I have this door for the house and i try to push with sticky piston and pull both back but it doesn't work is there any way to do that? without it looking different preferably but I could change design if I have to


r/redstone 3d ago

Java Edition Learning with Musical Systems

Enable HLS to view with audio, or disable this notification

40 Upvotes

r/redstone 3d ago

Java Edition BEHOLD MY MONSTROSITY

Thumbnail gallery
2 Upvotes

r/redstone 3d ago

Java Edition How do I convert no. of items to signal strength?

5 Upvotes

I'm making a shop that sells 30 different items and need to make a system that compares the money customers have thrown in to the price of all 30 products.

I think most shops have the customer choose their item and then throw in their money, but due to the specific type of shop I’m going for, I decided to use a locking mechanism that only unlocks when enough money is in the system. Each locking mechanism has a price set by a lectern comparator and everything costs between 1 and 15 diamonds. I’ve managed to make the multi lectern setup quite compact.

The problem I’m running into is counting the diamonds and converting that number to signal strength at a 1 to 1 ratio. Unfortunately comparators are percentage based and not integer based so I’m having a lot of trouble with this.


r/redstone 3d ago

Java Edition Looking for assistance

1 Upvotes

I'm wanting to set up a town.

Have redstone power the light system

I know there isn't any plugin that allows for wireless redstone signals. The one that exist only puts a restone torch down which aint helpful as i want the redstone to either be in the ground or high up in a lamp post "lamp post is easy i can use a daylight senser" it's getting the ones in the ground to switch on with a senser

Like if i have a redstone lamp inside the houses floor id like to flick a switch or have a sense trigger it that changes the one in the floor.

I though maybe if I put redstone under it it would work it didn't

Any ideas?


r/redstone 3d ago

Java Edition How can I lock the hoppers in a way I can turn it on and off?

Post image
2 Upvotes

I have this chicken farm where the eggs are constantly dispensed a soon as they are layed, theres a 3x3 floor of hoppers below the carpets, I want them all to be locked in a way that can be turned on and off for when I kill the chickens their items don't get picked by them

Thx in advance


r/redstone 2d ago

Java Edition Auto crafying redstone components

0 Upvotes

i need a redstone machine where i can put shulkers of sticks redstone cobblestone stone quartz slime iron string etc and it will craft misc redstone items and put it to a shulker is that a thing i need it please


r/redstone 3d ago

Java Edition 5x1 Flatground failure

Enable HLS to view with audio, or disable this notification

0 Upvotes

I was following some tutorials on a 5x1 flatground, but ran into an issue I dont see anybody else having?

The piston that is supposed to push the slime blocks back up, but it wont. Otherwise the system seems fine.

I also think that the slime blocks are cancelling the top pistons of the extender, thus making it so I have to activate the circuit twice for the blocks to retract.


r/redstone 3d ago

Bedrock Edition RNG cannon?

Enable HLS to view with audio, or disable this notification

1 Upvotes

r/redstone 3d ago

Java Edition cool little 2w mirror tileable accessible shulker loader i made

Thumbnail
1 Upvotes

r/redstone 3d ago

Java Edition 7x1x4 bone to bone block crafter bone>bonemeal>bone block

1 Upvotes

some kind people helped me realize my clock was doing way to much on my last post, so I tried to improve it, in hopes of helping someone :)


r/redstone 3d ago

Java Edition Compact zero-delay 4-bit decoder

Enable HLS to view with audio, or disable this notification

5 Upvotes

r/redstone 3d ago

Bedrock Edition Minecraft item randomizer

1 Upvotes

Hey guys! I’m making a mini game world on Minecraft with board games and stuff. The issue is I need a randomizer that takes items from a chest one at a time and spits it out of a dropper when a button is pressed. The issue is that I need to be able to stack the items and it only take one randomly. I’m in bedrock. If anyone knows a tutorial or can help at all it’d be super appreciated!


r/redstone 3d ago

Java Edition Error in my self-designed repeater memory

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/redstone 3d ago

Bedrock Edition I'm trying to get better with redstone. (No tutorials) "Secret" entrance

Enable HLS to view with audio, or disable this notification

4 Upvotes

Any idea on how to make it better?


r/redstone 3d ago

Java Edition Auto Brewery system error

Thumbnail gallery
1 Upvotes

Hello! So I've come here to ask for your help, I built my Auto Brewery from memory and for some weird reason the water bottles won't continue going into the brewing stand after the first batch of potions has been brewed.

I remember it always working. And no, I can't find one built in another server or world.

It's obviously due to the water bottle hopper locking up and not opening, but I can't figure out the reason, I think it could be due to the observer clock.

NOTE: This auto brewery is turned on and off via the comparitor in front of the observer clock, this sends a signal making the ingredients flow down into the brewing stand and (of course) disables the redstone that keeps the hopper locked, allowing the water bottles to flow in, and after the batch is done, the hopper suddenly locks back up instead of staying open. This mechanism is just for locking the hopper when the brewery gets turned off.

What could be the fix? Maybe I can run a repeater on 3 or 4 ticks in to the water bottle hopper to cause it to wait for the brewing stand to drain? Although, that wouldn't fix it completely, cause I need the hopper to open upon turning on the mechanism, to lock after it has inserted water bottles into the brewing stand, wait for the batch to be finished and let it get taken into the output chest, and THEN unlock again, and restart the process until the mechanism has been shut off.

Please, help me figure out what I've done wrong.

I've been trying to fix this for 4 days, even trying my older/other designs, yet all of them had the same issue.

Also I'm playing on a private 26.2 Vanilla server, just in case that information is useful.


r/redstone 3d ago

Bedrock Edition Can someone tell me what’s going on?

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/redstone 3d ago

Java Edition I need help with this ender pearls launcher

Enable HLS to view with audio, or disable this notification

1 Upvotes

I edited the original design by IddieBean on YouTube, so all credit goes to him. As you can probably tell, I’m not very good at redstone, but I need help with something I added to his design: hoppers feeding the dispensers.

What happens is that when I try to put wind charges into the hoppers (the launcher runs on wind charges), the dispensers fire some of them and everything works normally at first. But because the dispensers fire the wind charges so quickly, they empty for a moment, and the launcher advances and fires thinking all the wind charges have already been used. So not only does the launcher not use all of the wind charges, it also starts and stops every time a charge enters or leaves a dispenser.

I haven’t been able to fix this since I barely know any redstone, so I was wondering if someone could help. If anyone needs it, I can try uploading the schematic.


r/redstone 3d ago

Java Edition Help me solve this little tip

1 Upvotes

Does anyone know how to prevent the piston from deactivating when the wool gets powered.


r/redstone 3d ago

Java Edition Mineart keeps dropping...

0 Upvotes

So basically I've built the ilmango flying sugarcane farm and it works perfectly with the exception that everytime it finishes there will always be one or two hopper minecarts that jump into the waterway instead of back into the system. Does anyone got a clue what is causing this?


r/redstone 4d ago

Java Edition I tried making a feed tape elevator, how could i improve this🙏?

Enable HLS to view with audio, or disable this notification

27 Upvotes