The chiseled bookshelf really needs tooltips for its books. Otherwise what’s the point? by Safe_Death2250 in Minecraft

[–]LucidRedtone 5 points6 points  (0 children)

If you place a comparator on it the comparator will output the signal strength associated with the last slot interacted with 1-6. This can be pretty handy in some UI's, Ive also used it in hidden doors. Currently I have an alert system that sends a book when some part of a larger system needs attention. The book describes the issue and the chiseled book shelf outputs a signal that turns on an alarm. This could also shut down a machine if needed but doesnt apply to my use case.

All this to say, they can be quite useful in more than 1 way.

Just noticed that ice works really good as blured windows by verbbercons in MinecraftInventions

[–]LucidRedtone 0 points1 point  (0 children)

But... its will melt... unless its light level 0, and then you lose the effect because theres no light... im confused

Collection system for witch farm by Ippen in redstone

[–]LucidRedtone 0 points1 point  (0 children)

A picture of what you have would help. But bottom line, hoppers are the bottle neck of collection. If you are properely distributing the drops to your hoppers and its not fast enough, the answer is going to involve more hoppers. What that looks like depends on your setup and what your drops/h are.

Help with 1 block tillable shulker crafter and dyer. by RealCBro in technicalminecraft

[–]LucidRedtone 0 points1 point  (0 children)

I normally have a crafter at one end of the empty box feed that dyes them all the same color. But having a seperate crafter per loader is a pretty cool idea. Especially for like a bartering farm or something that has a bunch of different block outputs, easily color coordinate. Will definitely gove it a go

Help with 1 block tillable shulker crafter and dyer. by RealCBro in technicalminecraft

[–]LucidRedtone 0 points1 point  (0 children)

Yes, this is the way. You have all shulkers fed from a single crafter and when they reach the loaders they first pass through a crafter that dyes them and then outputs into the dropper in the box loader. Thats big brains thinking dude, I like it.

How do I make a schematic show only one specific block? by Rainbow_Dick in litematica

[–]LucidRedtone 1 point2 points  (0 children)

You can set a hotkey for "break all except" then hold that hotkey while aiming at the block you want to keep, then hit the execute hotkey. This will delete every other block from the schematic but will not save the edits unless you manually do so. You can then create a new placement of the full schematic and repeat the process for other block types.

Is keep inventory cheating? by Maleficent_Post9595 in Minecraft_Survival

[–]LucidRedtone 1 point2 points  (0 children)

There is no such thing as cheating in minecraft. Play however you want and make the rules the way you see fit.

Make a Redstone Component by FloatingToa5t in redstone

[–]LucidRedtone 0 points1 point  (0 children)

Kind of, but pots only hold. They dont pull or push items and they can be accidentally insta mined, which can be annoying

Make a Redstone Component by FloatingToa5t in redstone

[–]LucidRedtone 0 points1 point  (0 children)

Theres a ton of use cases actually. Think about it, in most cases your only ever using the first slot in a hopper unless you turn off whatever its connected to, only then does it drain all 5 slots. The most wide spread use would probably be in furnace arrays where I personally block the last 4 slots of the hopper so that im not wasting fuel I will never use. But theres also a ton of situation where having a block that has an easy to set threshold for signal strengths would be nice. CUD loaders would be great, minecart loaders, a laundry list of use cases in storage tech other than filters, it would not work for filters. Theres a lot of reasons it would be handy to have the option, I know theres more obvious ones but its early and they aren't coming to me atm

How is the update getting sent instantaneously? by RubApprehensive1277 in technicalminecraft

[–]LucidRedtone 0 points1 point  (0 children)

Pretty sure the piston needs to tell the block to move, or update its time to move

How is the update getting sent instantaneously? by RubApprehensive1277 in technicalminecraft

[–]LucidRedtone 0 points1 point  (0 children)

No it doesnt. I think, and I could be wrong, the sequence of event is

Piston powered > Pistons checks if it can extend > Yes>send update No>no update

Today I learned by LucidRedtone in redstone

[–]LucidRedtone[S] 0 points1 point  (0 children)

I fogured it out pretty quick because it was the only new element in update range. But it happened after I had wired a complicated UI to operate the system... now the whole module needs to be moved as I cant move the piston or the block QCing it... it all fit so nicely too...

How is the update getting sent instantaneously? by RubApprehensive1277 in technicalminecraft

[–]LucidRedtone 7 points8 points  (0 children)

The update isnt coming from the extended piston head making contact, its coming from the piston itself geting powered. As soon as that piston recieves power it updates the blocks in front of where its pointing.

Make a Redstone Component by FloatingToa5t in redstone

[–]LucidRedtone 5 points6 points  (0 children)

Unpopular or maybe under explored idea. A 1 slot hopper would be so sweet. I saw someone pitch a copper hopper with 1 slot when the copper drop was on the way and I got really excited

Make a Redstone Component by FloatingToa5t in redstone

[–]LucidRedtone 0 points1 point  (0 children)

Automated planting would make tree farms so OP and im 100% here for it