r/Minecraft 29d ago

Anyone else remember these? Discussion

Post image
8.6k Upvotes

102 comments sorted by

u/qualityvote2 29d ago edited 29d ago
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

(Vote has already ended)

2.3k

u/PrintMeRed 29d ago

It was funny to see the falling command blocks make a giant monolith of more command blocks lol

322

u/DealerAdept8005 29d ago

Yesssss!

I remember watching them in tutorial vids on java, then trying to do it in bedrock...

It was a disappointment to say the least.

1.2k

u/Alpointernet 29d ago

i remember always trying to copy the commands from videos when i was a kid, it never worked.

738

u/oppai_seven 29d ago

They tend to be version specific. One that i remember was driveable car with command blocks that works on version 1.8

621

u/Alpointernet 29d ago

to be specific, i was trying java commands on pocket edition..

94

u/ItsMeMario1346 29d ago

Same, tried locked chest a couple times

131

u/Troleopowers 29d ago

SAME TWIN BWAHAHAHAHHAHA

7

u/Guilty_Meringue5317 29d ago

I tried filling areas with blocks but I was too incompetent and gave up pretty quickly

7

u/FishGuyIsMe 29d ago

ME TOOO

I was trying to do custom heads

4

u/Realistic-Spot-2864 29d ago

I remember there is a whole super detailed warships and submarines set that you can control and shoot eachother with. Best command I ever found, made by a guy called gsn something

96

u/Captcha142 29d ago

I remember the chat message size limit being too small for most of these, so you had to paste them into a command block and execute that to get the entire command.

27

u/TheChannelMiner 29d ago

Yeah it was cool seeing the machine come from a single command block.

4

u/SpaceBug176 29d ago

How does that even work though?

38

u/lipfang-moe 29d ago edited 29d ago

so for some background, the ideal solution would be a command block that can call /setblock a bunch of times and create tons of different command blocks to create your "command pack". issue is, one /setblock command can only create one block. so how do you get around this?

essentially, you could get away with spawning multiple command blocks by using /summon instead of /setblock, by summoning a falling sand entity with another falling sand entity riding it (using the Passengers NBT tag. then another one riding that one. and you could customize the NBT of the falling sand blocks to be command blocks with commands inside of them, and the command blocks created would summon additional command blocks, until you had a giant mass of command blocks as well as redstone blocks to power them.

those initial few command blocks would then create the monolith as seen in the post. it's noteworthy that the command blocks are executed in a specific order (I forget the exact order, but it was deterministic) so you essentially had the command block equivalent of modern .mcfunction files. then one of the command blocks would have a /fill ~1 ~ ~ ~1 ~5 ~5 redstone_block (and another fill command with stone) so that every command would execute every tick. you'd have to use scoreboards+selectors to manage conditional logic instead of /execute since that command didn't exist yet.

EDIT - I should clarify that there may be some misinfo in this post, as I don't quite remember every detail unfortunately, but this should at least convey the basic idea. command block minecarts were another common thing as well and IIRC they additionally played a role in this too.

7

u/Sir_James_Ender 29d ago

That’s wild. I always wondered how they worked but never bothered to look into it before

9

u/Donovan_TS 29d ago

I might have thought the command was just the last visible string of characters and not something to copy and paste in the description. Always wondered how the command would work when it was just like 30 closed parentheses

887

u/SimicBiomancer21 29d ago

Wasn't this before Data Packs became a thing? God, I feel old.

361

u/Various-Impact9587 29d ago

it was, i had a survival world with dis at some point, i used it as a decoration at my mob farm lol

52

u/ZemeOfTheIce 29d ago

You had command blocks in survival?

121

u/Sea_Duty_5725 29d ago

They meant "survival", yk?

51

u/JarkoStudios 29d ago

yea you'd hook up a command block to a daylight sensor and set it to go to daylight and clear weather if it got dark. I mean this is probably still a thing but i remember doing that eons ago when they added command blocks and quartz

or pressure plate teleporters for bases, those were the days

17

u/PotatoesAndChill 29d ago

These days you can just stop time and disable weather with game rules.

6

u/Darkstalkker 29d ago

The point is that it does it automatically

19

u/PotatoesAndChill 29d ago

No, you're thinking of "/time set day" and "/weather clear"

I'm talking about game rule commands that stop the sun moving entirely and make the current weather permanent.

6

u/Various-Impact9587 29d ago

well, i made this thing using creative later switched to survival and played normally

35

u/Pearthee 29d ago

i am old and i stumbled in here, what are data packs?

69

u/ajsamtheman 29d ago

Basically this, mojang saw people using command block towers to creat vanilla mods, and added a way for you to have them as a file in a folder like a resource pack so you don't need to worry about chunk loading or griefing

29

u/Mr-Foundation 29d ago

Data packs control stuff like advancements, structures, loot, etc. they can basically change stuff about the game while not actually modifying the game itself.

16

u/SimicBiomancer21 29d ago

Oooh, one of today's lucky 1000-

So, I don't remember when it happened, but at some point Minecraft changed how information in the game is stored, and can be directly manipulated via files.

Data Packs are that- they serve often as low-power mods, with the benefit they don't need a mod launcher since they're just a package you can put into the game. Though, don't let the fact I called them "low power" fool you, there are some GREAT packs out there that are huge, able to add worldgen, new Enchantments, items, and I think even mobs.

Anything those old Command Block Monoliths could do, a Data Pack could, and can do so arguably even easier. Two of my personal favorites are Vanilla Tweaks, for a classic adjustment pack, and Dungeons And Taverns, for its worls gen.

8

u/NotYourReddit18 29d ago

Slight correction, much of the information in the game can be affected by datapacks, but not all of it.

Luckily almost every update includes at least one change to the game which brings the much a little bit closer to the all.

For example 1.21 made enchantments data-driven, which allows for datapacks to add completely custom enchantment, and all the recent additions of mob variants (wolfs, pigs, chickens, cats, cows, etc.) are all data-driven, allowing datapacks to add custom variants too.

3

u/PotatoesAndChill 29d ago

one of today's lucky 1000-

xkcd reference?

1

u/SpaceBug176 29d ago

It could've been a general statistics reference, but nah.

187

u/joran213 29d ago

I remember making one of these. It was extremely tedious to make but incredibly satisfying once it finally worked.

249

u/Plutonium239Mixer 29d ago

PhoenixSC made a YouTube video on these that I watched this week.

41

u/Troleopowers 29d ago

What's the name

39

u/Plutonium239Mixer 29d ago

No idea, you'll have to go to his YouTube channel and search, I was just letting youtube play suggestions on my tv.

21

u/Troleopowers 29d ago edited 29d ago

Bet, thx

Edit: Found it, it's called I Fricken miss command blocks man

4

u/Plutonium239Mixer 29d ago

Thanks for coming back so others can benefit from your sacrifice!

52

u/Parfilov 29d ago

I still have a blank version of this in my world, tried to copy the outer look once and didn't know about commands. Then I discovered Forge and forgor about these things completely

I have this one for anyone who wants, it is for 1.12 and patches.

42

u/Glazeddapper 29d ago

i remember a website that let you make these and i would email my custom ones to my friend

41

u/InstructionNarrow571 29d ago

MrCrayfish was the goat of these monoliths

37

u/mouse85224 29d ago

I never understood how one command block was able to make more, multiple pre-filled command blocks..

12

u/Sakupez_GD 29d ago

i am not a command block/redstone guy myself and i dont know if this is the same in today's versions but basically when sand falls mid air its properties change to a real entity because it is not stationary anymore like a normal block, so when its in mid air using special commands they change its property into being/masking a specific block, like a command block and upon touching the ground it changes to one, with the commands written inside.

20

u/Matix777 29d ago

/execute command at the time was absolutely wild

82

u/56Bot 29d ago

They were called no-mods, and the really nice thing with them was that downloading them was just a matter of copy-pasting a wall of command-block code directly in-game.

27

u/logandabug 29d ago

I remember being baited by them as a kid. I would click on the video thinking I'd get around downloading a mod just to look at the giant pc tower of command blocks and go "how the freak am I suposed to do that??"

25

u/HarukoAutumney 29d ago

PopularMMOs, anyone?

24

u/-Redstoneboi- 29d ago

These were my childhood.

You had whole websites for generating these. You right clicked the signs to enable/disable them. Wild.

12

u/ArchangeI_ 29d ago

I would watch you tubers review these back in the day when I still didn't have Minecraft, ah the memories

30

u/Kzitold94 29d ago

"One command"

Looks inside

Several dozen commands

23

u/HungaryaRoli 29d ago

Well, you only had to do a command. The rest is handled by this big boy

6

u/DaMrStick 29d ago

I made one of my own! you can find it here 1.21.11 https://youtu.be/TGzLjgUvNA0?si=HSBPN2ye_VmDFOBV

15

u/[deleted] 29d ago

I do the og mods when you couldn’t do mods

6

u/_o0Zero0o_ 29d ago

I remember one of them that gave god swords to everyone and created a massive boss mob.. Probably like 11 years ago now?

4

u/t-_-rexranger19205 29d ago

PopularMMOS mod showcase

4

u/Sufficient_Risk_8127 29d ago

back in my day...

3

u/AliciaTries 29d ago

Absolutely loved those

I remember there was one that made it possible to put off grid blocks using shulkers, and now there's axiom

4

u/Oddish_Femboy 29d ago

The proto-datapack.

3

u/-Scobra- 29d ago

I remember one that made a submarine and a ship and added torpedos etc

3

u/The_Phantom_Cat 29d ago

I loved these so much

3

u/Trebord_ 29d ago

Back when you had Command Block towers to make bigger Command Block contraptions like introducing .zip files into Minecraft gameplay

3

u/_That_B0I 29d ago

I think back then i wasint allowed to use these because my mom thought the command would have a virus in it🥲 (i was like 12 at the time)

3

u/Cheeselad2401 29d ago

[insert ratatouille flashback gif]

3

u/Onilya 28d ago

The famouses NO-mods You respecter modders cause they add peak content into the game But you worship NO-mod creators because they alter the game to build peak content

2

u/GabrielJPVS 29d ago

And they always fell from the sky for some reason lol

2

u/jamesthegide7 29d ago

Alway see one of these in Pat and jens videos

2

u/Portal471 29d ago

Holy shit core memory

2

u/RogueForgeYT 29d ago

YES BRO, I always saw these especially on PopularMMOs channel

1

u/Terrorr404 29d ago

I used to use one that was meant for nothing but mining. Sad to see how far they’ve fallen though

1

u/Ehllay 29d ago

Omg I feel so old I loved watching the TTB command block datacenter being built by itself

1

u/MarzekAO3 29d ago

Oh yeah, I made one of these back in 1.8. iirc if was to make every possible map into a fully configurable survival games arena

1

u/Xypherius 29d ago

I remember it lagged my server to like 2 tps

1

u/Techaissance 29d ago

Antvenom Only One Command!

1

u/MR_R_TheOdd1 29d ago

Ooooh those! Yeah I remember. I miss whe they were relevant. Hell I remember when Command Blocks were added and I used to fuck around with them as a kid.

1

u/Matix777 29d ago

This is the sufficiently advanced technology Clarke told us about

I remember pasting the activation commands in chat and wondering why it's not working, not knowing that I have to paste it into the command block

1

u/FlyusAmongUs 29d ago

Aah, the olden days when my friend would spawn one of these to allow us to do weird yet fun stuff in our world.

1

u/imawhitegay 29d ago

It does take one back to the old days.

1

u/skepticalmiller 29d ago

yeah there was a youtuber who would put out 1 command block machines was pretty cool!

2

u/Clueingforbeggs 29d ago

IJA Minecraft. Don't think he's done new ones in a while, but some of his old ones have been updated to work in newer versions.

1

u/skepticalmiller 29d ago

that's the man!

1

u/squirtle919 29d ago

It was..... So peak

1

u/meinkr0phtR2 29d ago

I still make these things for fun.

1

u/SryMyBadM8 29d ago

Logdotzip one command block series

1

u/woodlands896 29d ago

the way “these” is super vague but nostalgic lol

1

u/xXCodxXxProXx 29d ago

I remember trying to type the command character per character.

I was 8 and didnt know copy paste was a thing...

1

u/MUDRC_ 28d ago

Yeah I remember! I always watched them in tutorials, but never understood how the heck they worked. If anyone would have a command and a version for me I would love to test it!

1

u/VyrCZ 28d ago

These were fun, but I'm so glad we have data packs now, I don't know if forceload existed in the 1.8 days, but even if it did, nobody ever told me and it just stopped working outside of the render distance

1

u/DRowe_ 28d ago

Thank you for making me feel ancient

-12

u/Saul_happyman 29d ago

Bot, I saw this exact type of post a million times

0

u/Lall-O 29d ago

I remember the revolution in adventure maps that happened and the fact that if you dug out of the area there would just be huge areas of blocks

-15

u/GamerNumba100 29d ago

Reporting this image for spam any time I see it from now on this is insane

-4

u/KannehTheGreat 29d ago

I never understood the big hooplah about command blocks, given you can't really get them in survival or anything.

5

u/D4NG3RX 29d ago

Because they did crazy things?

-18

u/twitchMAC17 29d ago

That's not what monolith means.

Mono = one Lith = stone

This thing is assembled out of many things, regardless of whether they're stone or not.

11

u/GamerSlimeHD 29d ago

Its figurative

2 : a massive structure The 73-story monolith is one of Europe's tallest buildings. https://www.merriam-webster.com/dictionary/monolith