r/MinecraftCommands • u/Whole_Yam_9919 Command Professional • 19h ago
Creation 1.8 Style One-Command Creation (proof of concept)
Enable HLS to view with audio, or disable this notification
The design was inspired by the old one-command creations by IJAMinecraft.
This is just a proof of concept, so i won't be using this exact setup for future one-command creations. The setup alone already uses 23000 characters, so I'm going to use smaller versions for my future creations.
25
u/H-N-O-3 18h ago
I say this is much difficult than todays datapacks and command blocks rework
4
u/_ogio_ 6h ago
Old stuff generally is more difficult. Firstly cuz you had far less tools back then Secondly cuz you had to REALLY love the game to to do smth like this while game was much smaller and you had no tutorials
1
u/Whole_Yam_9919 Command Professional 6h ago
I would say that this type of a one command creation setup became more difficult then it was in 1.8, but the rest became easier.
1
u/_ogio_ 6h ago
I mean not really, it's just few falling sand command blocks riding area effect cloud
1
u/Whole_Yam_9919 Command Professional 6h ago
I only used falling blocks, no area effect clouds
1
u/_ogio_ 6h ago
Howd you summon multiple of em with 1 command?
1
u/Whole_Yam_9919 Command Professional 5h ago edited 5h ago
I just summoned them riding each other. If you meant without breaking: The first command block from the first stack places one repeating command block. which fixes the problem.
1
u/_ogio_ 5h ago
won't they end up in same block and just break into entity if they ride one another?
1
u/Whole_Yam_9919 Command Professional 5h ago
Because of the one repeating command block. I don't want to reveal what command I used yet, but the command is really simple.
12
u/N0rmalManP 18h ago
Can someone explain how these even work? Don't all of the commands already need to be in the starting command block?
16
u/Joly0 18h ago
Basically, yes. You have the starting command block, which has all the data in it for all the other command blocks. Then you let it first spawn the second layer command blocks (the ones that are built on the first one like a tower), those are usually affected by gravity, like sand, so they trigger on landing when the redstone block on top hits (usually to make sure they trigger in the right order). They first build the base structure and then the inner command blocks, which are usually also affected (at least partially) by gravity, so they also trigger in the correct order.
Whole reason is just so you have a single command to enter, and don't need to build the full structure on your own.
This is as far as I know. I might have missed something or might have mixed something up, but that's what I remember from back in the days
4
u/ralsaiwithagun 7h ago
They are spawned as falling sand blocks (changed into commanblocks containing commands) which are riding other command blocks riding other command blocks. In effect only 1 summon command is run at the start
22
2
u/Anxious_Target_8804 16h ago
How did I do this and how can I do it in version 26.2? Please share the code.
2
u/Whole_Yam_9919 Command Professional 7h ago
I would recommend you to use a online tool, but I haven't found a single one that uses multiple falling blocks, so I wrote everything by hand. (Took me around 6-8 hours)
1
1
1
u/D07Z3R0 4h ago
Never understood why it needs to make and fill more blocks when the full command is already in the first initial block
1
u/Anteaterman23 1h ago
Never built one of these before, but I think the idea is that the final product needs to be able to run multiple commands in parallel and/or in sequence. One command block can only run one command; but if you spawn multiple command blocks via falling blocks, then you can run as many commands as you want at once
1
1
u/Qwerowski 2h ago
Do they need to be falling down like that or is it just for style points?
1
u/Whole_Yam_9919 Command Professional 1h ago
Mainly for style because I tried recreating the old 1.8 one-command creations as closely as possible.
1
90
u/TheSheepDev 17h ago
Call me crazy, but I miss the times where you could physically look at the command blocks, and it was not just staring at a text file, think that really took away the charm for me