INSTANT wire Binary Decoder Tutorial

  Рет қаралды 12,611

Mr_Korwaldski

Mr_Korwaldski

Жыл бұрын

This Is a binary decoder wich uses Instant wires, so wheter you decode 0 or 511, the delay is the same.
I made it by uprgading ‪@Kahyxen‬ Binary decoder with instant wires
Download the instant wire decoder on my discord server:
/ discord
My Patreon:
/ mrkorwaldski
Robust Instant Wire By Kahyxen:
• Robust Instant Wire | ...
Decoder V2 By Kahyxen:
• Decoder V2 | Minecraft
Get yourself an affordable minecraft server ! 🌐billing.kinetichosting.net/af...
Looking for a Minecraft server? Look no further! Kinetic Hosting offers affordable packages and high-performance servers tailored to your gaming needs.
💎 *Affordable Packages:* Find a plan that fits your budget without compromising on quality.
🔧 *High Performance:* Say goodbye to lag! Experience seamless gameplay on powerful servers.
🔄 *Server Splits:* Need an extra server? Their server splits feature lets you allocate your resources across multiple servers without the need to order an extra one.
🎮 Use code MK for 15% off your first month!
🌐 Create your server now !: (billing.kinetichosting.net/af...)
Redstone Tweaks 2.0 | Minecraft Redstone Resource Pack | 1.19.x
• Redstone Tweaks 2.0 | ...

Пікірлер: 50
@MrKorwaldski
@MrKorwaldski Жыл бұрын
Thank You for 10.000 subscribers !
@NoahCuzn
@NoahCuzn Жыл бұрын
Congratulations! From your first follower on Instagram!🥳
@MrKorwaldski
@MrKorwaldski Жыл бұрын
Thanks, almost forgot I also made an instagram account, maybe I should actually start posting stuff there haha.
@DaisiesTC
@DaisiesTC 11 ай бұрын
The potential this has for map creators is pretty insane. Pretty sure this could allow for some cool set-pieces.
@FerociousCookie
@FerociousCookie 2 ай бұрын
You could use this and code each block in your storage with a binary code, then you can have auto crafters that call for resources from specific chests to fill itself up when stock is low, you could have a fully automated, self crafting, storage system that you just need to walk in and input items then it would fill every slot, including crafting things using raw materials, you could even call for redstone torches with this to make repeaters or fully auto dispenser storage that refills over time whenever you take things out. This makes that so much more compact (even though it’d still be a behemoth)
@MrKorwaldski
@MrKorwaldski 2 ай бұрын
Yes thats actually what were doing right now. I already have a video on my channel about storing all the crafting recipe :)
@vitacz4751
@vitacz4751 Жыл бұрын
With this much progress in redstone computers I'm really hoping one day we see an OS made, especially looking forward any way of making displays with colors and not mundane redstone lamps
@minedeath-pvp2768
@minedeath-pvp2768 Жыл бұрын
Incredible stuff 🙌🙌
@the_witchdoctor
@the_witchdoctor Жыл бұрын
WorldEdit paste can be done without messing up the rails but you need to do two things first: '//perf off', and '/carpet fillUpdates false'
@MrKorwaldski
@MrKorwaldski Жыл бұрын
That works, Thank you ! This is going to save me a lot of time :)
@the_witchdoctor
@the_witchdoctor Жыл бұрын
Nice use of doors! My first instinct in that situation would have been trapdoor with a wall below, but a door is probably cheaper and easier for building in survival
@letsseethegame55
@letsseethegame55 Жыл бұрын
I really love that 🥰
@finalER
@finalER 7 ай бұрын
you redstone genius! ♥
@AdamSchadow
@AdamSchadow Жыл бұрын
I'm sorry but there is already a drastically superior version I showed off that B1nary came up with that uses cobble walls.
@MrKorwaldski
@MrKorwaldski Жыл бұрын
Oh thats awesome, I wish I had seen that before making this video haha. I think im going to use your version in my future builds if I may.
@chexo3
@chexo3 Жыл бұрын
Do you have a video or other write up on it?
@AdamSchadow
@AdamSchadow Жыл бұрын
@@chexo3 Yes its on my yt channel.
@iPlayGamesX
@iPlayGamesX Жыл бұрын
I think I have a 99% better one but ok
@AdamSchadow
@AdamSchadow Жыл бұрын
@@iPlayGamesX show us
@ligmajoe6484
@ligmajoe6484 Жыл бұрын
holy moly
@Biiiivv
@Biiiivv Жыл бұрын
Gawd damm, this is getting insane, when do you think we'll get to the required computing power to run, say, MSdos?
@nad2040
@nad2040 Жыл бұрын
What do you mean by computing power?
@Biiiivv
@Biiiivv Жыл бұрын
@@nad2040 I mean like virtual system specs
@MrKorwaldski
@MrKorwaldski Жыл бұрын
Well MSdos has way higher system requirements than any minecraft pc I'm aware of. So probably not soon.
@auxod3219
@auxod3219 Жыл бұрын
There was also an AndrewTechMC's instant wire decoder which deserves your attention.
@NoahCuzn
@NoahCuzn Жыл бұрын
That is very cool, good job! But will this work in the latest version?
@MrKorwaldski
@MrKorwaldski Жыл бұрын
Yes this works in 1.19.4
@NoahCuzn
@NoahCuzn Жыл бұрын
@@MrKorwaldski For me, the very bottom rail in the instant rail line keeps clipping to the rail beneath the top observer. Would having litematica fix the problem?
@MrKorwaldski
@MrKorwaldski Жыл бұрын
@@NoahCuzn did you place the diagonal rail last ?
@NoahCuzn
@NoahCuzn Жыл бұрын
@@MrKorwaldski Thank you so much!
@enricofischer1330
@enricofischer1330 7 ай бұрын
A cpu for this sounds interesting you have to balance density and performance without sacraficing one or the other. I would propose Adresses that can store 12 bit, But only return the last 8 bits The cpu has one register with 8 bit And while reading over a memory lockation it would treat the other 4 bit as an instrucktion that is performed with the value at that adress. You could have a 8bit cpu that can addres 16bit by treating the 8 bits in register and the bits 8 bit in memory as a 16 bit addres. So 16bit jumps and reads are possible writing could be done to a screen Also 0000 would be best for nop(no Operation) as that would mean you don't nead to manualy change values. So you could make writes be to screen with 128x64 res with 8 colors. How so : Using the value in register and the value at the current position you can use 1. 3bits for collor(8 different) 2. 7bits for x-Koordinate 3. 6bits for y-Koordinate The pluss is you can draw a vertikal lines if you have a value one bigger in your next lookation You can then implementieren multiple cores that operate on different Segments in data(simultanuasly) Display with 512x256 res that has 8 colors and 4 cores for 128x64 res each with an additional interupt handler that makes your cores jump to some lockation in memory and perform computation from there(making it posible to page throug multiple puctures)
@JonathanKnowles-dn8hc
@JonathanKnowles-dn8hc Ай бұрын
I would like to have a tutorial but slowed down. So I can understand what you're saying. Cause I can't understand how fast you're going. Cause I play on an Xbox.
@camhimes1594
@camhimes1594 8 ай бұрын
where'd you go to buddy
@justinindustries2747
@justinindustries2747 8 ай бұрын
Do you do irl electronics?
@MrKorwaldski
@MrKorwaldski 8 ай бұрын
A little bit. I build a CNC router in my living room, and I soldered the CNC controller board myself, the CNC I designed myself, but not the controller board someone already designed what I needed so I used that. I'm currently also working on a DIY racing sim setup which will be entirely my design. I thought about making a second channel so I could also make videos of those projects.
@justinindustries2747
@justinindustries2747 8 ай бұрын
Cool, I also do irl electronics and Minecraft Redstone.👍@@MrKorwaldski
@the_chungus_humongous
@the_chungus_humongous 8 ай бұрын
i have no idea why but the instant rails will not work for me. i’ve built them exactly as you have to the specifications but, every time i activate one, i get an update loop where the rail keeps updating itself and never shuts off after testing it with a redstone signal. it might be because i’m trying to do this on pocket edition.
@Nebula_Kakapo
@Nebula_Kakapo 7 ай бұрын
pocket edition doesnt have bud powering, which is how this works. there is a way to make instant wires on bedrock though, and u can make a decoder with that. (put observers facing into the rail line, not away, every block. it uses a bug so it might be patched soon.
@pfomrak
@pfomrak Жыл бұрын
now make universal encoder and decoder
@ArThur_hara
@ArThur_hara 7 ай бұрын
What happens if you use a mod to make blocks smaller?
@ItsMrFive
@ItsMrFive 7 ай бұрын
if the blocks work like a direct 1-1 copy, it would make the entire thing smaller. buuuuut if you're using mods then why even use this system instead of a modded one thats only one block?
@EggMcMuffins
@EggMcMuffins 13 күн бұрын
It won't work for me. All of the repeaters went off for 1 tick, but the one that i wanted on didn't go off for 2 EDIT: Nvm, I just forgot that the top was supposed to be inverted
@PIXELCRAFT_HD
@PIXELCRAFT_HD 11 ай бұрын
Can this run at 10 hz
@ItsMrFive
@ItsMrFive 7 ай бұрын
it takes 8gt's to update meaning its max speed is 2.5hz
@ItsMrFive
@ItsMrFive 7 ай бұрын
you skipped a huge step at 5:32 where you explain that entire top half
@johgu92
@johgu92 7 ай бұрын
I literally don't understand anything
@DoctorTemblor
@DoctorTemblor 2 ай бұрын
I gave you a thumb down, so now you have 8 dislikes and 512 likes.
I Made a Neural Network with just Redstone!
17:23
mattbatwings
Рет қаралды 558 М.
I Made A Wireless Telegraph In Minecraft!
24:13
jazziiRed
Рет қаралды 268 М.
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 3,1 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 108 МЛН
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 9 МЛН
She ruined my dominos! 😭 Cool train tool helps me #gadget
00:40
Go Gizmo!
Рет қаралды 41 МЛН
Encoders & Decoders | Logical Redstone #2
12:52
mattbatwings
Рет қаралды 161 М.
This Massive Redstone Display Almost Broke My PC
18:10
Mr_Korwaldski
Рет қаралды 519 М.
The Fascinating Math behind Piston Extenders #SoME3
20:08
mattbatwings
Рет қаралды 557 М.
This Mod Makes You Better At Redstone
8:47
mattbatwings
Рет қаралды 432 М.
The World of Unconventional Redstone
8:06
Squibble
Рет қаралды 185 М.
I Designed My Own 16-bit CPU
15:46
AstroSam
Рет қаралды 1,9 МЛН
These Railways Are Controlled By VILLAGERS!
12:49
Michael2_3B
Рет қаралды 32 М.
Accessing the True potential of Rails
7:17
Squibble
Рет қаралды 141 М.
ЗАХОТЕЛА В ТУАЛЕТ НА УРОКЕ в ROBLOX!
21:40
Family Play TV
Рет қаралды 500 М.
[RU] BLAST Spring Groups 2024 - Day 5
4:46:21
RLG PARI RU
Рет қаралды 337 М.
BLAST Premier Spring Final 2024 Presented by Revolut: GRAND FINAL (BO5)
6:2:58