Circle-Generator
Circle-Generator copied to clipboard
Add a 'bordered' mode to allow the creation of circles with user-specified border size
This adds a new mode where the user can specify the thickness of the border (whereas the "thick" rendering mode always uses a thickness of 1).
This has me rethinking how "thin" mode works currently works. Your method set to border 1 gives the same results in a presumably more efficient way.
I'm not a personally a fan of "thin" when building in minecraft, I always go for thick because I think it looks nicer, so it was an afterthought by popular request in the circle generator.
I am currently in process of rewriting the circle generator in TypeScript but I think this will likely make that version. In the mean time I'll leave this PR open.
PR conflicts, no longer applies to the current build. If you wanted to rebuild it for the new generator I'd give it a look.