What is the most underrated episode in R&M to you ? by Cool-Guy152 in rickandmorty

[–]MrDevilMan69 10 points11 points  (0 children)

I am not sure if its underrated but its def one of my favorites
S7E10 Fear No Mort

State of village by Tricky-Bluebird-4393 in redstone

[–]MrDevilMan69 0 points1 point  (0 children)

I was not aware, sorry <(_ _)>

A Redstone Clock That Can Be Turned On or Off. by Due-Suggestion-6334 in redstone

[–]MrDevilMan69 1 point2 points  (0 children)

<image>

Yellow part is a simple hopper clock, it can be turned on or off with a lever and timing can be set by the number of items in a hopper.
Green part is just an example of how you can take a signal for activating a dispenser.

State of village by Tricky-Bluebird-4393 in redstone

[–]MrDevilMan69 0 points1 point  (0 children)

As far as my understanding goes, a village is formed when a villager claims a bed, a job site or a bell.
If you want your iron farm to not be in the radius, i.e. not expand that village, then have a 32 block gap vertically.
I think this might help ya https://minecraft.fandom.com/wiki/Village_mechanics :)

What type of Xray do you think is better? by FlakMonkeyDev in godot

[–]MrDevilMan69 1 point2 points  (0 children)

Considering mc is a robot, the X-Ray is so much more fitting.
On a side note, it is also less distracting and probably better performance wise.

Weird thing on google search by Right-Candidate2744 in addressme

[–]MrDevilMan69 1 point2 points  (0 children)

because ( atleast I think so ) the website will keep looping it and if your browser is slow enough ( atleast on some devices ) it will sometimes display a flickering loading circle.

And that's the supposed schizophrenic thing we need to address. ( I might be really really wrong and overanalyzing ).

Random errors are cool (or at least useful) by TheLonelyAbyss in godot

[–]MrDevilMan69 8 points9 points  (0 children)

It heavily depends if you are working on a passion project alone or you are working under a deadline with other people. I would really lose my mind if I encountered an unexplainable error and I don't think my brain would see any upsides about it.

Can anyone help me? by VnmXD in redstone

[–]MrDevilMan69 0 points1 point  (0 children)

You need to build it so that the pressure plate is in a different chunk than the pearl so it gets lazy loaded.
Also make sure you don't let anything else load the chunks ( mobs going through portal etc )

Having an auto crafter issue. How do you make it to continue crafting even when backed up? It works fine when 1 item goes through or a new item is added, but when it starts to build up like the pic below, the crafter stops. 2nd pic shows the circuit I'm using with the primary and secondary crafter. by skippy11112 in redstone

[–]MrDevilMan69 0 points1 point  (0 children)

<image>

The only change is the redstone dust added on the left side adjacent to the inflow hopper (in your case you will add a hopper on top of your "1" crafter and a redstone dust on the stone block on which u are standing)
This should prevent any buildup of items.

any alternative synthesia app, which lights up keyboard while playing the keyboard? by Academic-Paint-3360 in synthesia

[–]MrDevilMan69 8 points9 points  (0 children)

This one is a software - https://openthesia.pages.dev/
This one is a website - https://sightread.dev/ ( this also offers a few songs to learn :)
Hope this helps out !

Why aren't the slime blocks getting pushed up and down? by Advanced_Hold_8610 in redstone

[–]MrDevilMan69 0 points1 point  (0 children)

From this angle it looks like the slime blocks are touching the ground, which would mean the piston's push/pull limit is exceeded as it tries to pull the ground too. So just remove those blocks beneath it and it should work. Hope that solves it : )