A Better way to build Circles in Minecraft

  Рет қаралды 93,315

Squibble

Squibble

Күн бұрын

#minecraft #tutorial
This is a different video. A short topic that I just thought I'd make something on.
Sorry for the piano in the background at the end. Woops.
donatstudios.c...
Thanks for watching and check out my other stuff too.

Пікірлер: 165
@erichmaler6829
@erichmaler6829 Жыл бұрын
Literally came up with the same idea a few years ago, I do find formating it like in this case 15 radius as "7 3 2 (1)4" way more convenient, as for example when building large circles some patterns emerge, that you can easily include here. Like in the case of 38r, it would be "13 4 (3)2 (2 1)2 2 (1)5"
@squibble111
@squibble111 Жыл бұрын
Thats actually really similar to a strategy I used for a much more repetitive project I worked on. I constructed a massive structure with a lot of straight lines, and used setups like x(y) to indicate repetitiveness (which is much more prevalent in straight lines than circles.)
@TwentySeventhLetter
@TwentySeventhLetter Жыл бұрын
Yeah I would even keep it consistent and more easily readable by putting the multiplier in the parentheses, so you don't accidentally think you should build 1 four-length portion
@arkanon8661
@arkanon8661 Жыл бұрын
that is called run-length encoding
@DemonHQ
@DemonHQ 4 ай бұрын
Ty this will make my base so much better
@milksalmon
@milksalmon 21 күн бұрын
@@squibble111 It's such a simple formula to follow. Thank you so much squibble
@victormillen8393
@victormillen8393 Жыл бұрын
I just really couldn't get over the fisheye effect lmao. Great vid, gave me dizziness but still 9/10
@jon_luna8316
@jon_luna8316 6 ай бұрын
it’s fov 💀
@gamezboi_
@gamezboi_ 5 ай бұрын
@@jon_luna8316 does bro play with their fov at fucking 15 or something
@TheRealYeller
@TheRealYeller Жыл бұрын
I've never really been able to put into an equation -or even words for that matter- this very method i've been using for building circles without EVER needing to reference anything outside of minecraft. Thank you because i can now link my friends this video when they are wondering how im bulding circles without mods or references.
@martan2159
@martan2159 Жыл бұрын
ive been memorizing it this way for years now and its great to hear i wasnt alone in this kind of technique, never really heard it used anywhere else. i have a bad habit of not setting a center spot unless im trying to plan something out in advance, but still a really cool trick either way edit, i mostly do it for pixel art, but it carries over just the same because of a grid of squares
@htasul
@htasul Жыл бұрын
I've always just estimated the numbers for each section so I'm glad other people do it similarly because it's definitely a time saver.
@_wetmath_
@_wetmath_ Жыл бұрын
Hi there. It's a nice coincidence that I was building my own circle in minecraft when your video popped up. I also made my own code (which is slightly different from yours) but is based on the same concept that minecraft's square grid has 4-way symmetry and allows you to repeat half a quadrant of a circle 8 times. Here's my results: 1 - 75 - 8 - 39 - 8 - 30 - 8 (center - sina - sina wall - rose - wall rose - maria - wall maria) OD = 337 sina (d=153): 8, 7, 4, 3x3, 2x6, (1, 2)x2, 1x14 wall sina (d=167): 9, 6, 5, 3x4, 2x5, (1, 2)x2, [1, 1, 2], 1x12 rose (d=247): 11, 8, 5x2, 4, 3x4, [2, 2, 3], (2x3, 1)x2, [2, 1, 2, 1, 1], [2, 1x3, 2], 1x13 wall rose (d=261): 11, 8, 6, 5, 3, 4, 3x3, [2, 3], 2x7, [1, 2, 2], (1, 2)x2, 1x2, [2, 1x3, 2], 1x13 maria (d=323): 12, 9, 7, 5, 4x3, 3x4, [2, 3, 2, 2, 3], [2x3, 1, 2x3], [1, 2, 2], (1, 2)x2, (1, 1, 2)x2, 1x5, 2, 1x11 wall maria (d=337): 12, 10, 6x2, 4x3, 3x5, [2, 3], 2x9, [1, 2, 2], (1, 2)x3, [1, 1, 2], [1x3, 2], [1x5, 2], 1x9 The square brackets [ ] are not necessary but I added them for ease of reading. And also yes I'm building attack on titan in minecraft lolol
@squibble111
@squibble111 Жыл бұрын
That's really interesting, and it's fun to see how many people individually develop strategies. Good luck on the project!
@StarlightLexie
@StarlightLexie 7 ай бұрын
you're my favorite minecraft content creator, i've been following since you made that first flying machine that tracks how long you went
@squibble111
@squibble111 7 ай бұрын
Thanks! I appreciate you sticking around for so long (even when the videos back then werent the best...)
@CrysiCrysis
@CrysiCrysis Жыл бұрын
I never seem to make the same size circle twice, so i keep a little sheet of numbers in this exact style for easy reference. This is so useful and I’m happy I’m not the only one who measures them like this
@borb5353
@borb5353 Жыл бұрын
i usually free style my circles lol, all the tinkering is figuring out a radius/diameter, and from there its just a quarter but a quarter is also symmetric like in your example it goes 7 3 2 [4] but the [4] is part of both halves of a quarter. so as long as u can make a smooth eighth of a circle u should be able to make a complete circle freestyle
@russ838
@russ838 Жыл бұрын
Great way to do it. I used to have a sheet with the number codes for curves; It's useful for roman style coliseums ! (with piston powered floodable floor) =D
@squibble111
@squibble111 Жыл бұрын
How does the floor flooding work in the middle work? Do you zerotick upwards waterlogged slabs or something?
@russ838
@russ838 Жыл бұрын
@@squibble111 Comment disappeared for some reason. So there are water source blocks all the way around the perimeter which are obscured by the entire floor being raised up by the pistons. The switch is flipped and the entire thing floods when the floor lowers, thanks to the 1-deep water mechanics turning the whole thing into a giant infinite water source.
@fallenkingdom-zd8xh
@fallenkingdom-zd8xh 2 ай бұрын
Using this to build a Eucharistic monstrance! Thank you for the help!
@Zebrahpandacow
@Zebrahpandacow Жыл бұрын
I play on console bedrock. You have no idea how much you just helped my builds. I was this day old when I learned a great way to make circles in Minecraft 😁
@Gazuretine
@Gazuretine Жыл бұрын
Thank you, building circles was really hard for me, but this helps a lot
@alexlik4197
@alexlik4197 Жыл бұрын
So simple, and yet no one's thought of it before (well, practically no one). Thanks!
@zedantXiang
@zedantXiang Жыл бұрын
Built an earth dome last week,thankfully I had this idea immidiately instead of having to suffer.
@catsdontboot8735
@catsdontboot8735 Жыл бұрын
"I'm a huge fan of circles" **proceeds to play a game where there are not any circles at all**
@apple-de8tx
@apple-de8tx Жыл бұрын
This guy knows how to build a circle in minecraft
@StockaOfficial
@StockaOfficial Жыл бұрын
I was actually doing the same strategy, except that I put these numbers in my head. I never thought on writing them somewhere XD
@HameleoshaDeHoga
@HameleoshaDeHoga Жыл бұрын
Commenting for the algorithm because i consider this video useful and idk what else to say
@SuperLlama88888
@SuperLlama88888 Жыл бұрын
Good tip!
@marcusstacofsky8236
@marcusstacofsky8236 Жыл бұрын
"I'm a huge fan of circles" *video pause and the buffer wheel is displayed for 2 seconds* Me "mmmmmm..... idk...."
@epicdud5905
@epicdud5905 Жыл бұрын
Wonderful technique! I just know this video is gonna blow up
@miguelvelez6471
@miguelvelez6471 2 ай бұрын
Thank you this was very helpful, you’re awesome!
@N6_mity
@N6_mity Жыл бұрын
I made a starwars ship while making a circle in skyblock then I ranged quitted thanks dude this helped a lot (7 32 [4])
@Yasser-444
@Yasser-444 Жыл бұрын
it's the same way i do it except i memorize the numbers instead of typing them in chat
@kuboskube
@kuboskube Жыл бұрын
Life changing. I WILL be using this trick later.
@ichtozavuzovsky8370
@ichtozavuzovsky8370 Жыл бұрын
Damn, I just do it in my head.
@natheniel
@natheniel Жыл бұрын
an way to solve the single 1 block between the 2s and 3s is just shift the shape. make the 1 into a 2, then the next 2 will become a 1. it sometimes works
@mcpaintball
@mcpaintball Жыл бұрын
Good info, would suggest moving the mouse-view a bit less while talking though.
@thevalarauka101
@thevalarauka101 Жыл бұрын
that's literally what I always do
@Jimmyzation
@Jimmyzation Жыл бұрын
I understand that you are using Complementary reimagined here, but the shiny textures on those blocks look so cool. Are you using the autogenerated normals from the shaders or are you using a resource pack, like pbr something?
@squibble111
@squibble111 Жыл бұрын
It all should just be part of the shaders.
@Roescoe
@Roescoe Жыл бұрын
And you do it exactly how I do it. Yay I'm not crazy.
@vibez2336
@vibez2336 5 ай бұрын
very useful thanks
@Yurrr69
@Yurrr69 2 ай бұрын
all of the sudden everyone in the comments watching a how to make better circles video just knows how to make circles for years Lol thank you i wanna make a dope top piece that’ll have a ice highway to a place where i found 3 spawners within like 20 blocks of each other
@kidish21_
@kidish21_ 8 ай бұрын
hey i understand if it will take awhile to make the video but i really need help im build a circle around the ocean monument and its 2x2 middle kinda throws this whole thing off think you can help
@phillyomousesquits
@phillyomousesquits 5 ай бұрын
so what if i want a bigger circle tho how would i multiply these numbers to keep it a circle cause i tried doubling it and it comes out to even numbers and triple is odd numbers but just doesn’t really make a circle lol 🤷‍♀️
@KoruGo
@KoruGo Жыл бұрын
That's how I've been doing it as well.
@Granaidh
@Granaidh Жыл бұрын
Brilliant! ty
@emmadoesartonline
@emmadoesartonline 7 ай бұрын
Thank you!!
@cherryblossom-.-
@cherryblossom-.- 13 күн бұрын
how to make it bigger pls reply
@pytheas201
@pytheas201 8 ай бұрын
I’m a bit clueless on the formula. Can someone explain how the radius determines the remaining formula? And what the actual formula, ratio, or code is for the other blocks given a radius? For example, what if the radius was 40 blocks instead?
@squibble111
@squibble111 8 ай бұрын
its not created using a robust equation, its just a method of remembering the side lengths outputted by the website I mentioned
@pytheas201
@pytheas201 8 ай бұрын
@@squibble111 Ahhh, that makes much more sense to me. I figured I was missing something. Thanks!
@toejam4sale
@toejam4sale Жыл бұрын
great vid, I noticed some cool things your shaders were doing, which shaders are you using?f
@squibble111
@squibble111 Жыл бұрын
complimentary reimagined. an excellent shader pack. You should be able to find it by just searching "complimentary reimagined"
@toejam4sale
@toejam4sale Жыл бұрын
Thanks
@Treehouse298
@Treehouse298 3 ай бұрын
but what if iwant a circle like 100 blocks in diameter
@drf6377
@drf6377 11 ай бұрын
What did you type in the chat? My resolution is really low I can't tell
@timothywright3287
@timothywright3287 3 ай бұрын
What if the radius is 50blocks
@JTKroll12
@JTKroll12 Жыл бұрын
who didn't already come up with this
@D3LTAG1RL
@D3LTAG1RL Жыл бұрын
i do the same thing!!
@omichromium
@omichromium Жыл бұрын
wait but you're using minihud...
@aaronrdaniels
@aaronrdaniels Жыл бұрын
1:31 video starts
@Megatron-tang
@Megatron-tang 11 күн бұрын
Thanks daddy
@cenedraleaheldra5275
@cenedraleaheldra5275 8 ай бұрын
Hold the image still already. Do you want people to watch or not
@gavin2391
@gavin2391 Жыл бұрын
please move your mouse less
@k98killer
@k98killer Жыл бұрын
This is basically the method I use, except I haven't thought to put the numbers in a chat message -- I normally just keep the reference open on another monitor, count it up once, then work from memory.
@dary3
@dary3 Жыл бұрын
Surprised to find such an underrated content creator. Been binging some of your videos and they're all very understandable and quite useful (if not at least for the knowledge), which is sometimes hard to get with the topics you do. Great work!
@FlyingNoodle554
@FlyingNoodle554 Жыл бұрын
Absolutely stellar video, I could tell that it was one of if not the first video you have made like this but it was REALLY good so if you just keep on going with good videos like this, you'll certainly be on to a winner 🙌 (and thank you for the great tip ;D)
@squibble111
@squibble111 Жыл бұрын
Appreciate the support!
@jamietimon9899
@jamietimon9899 Жыл бұрын
Your video content is really good! Just one critique: I found the FOV pretty off-putting though, the fast camera movements were leaving me feeling a little nauseated.
@squibble111
@squibble111 Жыл бұрын
I'll consider moving my camera less quickly, thats actually a good point. FOV's staying though, I feel claustrophobic when I play without it unfortunately.
@Erfedwe
@Erfedwe Жыл бұрын
@@squibble111 as mentioned on another video, some viewers do get vertigo or motion sick from the ultra wide FOV. I get that it causes you discomfort to play on standard FOV, but the goal of your video should be to make it as accessible to as many viewers as possible. For that reason, standard FOV should be the norm, and shaders should be off. This is why most of the big Minecraft YT's use those settings.
@Cosmiichu
@Cosmiichu Жыл бұрын
I have been doing this for years, way better than just referencing a picture and now i can make circles of any size
@Naretek
@Naretek Жыл бұрын
I’ve been doing something very similar in my head for years, and it makes it really easy to memorise lots of the circles I build most often. It’s awesome to see the system be formalised like this!
@patbrown5180
@patbrown5180 Жыл бұрын
Works great until you have a 125 block radius circle lol
@lewismassie
@lewismassie Жыл бұрын
This is very similar to how I've been doing this for a long time, though I normally can just hold those numbers in my head. Just yesterday I built a circular slime farm, and it was radius of 13, and the ring is (from the end of the spar) is 3,3,2 with 3 diagonal. I sometimes do the whole width on the ends if it's a smaller circle, but doing it this way is easier when building floating structures since you build one direction at a time And the weird corner I call a 2,2 pickaxe, because that's the shape it reminds me of
@hkayakh
@hkayakh Жыл бұрын
Instructions unclear: I squished an iron block into a sphere
@neekk040
@neekk040 Жыл бұрын
oof had to click away because the distortingly high fov
@MAD-SKILLZ
@MAD-SKILLZ Жыл бұрын
Huh, I thought i was the only one who did this. I normally just recite the values out loud to myself for mnemonic memory as I build away. For large circles there gets to be quite a few values, but the difficulty is about as much as briefly memorizing a phone number.
@borntodostuf
@borntodostuf Жыл бұрын
I have been doing this method since like 2015, I notate it like 15,73211 though (its by quadrant except the largest side, because it just works for me). For large circles it usually looks more like "26,113321211", if it "shares" a 1 with the other quadrant of the circle I put it in parenthesis. I have not had to make a circle large enough the second-largest number is double digits so it hasn't been confusing for me yet but I could see it just having spaces or another character put in to solve ambiguity for others like "26,11 3 3 2 1 2 1 1", but since I know what it means I don't need to add the spaces.
@mozzapple
@mozzapple Жыл бұрын
I thought doing it this way was common sense, I'd just count the blocks in each line and put them down. For smaller circles I could just memorize the pattern quickly and do the entire thing only looking at the guide once
@petersmythe6462
@petersmythe6462 Жыл бұрын
I've been doing this for 12 years just usually making a mental note instead of a chat message.
@TrigamDev
@TrigamDev Жыл бұрын
Before I used to memorize it as something like "1 9, 1 3, 2 2s, 3 1s" Now though, I just use a mod that creates overlays of primitive shapes
@alexander_228
@alexander_228 Жыл бұрын
Very useful tip. I did the same thing when building the Imango's gold+xp farm
@1nstantis642
@1nstantis642 Жыл бұрын
When I build circles I just- go out the radius from the center and fuckin' wing it from there. I've gotten pretty good at it.
@Nae_Ayy
@Nae_Ayy Жыл бұрын
I developed a similar method of formatting circles a few months back when I was playing Rimworld! Crazy how our brains all converged on this convienient idea
@lordfeish1927
@lordfeish1927 Жыл бұрын
ive built a lot of circular gold farms and this is exactly how i do it
@ant5389
@ant5389 Жыл бұрын
this is what ive been doing for years exept i use a notebook i will go to that exact website you linked in the description, generate a circle i need, and write out half the length of the longest bar in my notebook(i write down the left column, when i get to the bottom i leave some space then write another column), then the length of every bar in a quarter until i get to the middle with a bunch of ones were i generally write something like 1,6 (if there is 6 one block sections) and i find that a million times easier than switching back and using a visual image
@JackC.Johnson
@JackC.Johnson Ай бұрын
every video you produce is a must-see, keep them coming!
@EndMaster0
@EndMaster0 Жыл бұрын
with the7312 circle you showed I'd recommend looking at a slightly off circle 732[2] it'll be slightly bulged on the diagonals but you'll hardly notice it and it looks way better then the "true" circle
@furryfan1416
@furryfan1416 Жыл бұрын
i believe having problems with these things is commonly known as a skill issue. jokes aside thats a pretty great way to do it in vanilla
@elEd0
@elEd0 Жыл бұрын
I thought everybody did this. Looking at an image and then the game back and forth seems like a bad idea. I usually repeat the numbers in my head while building the circle and end up doing a little "song" that i can remember easily
@supergamehunter0539
@supergamehunter0539 Жыл бұрын
The way I personally do circles is choose size of the longest row(3/4/5) and continuously reduce them by 1, so a circle with a base of 3 would go 3 2 1 2 3 and then repeat, which gives a near perfect shape, something like this: o o o o o o o o o o o o o o o o o o o o o o o o o oo oo ooo Doesn't look very pretty here but try it out for yourself.
@squibble111
@squibble111 Жыл бұрын
That's interesting. I always wondered if it was possible to create nice looking circles without any computers.
@doublespoonco
@doublespoonco Жыл бұрын
I wonder what shape it is exactly?
@Mattigan
@Mattigan 9 ай бұрын
Honestly how i did it after building the 1st quadrant and just try to memorize it after i build it from the website, but skipping the website to build and just writing down quickly the #s is genius...
@KingJellyfishII
@KingJellyfishII Жыл бұрын
I do it a similar way, except I generally don't need the radius and I treat the diagonals the same as the rest. so for your example I'd use 7 3 2 1 1
@Wallee580
@Wallee580 Жыл бұрын
I used to do a very similar thing on PS3 edition, but instead of chat I'd just remember everything.
@louisrobitaille5810
@louisrobitaille5810 Жыл бұрын
2:25 This is cool and all, but it only works for small circles 😅. Have fun doing it with a circle that's like 250+ blocks in diameter and you end up with something like "125 22 9 7 5 5 5 4 4 3 4 3 3 3 4 2 3 3 3 2 3 3 2 3 2 2 3 2 2 2 3 [16*2]" 🤡. It's about as confusing as just looking at the image directly 😅. (I used a generator for a circle of diameter of 250 i.e. a radius of 125.)
@thatlumberjack
@thatlumberjack Жыл бұрын
I love the content, and really appreciate the technical explanations because I don't want tutorials, I want someone to explain why things work the way they do. I'm glad I found your page. 1 tip: Your FOV feels too wide. You jerk around so much when you talk that the distortion caused by the wide FOV makes my eyes hurt, and is quite jarring. I understand why you're doing such a wide FOV, but try reducing it even a bit to help your viewers.
@Langhammer4
@Langhammer4 Жыл бұрын
the base is stunning!
@BazilBuildBases
@BazilBuildBases 3 ай бұрын
nice! i did it before, but for some reason never considered a possibility to save the numbers in chat - i wrote it down on a paper :D really useful video. thank you!
@liammurray9274
@liammurray9274 Жыл бұрын
I might be odd but I don't subdivide into quarters but into 8ths instead, essentially using this same method though... but for me it'd be r15, 3*, 3, 2, 1, 1 *I do 3 instead of 7 because I have the middle block of the 7 placed from the r15 and I need to go 3 more to the side.
@pgo3925
@pgo3925 Жыл бұрын
I thought this was the standard way of drawing circles, I can imagine how hard it is to actually copy the generated circle on the site. But I feel like most people know how memory works, it's easier to remember a sequence than 5 separate numbers. I usually just do it for an eighth of the circle, since you can copy that part 7 times over (4 times in reverse), only issue being that sometimes there's no block on the actual corner, so 1 more thing to take account of. Looking at other commenters, it ain't that deep
@chumambiko4026
@chumambiko4026 Ай бұрын
Having to use a Cartesian plain using the X and Y coordinates to this has been torture hopefully this'll help
@Cxntrxl
@Cxntrxl Жыл бұрын
my man just invented counting on his fingers
@Pajon03
@Pajon03 Жыл бұрын
whenever I'm building circles I just freestyle them until they look good, but doesnt work good on bigger ones. I also dont build circles or anything at all in mc, mostly pvping or speedrunning rn
@D_Quinn
@D_Quinn Жыл бұрын
Ive built 1000+ radius circles with calculators like donatstudios, I can confirm that I made a text file with just the numbers in it to use back then instead of looking at the actual image.
@aBAY-c2c
@aBAY-c2c Ай бұрын
This is just a handy tip to help not have to switch in and out fo game? And not a way to calculate an equation right?
@Admiral_Kay_Markus
@Admiral_Kay_Markus 5 ай бұрын
Now I need to do a circle with a radius of 50 blocks (I'm building the USS Enterprise)
@wesplybon9510
@wesplybon9510 Жыл бұрын
Yea, I discovered long time ago, that you only need the measurements for about 1/8 of a circle in order to make the whole thing. My notation wasn't as good or clear as yours. Kudos!
@Mr_robobotplays
@Mr_robobotplays Жыл бұрын
Huh, I actually stumbled apon this same solution in my own. I was building a castle when I got annoyed with cross-referencing
@damienchristensen760
@damienchristensen760 Ай бұрын
i dont get it you had a circle to start out with how do i make one from scrap i got the radius and the longest edge but i cant get past that
@EvilZoid
@EvilZoid Жыл бұрын
This video should be illegal and banned
@bbishop7791
@bbishop7791 Жыл бұрын
minecraft math is just using odd numbers instead of even because 1 center block is easier to deal with than 4 center blocks or a 2x2 square
@guilhermerafaelzimermann4196
@guilhermerafaelzimermann4196 Жыл бұрын
This seems to be a cool idea indeed, can't eait to use it on my 2km wide circle build, maybe using slightly different notation but yeah
@asdanjer
@asdanjer Жыл бұрын
even if you don't use minihud or litmatica for some reason i don't really see the issue with just watching the circle on both screens at once. so i dont really see the point.
@robertdemare6140
@robertdemare6140 Жыл бұрын
1:12 you know you can have your minecraft on not your full screen? or if you have a second monitor, that would be actually perfect too
Every Feature Mojang Removed From Minecraft (And Why)
12:09
Skip the Tutorial
Рет қаралды 6 МЛН
Why you can't make a Perfect Circle with Beacons in Minecraft
8:53
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 1 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 54 МЛН
Minecraft's History of Mega-Builds
12:14
Sipover
Рет қаралды 4,1 МЛН
AI Plays Minecraft Forever (and dies)
23:22
Emergent Garden
Рет қаралды 337 М.
I Tried Illegal Minecraft Mods
20:15
Kratzy
Рет қаралды 1,9 МЛН
10 Ways To Protect Your House! [Minecraft]
9:40
Cubius
Рет қаралды 7 МЛН
What would 10,000 endermans build over time?
12:14
Element X
Рет қаралды 4,1 МЛН
37 Simple Building Tips You Need for Minecraft
13:30
Skip the Tutorial
Рет қаралды 8 МЛН
I Visited My Subscribers Minecraft Worlds
16:28
Shulkercraft
Рет қаралды 799 М.
Stolen Minecraft Is Now More Popular Than Minecraft.
15:57
TheMisterEpic
Рет қаралды 1,4 МЛН
107 Minecraft Things You Can Actually Do
43:52
Skip the Tutorial
Рет қаралды 10 МЛН
I Added Infinite Crafting to Minecraft (with AI)
13:08
Blucubed
Рет қаралды 1,6 МЛН