Wireless Redstone Networking in Minecraft

  Рет қаралды 70,054

cubicmetre

cubicmetre

Күн бұрын

Пікірлер: 252
@TheStone190
@TheStone190 2 жыл бұрын
"when u end up crashing Minecraft with what you're doing, you know you're doing something cursed" made me laugh so hard
@jemand771
@jemand771 2 жыл бұрын
6:25 you could actually use this part of the video to explain to people how (ip address) subnet masks work and I think it's amazing that you reached the same solution as humanity did when coming up with that system :D
@cubicmetre
@cubicmetre 2 жыл бұрын
I'm afraid I do not know how IP addesses or subnet masks work. Any similarities between wireless redstone and the field of telecommunications has been entirely emergent thus far, which is why I find it so fascinating.
@engineer0239
@engineer0239 2 жыл бұрын
@@cubicmetre I once built a small serial communication network in Minecraft and had to come up with a protocol. Turns out its very similar to I2C which I didnt even know at the time
@artefox0
@artefox0 2 жыл бұрын
@@engineer0239 really? is it posted anywhere?
@engineer0239
@engineer0239 2 жыл бұрын
@@artefox0 not for public download sadly. It was implemented in a wargear my friend and I built. Wargears are basically buildings with TNT cannons and redstone Systems that duel each other. The cannons were made by my friend and are not open to public because if everyone used the same cannons fights would be kinda boring. So that's why there sadly is no download link. There is a let's show of it though. Wargears sadly basically only exist in the German community so that's why the video is German. kzbin.info/www/bejne/hpepkJ2oj5yhj8U The serial communication was used to transmit the data of the 96 damage sensors to the big display in the bridge. It could also be used to fire all cannons in a certain quadrant and toggle it's inside lights.
@chickenpng198
@chickenpng198 2 жыл бұрын
*This lectern on the right proceeds to look at the left lectern *and the one the left proceeds to look at the one on the right
@letti4285
@letti4285 2 жыл бұрын
I love it when I stumble upon these types of redstone videos and not the generic, rapid style videos that are made for kids.
@jan_Sanku
@jan_Sanku 2 жыл бұрын
More wireless redstone! I'm glad you're making more videos about this, it's criminally underhyped for how cool it is Edit: and it's useful too, combined with a chunk loader you can travel anywhere instantly without the need for a clock or another player popping the stasis
@benemenhall4215
@benemenhall4215 2 жыл бұрын
This. I love when tech players make 'modded' features (in this case waystones) in vanilla by exploiting the games deepest mechanics
@KassaiBenedek
@KassaiBenedek 2 жыл бұрын
@@benemenhall4215 there isn't any exploits used in this contraption these are completely intended game mechanics
@jan_Sanku
@jan_Sanku 2 жыл бұрын
@@KassaiBenedek I think they mean it like this Exploit: to make full use of and derive benefit from (a resource)
@KassaiBenedek
@KassaiBenedek 2 жыл бұрын
Yes but technically an exploit is an unintended behavior I don’t wanna be too picky so sorry about that
@millocracy
@millocracy 2 жыл бұрын
hello vertice :)
@Temari_Virus
@Temari_Virus 2 жыл бұрын
As a someone who had only seen torch and dust encoders and hadn't a a use for them until wireless redstone, the binary encoding was something I immediately jumped onto. I found the original design in the tech mc archive, eventually figured out how it worked, and made my own dustless version. But it wasn't as small and had a delay block instead of every 16 blocks, so I didn't use it. I used 4 bits each for the player and destination, meaning I had an extra unused 0 for each (you can only send a 0 by removing the book). I decided that the 0th destination would be some secret base and the 0th player would activate the all the stasis chambers at the destination, so that I could troll my friends lol
@ГеоргийДмитриевич-ъ4с
@ГеоргийДмитриевич-ъ4с Жыл бұрын
. The observer pattern is strategically positioned to detect certain changes in the surrounding blocks. Observers emit a redstone pulse when they detect a block upgrade, which can be used to activate other components in the Redstone chain. By fine-tuning the pattern of observers, you can create a system that recognizes certain binary codes. When the encoded information matches the desired code, the watcher pattern activates the appropriate mechanisms, such as turning the rails' power on or off, or activating other blocks. The location of the rails below the encoder can be permanently suppressed to provide flashing on pattern matching.
@gauribadukale2397
@gauribadukale2397 Жыл бұрын
​@@ГеоргийДмитриевич-ъ4с and hey would you be intrested to tell me more about this topic, as you seem knowledgeable in encoded tech?
@kingacrisius
@kingacrisius Жыл бұрын
Well you can't send both zeroes, you need to drop at least one item for the signal to exist. If you tried to send the 0th destination and activate all stasis chambers, nothing would happen, because all zeroes is what is read when nothing is happening.
@Temari_Virus
@Temari_Virus Жыл бұрын
@@kingacrisius Basically having each receiver constantly fire 9 droppers was a bit laggy, so I hooked them up to a tiny 1-bit receiver. The main receiver would only fire if the 1-bit receiver first received a signal, so I can actually send all 0s
@seanseal6265
@seanseal6265 2 жыл бұрын
This is just so cool and interesting. BUT WAY over my head. Tech mc is just so mind-blowing, and i love watching the design prosses.
@smileyw3943
@smileyw3943 2 жыл бұрын
Same. Like it looks awesome and it seems cool to learn but my brain would be all over the place 🤣
@notchhero11
@notchhero11 2 жыл бұрын
You know... I had this thought after the first wireless redstone video, but Im saying it here bc I cant avoid it anymore.... This stuff just melts my brain! Im impressed by how complex redstone can truly get and Im super glad I found this channel! Keep up the awesome work you've been doing!
@mrmaxmondays
@mrmaxmondays 2 жыл бұрын
Glad to see you back to postin’ vids!! Watching yours while I edit mine😅
@cubicmetre
@cubicmetre 2 жыл бұрын
Looking forward to see who Harold consumes next...
@BBSplat
@BBSplat 2 жыл бұрын
Hmm, I'd love if you had put more explanation into how the encoder actually functions. I am already familiar with binary encoding, but not with how the pattern of observers used actually results in the desired signal. It looks like the rails below the encoder are permanently powered, and if the pattern matches I assume they will blink off, but I'd love a more specific explanation.
@cubicmetre
@cubicmetre 2 жыл бұрын
I did not design the encoder but I have used it a lot of made a lot of modifications so I have a pretty good understanding of how it functions. It's basically a phase discriminator based on tilable NAND gates. A binary number is breifly loaded into a memory bank, rails running along the length of the encoder will be powered no matter what bit corresponds to them in the memory bank, however bits that were 1 are offset in phase to bits that were zero. The result is that bits that are 1 arrive early and power the rail through the concrete, then bits that were zero arrive later and power the rail through the observer. Only if the number released from the memory bank matches the layout of concrete and observers exactly does a rail for a particular slice actually power off briefly, allowing the binary number to be encoded to a unary slice.
@Eulers_Identity
@Eulers_Identity 2 жыл бұрын
@@cubicmetre unrelated, but I just wanted to say that your channel is criminally underappreciated, you deserve a million subscribers!
@geoffdavids7647
@geoffdavids7647 Жыл бұрын
@@cubicmetre What a fantastic explanation, I now totally get what you mean utilising tilable NAND gates. The signal is only switched off (NOT) on a line if the pattern matches every single bit (AND). So clever.
@geoffdavids7647
@geoffdavids7647 Жыл бұрын
@@cubicmetre Okay I thought I understood it, then I was confused again, now I think I've got it for real - let me know if I've understood it correctly this time. Essentially there are two phases separated by 2 ticks when sending signals to the decoder. You send (in 1st-2nd phase) 1-0 over a line to equate to a 1, and 0-1 to equate to a 0. Observer-concrete slots will shift a signal to arrive at the output one phase earlier than observer-observer slots. If the first input phase is fired at t=0, we fire the second input phase at t=2, and expect the first output phase (transferred through an observer-observer) to arrive 4 ticks later at t=4. We measure the output signal (highlighted with [x]) at t=4. If we get an output of [0]-1 that means 0-1 (=0) was only ever sent over observer-observers, and 1-0 was only over sent over observer-concretes (making it arrive earlier, so at t=4 we're instead getting the 2nd phase) giving the output of 1-[0]. This preserves the off-output at t=4 that equates to a match. If any 0-1 (=0) was sent over any observer-concretes, it would be shunted earlier giving 0-[1], giving an on-output at t=4 that would overwrite the momentary-off signal. If any 1-0 (=1) was sent over any observer-observer, it would not be shunted and so would output [1]-0 at t=4, again overwriting the off-output. In summary, if any signal doesn't match the observer/concrete pattern, it will be phase shifted incorrectly, causing an on-output at t=4 which will power the rails from any position and prevent the off-output from being read, equating to a non-match.
@kingacrisius
@kingacrisius Жыл бұрын
@@geoffdavids7647 That's my understanding of it. The observers on the very end that aren't connected to any bit confuse me, but I assume they are used to ensure the rails are powered at the correct time at the end before the redstone can repower them.
@Illuminati_HD
@Illuminati_HD 2 жыл бұрын
Could it be that you cant destinguish between left and right? 😅
@EmdyMC
@EmdyMC 2 жыл бұрын
Flip it upside down then you see it like an Australian /j
@ImOnFish
@ImOnFish 2 жыл бұрын
@@EmdyMC 🤣
@uncolorr
@uncolorr 2 жыл бұрын
close your eyes and you see it like an asian
@oliverboii7034
@oliverboii7034 2 жыл бұрын
@@uncolorr not cool dude, not cool
@Alayleo
@Alayleo 2 жыл бұрын
@@uncolorr U forgot the /j
@alextilson9741
@alextilson9741 2 жыл бұрын
Hey man, I've been messing with these designs every since your last video on them. Its totally fascinating.
@alextilson9741
@alextilson9741 2 жыл бұрын
Thanks for the awesome content
@codymcguire2855
@codymcguire2855 2 жыл бұрын
Hey Cubicmetre, love your stuff. I was playing on an SMP and was not satisfied with how bulky and resource intensive your self-syncing clocks were so I took some of your ideas and shrunk them way down as well as made some other improvements simplifying a lot of sending/receiving/syncing "codes". I also made some one wide tileable transmitters and receivers that are a bit sleeker than stuff I saw on the channel "QQ". Let me know if you want to see some of that. Keep up all the great work!
@mEkbOk.
@mEkbOk. 2 жыл бұрын
I want to see that, was thinking of making my own on a server with friends and would love something less resource intensive
@kyleyoung2464
@kyleyoung2464 2 жыл бұрын
I'd love to see that.
@JohnDoe-eu2vv
@JohnDoe-eu2vv 2 жыл бұрын
Post a video on it?
@gauribadukale2397
@gauribadukale2397 Жыл бұрын
Hey can you send it to me? Would like to check it out.
@nolan412
@nolan412 Жыл бұрын
My trick w/ wireless redstone was a motion detector around my base. Relying on chunk loading, you can use powered wireless transmitters to activate things when the chunk gets loaded like when another player can see that chunk.
@nickweber2067
@nickweber2067 3 ай бұрын
This is awesome! I've been messing around with it to understand how it works so try making it on my private server soon. Some things to note: The 10 bit binary decoder doesn't actually work. The final bit doesn't seem to register at all, because of the limit on powered rails. If i tried sending a signal with the white bit encoded, it basically acted as if the white bit didn't exist. Also, with 1.20.5+ the world download won't work, because of the changes to hoppers with solid blocks above them. I replaced the glass with powdered snow and it worked fine. After figuring out the whole system, I was able to adjust the bits to have 6 bits assigned to location and 3 bits per location, and expanded the decoder to have 6 outputs per location instead of 4 so more people can use the enderporter.
@cagedgandalf3472
@cagedgandalf3472 Ай бұрын
I figured out how to use the entire 10 bits. You can just use the first 4 bits as the stasis chamber and the last 6 bits for the locations or just use the other side for the stasis chamber
@Rallion1
@Rallion1 2 жыл бұрын
I would love to see this combined with a display of some kind, perhaps even implementing ASCII or some ascii-like character encoding so you can transmit messages, for example between players' bases.
@atomgutan8064
@atomgutan8064 5 ай бұрын
This could be used as an ACTUAL combination lock. The code is set in the stasis chamber receiver and it only receives a signal if the correct code is transmitted. If the receiver is extremely far away from spawn and buried underground, it would be nearly impossible to find and you wouldn't have to travel to it, only teleport to it.
@semsko
@semsko 2 жыл бұрын
Love the design! Very elegant/compact with the binary decoder as well. Thanks for the easy to understand explanation on how to use it regardless of the complicated methodology behind it - planning to use it to keep a clock running in spawn chunks so that clocks elsewhere in my world can have the correct time without having to chunk load at all =D
@AgainPsychoX
@AgainPsychoX 2 жыл бұрын
One of my favourite mechanics in Minecraft!
@benapple9587
@benapple9587 Жыл бұрын
this probably has potential uses with interdimensional redstone, not only being able to communicate with a transmitter, but being able to access said transmitter by building a portal within like 1000 blocks and chucking control items into it,,, the best part being that portals self chunkload when entities pass, so the transmitter would be loaded by the process remotely
@natanduarte5273
@natanduarte5273 2 жыл бұрын
youre a legend dude, my ethernal respect
@sweetbaboo566
@sweetbaboo566 2 жыл бұрын
Amazing video cubic, thanks for fixing the issues that others, and myself, brought up. I'll be sure to let you know if something is broken again :)
@purlsquinn
@purlsquinn 2 жыл бұрын
I'm directionally dyslexic too. Love your content and how you take us through it.
@titouanthetitan6643
@titouanthetitan6643 2 жыл бұрын
So i just spent 3 days figuring all of that out to build a 12 bits stasis network And now you make dat Brb i'm gonna take a little journey into the void Also this works on Paper by the way, in case someone asks you that
@RobertHarris1
@RobertHarris1 2 жыл бұрын
Hey cubicmetre, would love to see some more wavetech content
@f3dyt
@f3dyt 2 жыл бұрын
Thank you very much. I combined this with a simple chunk loader, now I can travel across the world with just a click
@healexhelixvideos4680
@healexhelixvideos4680 2 жыл бұрын
If memory serves, (from back when I messed with the system after the first video came out) you can do 0-15 on both inputs, not just 1-15. For the lectern the 0 is just removing the book. As for the encoding, this can be done in 8 bits if you don't mind 0,0 not working, or 9 bits (as in add a bit that always sends, to show that even a blank message is still a message) if you want the full 16×16 bandwidth.
@cubicmetre
@cubicmetre 2 жыл бұрын
The problem is you can't send a zero as this is interpreted as "do nothing" which means no signal is sent, you need to send at least one bit to trigger the reciever and so you automatically forego the number zero.
@healexhelixvideos4680
@healexhelixvideos4680 2 жыл бұрын
@@cubicmetre That's why I add a 9th bit. It makes it so that there is a signal sent, instead of do nothing.
@kingacrisius
@kingacrisius Жыл бұрын
@@healexhelixvideos4680 Well at that point you're wasting an entire almost half of your information...
@fruitygranulizer540
@fruitygranulizer540 Жыл бұрын
@@healexhelixvideos4680 hmm. if you're going to add another bit, it would make more sense to go from 1-31 instead of 0-15 no? it seems like a waste of a bit
@healexhelixvideos4680
@healexhelixvideos4680 Жыл бұрын
@@fruitygranulizer540 I'm surprised anyone is still responding to this, lol. I remember that I did this to get the full usage of a redstone signal, as sometimes you just need that 16th option. (And this just makes translating between wired and wireless easier.) I relent that it's not optimal, especially at small scale, but it does average out if you go to larger scales. I was more just trying to say that the option existed, as sometimes that's all you need or want.
@immabird7861
@immabird7861 2 жыл бұрын
Commenting to boost engagement, I think more people should know about how awesome this is!
@cubicmetre
@cubicmetre 2 жыл бұрын
Thanks man, appreciate it.
@franciscojoaorossi3096
@franciscojoaorossi3096 2 жыл бұрын
Would be amazing if doc77 use this wireless enderpearl teleport to move to each farm on his perimeter.
@saynator
@saynator 2 жыл бұрын
You were ahead of the time. He just used Wireless Redstone. A different design tho
@sanduchicu7545
@sanduchicu7545 2 жыл бұрын
next vid: "I made an INTERNET adapter in minecraft" would be kinda cool ngl
@JohnDoe-eu2vv
@JohnDoe-eu2vv 2 жыл бұрын
Cubic, pls do a tutorial (or series of tutorials) on how to use masa’s mini mods… you use them so fluidly.
@kyleyoung2464
@kyleyoung2464 2 жыл бұрын
i cant wait for this tech to evolve and get smaller.
@sky_0f_blue979
@sky_0f_blue979 2 жыл бұрын
I want to see these get widespread use in an smp setting so bad, people using these to send messages, then people making huge versions that cover every channel to be able to receive other people's messages, and people making machines to clog up these by having them send signals to every channel all the time
@kingacrisius
@kingacrisius Жыл бұрын
I think messaging would be relatively pointless...lol
@sky_0f_blue979
@sky_0f_blue979 Жыл бұрын
@@kingacrisius it would be but i really wish it wasn't, i feel like there are so many fun and creative opportunities in Minecraft for messaging systems that are just killed by the in game chat
@redstonepotato9756
@redstonepotato9756 2 жыл бұрын
Yea something weird I noticed. Sloped powered rails don’t like being copied in vanilla or in litematica. Sometimes they just delete them self randomly
@chtechindustries4174
@chtechindustries4174 Жыл бұрын
I just realized: why select the stasis chamber? You could have it where, when you send a signal, it opens the first closed chamber! So, first use, opens chamber one. Next use 2, 3, and 4. Here’s how: when a chamber is opened, it toggles two T-Flip-Flops. One prevents it from getting power, the next sends the power to the second one. Rinse and repeat! If you put an ended pearl in, it closes, toggling those 2 toggles. Now it receives a signal, and none of the others do! This would remove the need for a second input! Of course, if it’s for multiple players, then this could instead send one through four based on a key-card, so each play can send only themselves!
@kingacrisius
@kingacrisius Жыл бұрын
...so that you can have multiple players per destination? Why else would you need more than one pod per destination? It would server no functional purpose, you just throw an enderpearl back up into the one you came out of every time you use it...
@chtechindustries4174
@chtechindustries4174 Жыл бұрын
@@kingacrisius yeah, basically. I’m assuming that’s probally why he has 4 pods on his design too.
@valimalidudu7991
@valimalidudu7991 2 жыл бұрын
mojan: we want to create a simple sandbox where u place blocks and kill zombies minecraft redstone experts: *invent entanglement in minecraft
@insanitycubed8832
@insanitycubed8832 Жыл бұрын
Finally! We have a use for Vötgil
@defeatSpace
@defeatSpace 2 жыл бұрын
Cubic isn't a maniac for their wild creations, he's a maniac for not using dark theme redstone worlds.
@deepakrajendra8019
@deepakrajendra8019 2 жыл бұрын
I was already mind broken when I watched the previous Wireless Redstone video. I don't know what this video will do to me!
@ljarasius
@ljarasius 2 жыл бұрын
Crashing a Java-based application is expected, that’s a feature of the language.
@BeefandCheese
@BeefandCheese 2 жыл бұрын
insane video, I would love to build a stasis chanber on survival one day. The only issue is that I'm both dumb and lazy XP
@JohnDoe-eu2vv
@JohnDoe-eu2vv 2 жыл бұрын
This is why litematica exists
@barrytheblue4054
@barrytheblue4054 2 жыл бұрын
this is absolutely brilliant
@enkvadrat_
@enkvadrat_ 2 жыл бұрын
Congrats on 40k subscribers!
@vlazm1853
@vlazm1853 2 жыл бұрын
Another cool video with cool soundtrack)
@Grittled
@Grittled 2 жыл бұрын
I was just having some Ideas for a teleport gate in my Minecraft world, and this came up
@kennymiller5837
@kennymiller5837 2 жыл бұрын
Would it be possible to get a tutorial on how to use litematica? I've got the basics down, but I can't figure out how to do a quick copy and paste, or moving things around like you're doing. Its always an ordeal for me to move ANYTHING lol
@maxiumlin6705
@maxiumlin6705 Жыл бұрын
It's in setting -> hotkey -> cloneSelection, for anyone who haven't yet figured it out. edit: and it will create a placement of copied schematic near you, and automatically enters "paste schematic in worlds" mode. Press m+e (default, under hotkey -> executeOperation) you can directly paste it in.
@noname-codm4590
@noname-codm4590 2 жыл бұрын
Oh, I’m glad this isn’t broken in 1.19. Will mojang remove this in future updates?
@IanMott
@IanMott 2 жыл бұрын
Apply that brain Apply that brain Apply that brain we got a song going here
@incognito_gamer
@incognito_gamer 2 жыл бұрын
what the heck is happening with redstone now. I remember being confused when repeaters came out and now THIS. I'm genuinely scared of how complex some of the mechanisms are. this is a prime example of taking a block game WAY too seriously.
@JohnDoe-eu2vv
@JohnDoe-eu2vv 2 жыл бұрын
When posed with such a question as why? We must reframe to why not?
@incognito_gamer
@incognito_gamer 2 жыл бұрын
lol
@RandomCommenter167
@RandomCommenter167 2 жыл бұрын
After watching this video and several others, I can say with confidence, I have no idea what is going on. Redstone is a sorcery that even God is confused by.
@LegendaryX782
@LegendaryX782 2 жыл бұрын
Bro that shit is crazy and i thought minecraft is about building diamond houses 🤣💀
@TheKamiBunny
@TheKamiBunny 2 жыл бұрын
I listen to these videos an nod in agreement even though I can't understand what's happening and why
@shortycuber
@shortycuber 2 жыл бұрын
I am not sure if this has been mentioned in the previous video of the introduction to wireless redstone, but I briefly remember it being mentioned that it doesn't reliably work in singleplayer worlds. I have been working and trying to implement it on a realm which, when there are no players online the server basically hybernates and on the next person loading it in, causes all receivers to line up, ending up triggering all my pearl chambers across the realm. I was thinking of adding a 3rd tileset to countercheck if that one triggered too, that it wouldn't trigger the receiver but I'd like to have some thoughts on that.
@cubicmetre
@cubicmetre 2 жыл бұрын
That sounds like very odd behaviour, the reliability issues occurs exclusively in singleplayer and is not present on any server that is not hosted locally. So your realms should not be having that issue. It might be that whenever your server is empty all of the chunks unload then when somebody joins the chunks load and mess up the redstone.
@shortycuber
@shortycuber 2 жыл бұрын
@@cubicmetre I seem to have managed a workaround for this specific issue with frost walker boots and an observer, which would check on realm restart for the initial loadup of the chunks and blocking the receivers in their first seconds of working. I suspect the cause to be the dropped items when unloaded and reloaded to change into the same drop cycle, triggering all the receivers without sending a signal. Thought I'd share that info at least.
@tripletrident2314
@tripletrident2314 2 жыл бұрын
Wait till SB737 makes this at the world border and can get there in seconds.
@HelPfeffer
@HelPfeffer 2 жыл бұрын
I really love this
@Qatif
@Qatif 2 жыл бұрын
Can you make fax with it? It would be very cool!
@lsbagnolgamer4932
@lsbagnolgamer4932 2 жыл бұрын
I wanted to understands wireless Redstone so I watched this and the other video 5 times each and I don't even understand this tipe of Redstone so I keep watching them until I understand
@jan_Sanku
@jan_Sanku 2 жыл бұрын
Any tips on building the stasis chambers in survival? I know nothing about advanced redstone like that, and schematica only really helps when pasting in creative since in survival you need to get the order right
@cubicmetre
@cubicmetre 2 жыл бұрын
Try using litematica in layer mode and build it layer by layer, that makes it easier to see where everything needs to go and minimise errors.
@jan_Sanku
@jan_Sanku 2 жыл бұрын
@@cubicmetre Got it. Now I just need to wait for masa to update litematica to 1.19, but he's doing a pretty massive rework of all his mods so that's going to take a while
@kanekopoint4273
@kanekopoint4273 Жыл бұрын
can you include the chiseled bookshelves into this? like a 3x3 grid with 4 shelves for 24 inputs so you can select teleport location. summon dogs. shoot a giant cannon or blow something up with tnt carts activate a lightning machine so they turn their volume down
@kingacrisius
@kingacrisius Жыл бұрын
What? Lecterns are strictly better than chiseled bookshelves for choosing values...also what are you talking about?
@lifedude2943
@lifedude2943 Жыл бұрын
Love ur vids so much
@sixtenwidlund4258
@sixtenwidlund4258 2 жыл бұрын
Notification squad
@kritzmaker
@kritzmaker 2 жыл бұрын
First, there were computers. Then, there was true, wireless redstone.
@seanh2785
@seanh2785 2 жыл бұрын
Wild stuff!
@milutinke
@milutinke 2 жыл бұрын
Edit: it works fine now. It's a shame that this does not work on Spigot, Paper, Purpur since in Spigot there is a patch that changes how the items are counted. if someone who contributes to one of them please add a setting to revert this to vanilla.
@Tubsey
@Tubsey Жыл бұрын
I play on a paper server and wireless redstone works fine?
@kingacrisius
@kingacrisius Жыл бұрын
What are you talking about? It works perfectly fine on them?
@milutinke
@milutinke Жыл бұрын
@@kingacrisius I wrote that when it did not work, there was a patch that fixed it.
@hoveeeer
@hoveeeer 2 жыл бұрын
Imagine merging this with shadow item
@saynator
@saynator 2 жыл бұрын
I‘m gonna build this on a SMP
@robin-town
@robin-town Жыл бұрын
I think there's a reason you couldn't reproduce the reliability issues: 1.19 changed droppers to use a triangular distribution for the position and velocity of the items they drop, which puts a hard limit on the degree of extreme behavior they can exhibit. So the original designs should work now!
@cubicmetre
@cubicmetre Жыл бұрын
At the time there were two unrelated issues that gave similar results, the first one was the random dropper momentum which was addressed by making the clock speed slower. The second was due to people building the telemetry in the spawn chunks to keep it loaded however if there was nobody on the server the spawn chunks would change to redstone processing meaning the entities would just pile up and break the machine the moment it loaded again.
@repeaterlanes8024
@repeaterlanes8024 Жыл бұрын
Theoretically you could probably do it Serially with only 2 channels.
@KassaiBenedek
@KassaiBenedek 2 жыл бұрын
hi really nice video great content
@ianreeves06
@ianreeves06 2 жыл бұрын
What is the reason for the triple activation on the rail on your 10 bit module. Is that the same as with the 6 bitter bc of half the speed of the sunlight clock? Also, i really don't think anyone will ever use a 10bit module, that's why I appreciate it even more that you put in the effort. Could you confirm this for me real quick please. You updated the rail, to make it fit the 10 bits, essentially making it longer and updating the new repeater line, you changed the network setting, the second part of the receiver repeater line at the start, and you made the 3 tick activation on the transmitter. Did I forget something?
@ianreeves06
@ianreeves06 2 жыл бұрын
Also, you were mentioning that the 11th and 12th bit are for the reference. What do you mean, by that, it's not the ender chambers is it, that's bit 9 and 10 no? Did you have a freference point on the 6bit machine? Maybe I'll have to look into it a bit more, note I have only played on the outdated world from your previous video, sorry if I'm being tedious, im just trying to understand since I'm installing this thing on my server atm
@ianreeves06
@ianreeves06 2 жыл бұрын
Also, you have your tiles set up that every bit has the same delay and for every bit, the two rows are just inverted on 3rd and 4th repeater, or do I have blurry vision? Same goes for reference bits, also, where exactly do you paste them in? You had both bit rows next to each other for comparison, and then you chain them together on the receiver is that right? Or do you have one row for transmitting and one for receiving? If so, which one needs to be higher prio?
@cubicmetre
@cubicmetre 2 жыл бұрын
I'd suggest you watch the previous video where I explain how the mechanic actually works and why we use specific tile sets of repeaters for each bit and how we build telecommunication protocols.
@MoonyInspired
@MoonyInspired 2 жыл бұрын
never something has been so 1 in this world of 0s
@invalidstring3447
@invalidstring3447 2 жыл бұрын
A different clock phase could also be used to get an independant transmission, right?
@chimichonga8828
@chimichonga8828 2 жыл бұрын
the chanel repeaters are already doing that so all channels are already in a diferent phase, but adding a delay to the clock I think would also work, tho I am not sure
@adityakumarsethia8717
@adityakumarsethia8717 2 жыл бұрын
Bro plz make a wireless binary coded hybrid storage halls
@cubicmetre
@cubicmetre 2 жыл бұрын
We actually use wireless telemetry similar to this on wavetechs new main storage so that isolated systems can activate the chunk loader without needing a big wire going up to build limit.
@adityakumarsethia8717
@adityakumarsethia8717 2 жыл бұрын
@@cubicmetre*DAMN* *COOL*
@younety4870
@younety4870 Жыл бұрын
I know I'm a bit late on that but I just came across your video and this is the perfect system I need for one of my project, I was just wondering if there is a way to loas chunks in the end as I basically want to travel fast between an end farm and an end base located far away from each other. I have done some research arleady but stumbled across nothing yet and I was hoping you could help me out with that! Thanks if you read and answer that!
@rubyisshin186
@rubyisshin186 2 жыл бұрын
Would it be possible to make a super compact version. Where you could just build if you get lost, have it link up, and teleport back home?
@mattikonig2289
@mattikonig2289 Жыл бұрын
Can I just copy the design from the world download and build it on my server? Or do I have to pay attention to anything?
@cubicmetre
@cubicmetre Жыл бұрын
You could just copy the design however you might miss an important detail for synchronising the telemetry. This wireless redstone is cool but not trivial to implement.
@ZetaPrime77
@ZetaPrime77 Жыл бұрын
Y'think you could make a working radio with a central radio station outputting a signal to be picked up by a buncha different radios?
@kingacrisius
@kingacrisius Жыл бұрын
I don't really understand the point of this. You mean like to send text messages? You could just use the chat. Other than that, it's just a way to send any kind of information depending on how you encode it.
@TrueMikeyQ
@TrueMikeyQ 2 жыл бұрын
Does this requires chunk loaders to work with different locations? And if they do, would they sync if the chunks get unloaded and loaded again?
@chimichonga8828
@chimichonga8828 2 жыл бұрын
all stations requre a chunk loader, but due to the daylight detector based clock they don't need to be resinced as it's the daylight cycle that dictates the timings.
@barrytheblue4054
@barrytheblue4054 2 жыл бұрын
iirc they might need some time to resync after being reloaded, but it will automatically do so
@Caldoric
@Caldoric Жыл бұрын
Ia it possible to have a pared-down receiver that only accepts a single signal from within a given "frequency", instead of multiple signals? Basically, so you can split single-block-wide portions of the receiver amidst multiple locations in a world?
@lafonz7681
@lafonz7681 2 жыл бұрын
Hey Cubicmetre, how do you figure out what delay the repeaters should be set to, to ensure each column in the tileset executes in sequential subtick order? I ended up writing a script to calculate all of the permutations and if anyone is interested I could provide a link to the script.
@cubicmetre
@cubicmetre 2 жыл бұрын
I explain all of this in my previous video about wireless redstone.
@lafonz7681
@lafonz7681 2 жыл бұрын
@@cubicmetre Thanks for the response! I want to walk through how I interpreted how to calculate the tileset to make sure I have the correct understanding and maybe help others understand too if that's okay. First I generated a list of all possible permutations that can be composed from the corresponding repeater chain length and possible tick settings for the repeaters. For example, the possible permutations with a repeater chain length of 2 are: (1,2); (1,3); (1,4); (2,1); (2,3); (2,4); (3,1); (3,2); (3,4); (4,1); (4,2); (4;3) Then for each repeater in the permutation I summed the total number of redstone ticks that have elapsed to figure out when the next restone element will be triggered, e.g.: For permutations (4,1); (2,3); (1,4); (3,2) the sum of ticks for each repeater in the given set gives us the set (4,5); (2,5); (1,5); (3,5), representing the total elapsed redstone ticks after activation for the element following the corresponding repeater. After this, I reversed each element in the set of total elapsed redstone ticks to get: (5,4); (5,2); (5,1); (5,3) I then sorted this set lexicographically to ensure the total elapsed redstone ticks of redstone elements later in the chain were prioritized over elements earlier in the chain. After this ordering we'll get: (5,1); (5,2); (5,3); (5,4) After all of these calculations, we now know the correct ordering for the tileset consisting of 2 repeaters in the chain and how many redstone ticks will elapse until the droppers trigger! The correct ordering of the above example is: (1,4); (2,3); (3,2); (4,1) with a total delay of 5 redstone ticks until the droppers trigger. Sorry for the wall of text but does all of this sound correct? This is my understanding of how to figure out the tileset for a given length of repeater but I might be missing something.
@kingacrisius
@kingacrisius Жыл бұрын
@@lafonz7681 Yes, that's correct. A very convoluted way of doing it, but you end up with the right result. It's also important to note that comparators also have 1 tick of delay, but will occur later in the tick than 1 tick repeaters.
@poklianon
@poklianon Жыл бұрын
What about items that can randomly spawn somewhere in the world at the same tick as checked items? Doesn't it result in false positive messages? Unlike that sterile environment on the server the sorters and unloaders generate huge amounts of item entities
@kingacrisius
@kingacrisius Жыл бұрын
They physically cannot spawn in the portion of the tick that the machine uses. The only possible way for it to be interfered with would be someone happening to use the exact same combination of repeaters, observers, comparators, etc such that it perfectly coincides with your own.
@entokyado568
@entokyado568 2 күн бұрын
doesn't just drop a item breaks everything?
@cubicmetre
@cubicmetre 9 сағат бұрын
No, the tick phases are insulated by the repeater chains being synchronised by the daylight detector clocks.
@MYRMAGICYT
@MYRMAGICYT 2 жыл бұрын
can u do a build tutorial
@MaxNoMillion
@MaxNoMillion 2 жыл бұрын
How would go about adding more enderpearl stasis chambers? Is it as simple as adding one or two slices in the encoder to get you one or two more bits? I'm think in terms of a server with 6-10 players that would need individual chambers.
@cubicmetre
@cubicmetre 2 жыл бұрын
Each stasis chamber needs a unique binary number to address it, so you are limited by the maximum number you can transmit. For 6 bits that is 256 however we have split that into 4 stasis chambers times 15 stations. To obtain more statis chambers you can use more bits but the interface will be a bit harder to use.
@pteradacktel1427
@pteradacktel1427 2 жыл бұрын
hi! tried this thing. It is awesome! But i couldnt get first bit to work i can set up modules with any bit, but first one(2 4 6 8 10 12 14) if i were to set up module with for example number one (1+0+0+0) it will not set off pearl chamber same goes for modules that include first bit (1+x+x+x) how can i fix it?
@cubicmetre
@cubicmetre 2 жыл бұрын
Your encoder might be configured incorrectly and is not responding to the bits properly.
@pteradacktel1427
@pteradacktel1427 2 жыл бұрын
@@cubicmetre Hi! I found one out what the issue was rn i play in my hardcore world in 1.16.5 that's why i had to rebuild this machine firstly i wanted to test it, so i built it in creative during building i decided not to place walls manually, but use World Edit instead that's why one of the walls was left in unupdated state that's why it didn't transfer signals that's why machine didn't sent any signals that included first bit
@CriticalCipher
@CriticalCipher 2 жыл бұрын
I expanded on the last design and made it so the 10 bit is split for 6 bits of locations and 4 bits of players, issue is that binary 0 and binary 4 activate at the same time same for binary 1 and binary 5 and so forth. Is there a way around this issue besides building a second receiver that has the msb changed and creating that change via the player selector on the encoder?
@laurencianagabriel684
@laurencianagabriel684 2 жыл бұрын
at about 2050 we will have about a complete satelite
@frisk.is.agender5732
@frisk.is.agender5732 Жыл бұрын
Has anyone created a slightly simpler system using only one stasis chamber per module? I'd really want to build a smaller version but I don't know enough about redstone to understand what parts to modify. Also does this work in 1.19?
@kingacrisius
@kingacrisius Жыл бұрын
It does work in 1.19 and 1.20 and I would show you how to make it one per module but it would be annoying to try to communicate it and I suspect you no longer would have any use for it
@AndItGoesBOOM
@AndItGoesBOOM 4 ай бұрын
This concept has actually been around for a while but not a lot of people have worked on it kzbin.info/www/bejne/i2OrhWaCa9OegKMsi=vstweDcVGiUULrlD is a video with a compact design.
@frencpios781
@frencpios781 2 жыл бұрын
I know it's not your "job" but i''ll ask anyway...can you pls do a 1 person for singleplayer word tutorial for how to make a wireless redstone machine + stasis chamber? It would be very useful (and popular for sure)
@JohnDoe-eu2vv
@JohnDoe-eu2vv 2 жыл бұрын
Just remove the other 3 observer tilesets and use them elsewhere in the world. Bear in mind from the first video, this is not reliable in singleplayer.
@enkvadrat_
@enkvadrat_ 2 жыл бұрын
Do you think he would be fine if I did a tutorial? With all proper cred and liks ofc
@caspermadlener4191
@caspermadlener4191 2 жыл бұрын
Is the singleplayer issue fixed? At least, players in singleplayer don't change their entity ID anymore, so I assume they fixed the enitire bug?
@estrawitch
@estrawitch Жыл бұрын
what if someone drops an item while you run the machine wouldn't that break the wireless redstone
@cubicmetre
@cubicmetre Жыл бұрын
Nope, the item entities are dispensed in the block event phase and so can only be affected by items dispensed by droppers in the same phase, then you can control which droppers fire first using tile sets.
@Q-uj9qv
@Q-uj9qv Ай бұрын
Now the One Million Question: Does it work on paper server? 😅
@SigmaGMD4
@SigmaGMD4 2 жыл бұрын
"lets build a mass dirt farm" Or yOu CaNT Do THaT?
@Dimitry4Life
@Dimitry4Life Жыл бұрын
What if you half the clock on the transmitter and sync them once more? Doesn't that work too?
@vltir
@vltir 2 жыл бұрын
What causes the issue at 3:35. Are items not landing on the ground before the trapdoor opens?
@Games-nl2ri
@Games-nl2ri 2 жыл бұрын
In what versions would these machines work?
@kingacrisius
@kingacrisius Жыл бұрын
All of them after ender pearls were made to be affected by bubble columns. And if you don't care about the enderpearl stasis, then any version since observers were added.
@engineer0239
@engineer0239 2 жыл бұрын
The limit of stasis chambers per station with this decoder is 6 max right? Otherwise the outer rails on the top layer wont get fully powered anymore or am I missing something?
@kingacrisius
@kingacrisius Жыл бұрын
It could be up to 9 with a very simple modification of a line of observers right before the rails on top of observers. There's probably a way to get it past that, but it wouldn't be nearly as trivial as the above change.
@proxima8574
@proxima8574 2 жыл бұрын
never clicked so fast
@HelPfeffer
@HelPfeffer 2 жыл бұрын
Haha, same
@tristanvanvalckenborgh4817
@tristanvanvalckenborgh4817 2 жыл бұрын
This is the java version right? But i play on Bedrock so is it possible to add a link so i can play it on Bedrock. PS: i was shocked when i saw this video WIRELESS REDSTONE i was like wtf is this ive never heard or seen it before. I also tought that it was impossible whitout commandblocks so im verry impressed. BIG THANKS
@enkvadrat_
@enkvadrat_ 2 жыл бұрын
Since you just got java for free just download it
The Wonderful World of Wireless Redstone
24:08
cubicmetre
Рет қаралды 364 М.
How Dolphins can upgrade your Storage System
21:16
cubicmetre
Рет қаралды 212 М.
GIANT Gummy Worm Pt.6 #shorts
00:46
Mr DegrEE
Рет қаралды 36 МЛН
Фейковый воришка 😂
00:51
КАРЕНА МАКАРЕНА
Рет қаралды 7 МЛН
The Most Obscure Wireless Redstone Tech (and why it's useful)
13:00
We Built the Internet in Minecraft
25:18
Branzy
Рет қаралды 2,9 МЛН
WIRELESS Messaging in Minecraft 1.17
12:22
Mumbo Jumbo
Рет қаралды 1,4 МЛН
Wireless Redstone einfach erklärt
41:33
TheJoCraft
Рет қаралды 100 М.
I Made A Wireless Telegraph In Minecraft!
24:13
jazziiRed
Рет қаралды 273 М.
I built a 3D RAY-TRACER using REDSTONE  (Minecraft) + Download
7:09
Rare Anomalies in Minecraft #7
29:53
Rovant
Рет қаралды 269 М.
Complete Binary to BCD Tutorial Part 1: What is double dabble?
56:51
VFX Artist Reveals the True Scale of Minecraft
14:28
Corridor Crew
Рет қаралды 1,8 МЛН
We Broke Minecraft's Largest Storage
22:55
cubicmetre
Рет қаралды 77 М.