@debianer

ITS CALLED RAM! The game at start gets loaded into ram because ram is faster than a HDD or even a SSD. Textures, that dont get used often, those dont get loaded into ram to save ram. Some parts of Shaders get run every frame so they get used very often so it makes sence for them to get loaded into ram (in this case VRAM (Video Random-Access Memory))!

@Mihacappy

"Weird purple black square texture"
That's the fallback for when a texture fails to load
Edit: people seem to be confused as to where this type of fallback was used first. Source 2004 that powered Half-Life 2 was the first game engine to do this. GoldSource did not have fallback textures.

@Greedy-Allay

The shaders would just work normally because it is in your VRAM, which, when loaded does not need anything from the ssd. Unlike game assets, which do not all get loaded at the same time, shaders just get loaded fully once.

@lasterlol3804

1:46 "Don't look directly at the bugs" perfect timing

@AuroraNemoia

two protips for doing this in the future:
1. windows has a failsafe if you spamclick the X on a window. I am serious. It will popup the end task window.
2. Windows 11 has an option, buried under developer settings, which adds a "end task" option if you rightclick an icon in the taskbar.

@ARandomOSDever

most probably the reason why bedrock crashed but java didn't is because of how they handle invalid file handles

@FortniteOG420

4:24 Loading Minecraft on grandma's ancient PC be like

@lloydsonic

0:51 can you beat minecraft with dementia?can you beat minecraft with dementia?

@radwl

I tried the same thing for java and the game kept working even after i unplugged my usb drive. It was constantly spamming warnings about how chunks couldn't be saved, but other than that it was running with no issues. Try to have the launcher on your computer and simply change the install location of the game to the usb stick. That way, when you remove the usb you only delete the game, not the launcher too.

@amikoizumi341

The purple and blue checkered pattern is used to symbolized either corrupted textures or missing textures your file was probably corrupted when you transferred it to the usb

@Salisphere

masterpiece video, looking forward to see your channel become famous!

@MrJello8bw

underrated channel, good video

@bloodystatic4156

AntVenom would be proud!

@Ahad_not_adhd

i like this expersiments keep going nice vid ❀❀😁😁❀❀😁😁

@kokogaming61

5:30 at that time mc couldnt save the world and is stuck on saving world cus those unsaved chunks werent being saved and mc is trying to save em its like there stuck in a state of limbo

@manwithtwoeyes6911

I love watching videos that answers questions I never ask

@GabboStuff

I've been playing terraria for a week and i am already noticing the music in youtube videos

@NymJohnie

Good video I enjoyed I liked a subbedπŸ‘

@Mr_Skeely

So Minecraft is bug proof β€œkinda”

@Cloud67TR

you can do this without using external programs on linux because linux lets you delete files that are in use
(rm -f / rm --force)


EDIT: THIS IS NOT `sudo rm -rf /* --no-preserve-root`
this does NOT delete everything!!!
this is the rm command,you can use it to delete everything but you can use it to delete singular files
(/ meant "or" in my message)
also you can't delete root without adding a * or --no-preserve-root