Polish docs and fix starchart - #5134
AverWasTaken wants to merge 2 commits into
Conversation
b88e7c8 to
efb8799
Compare
ZacSharp
left a comment
There was a problem hiding this comment.
Commenting on the markdown diff is a bit messy, so I shoved everything for the readme into a single file comment. Let's see what works better.
Should probably just remove mentions of Impact without replacement because it's stuck on 1.16.5. (except when mentioning it to explain Baritones origins, that one might be fine)
#elytra has already been usable in the overworld for some time and next release it will also work on all platforms (no more native library), so mentions to platform support should be removed. #elytra supported still exists and works (it answers yes), but that's going to change at some point.
same docs, same jokes, just less of a maze. the readme leads with a quick start and a download table that's one short row per version, newest first, with a big box telling people to check releases before asking the discord for a new version. the badge wall lives in a dropdown at the bottom now, minus the mc version badges that stopped at 1.21.3. usage groups the commands instead of one giant list, and setup's version table goes up to 26.2 starchart.cc broke when github locked down the stargazer api (cabaletta#5121), star-history still works without a token and has a dark mode also fixes stuff that was just wrong: schematica is litematica now, buildRepeatDistance / buildRepeatDirection don't exist (buildRepeat does), the bucket fall is 20 not 23, the travis badge was dead, and pause / pickup / elytra / home weren't mentioned anywhere
bdebaa2 to
a92b287
Compare
|
went through all of it:
squashed and rebased onto current 1.21.4 too |
ZacSharp
left a comment
There was a problem hiding this comment.
I'm kinda sure that while reading the rendered file I found something which probably doesn't work as stated (planned comment "Are you sure this works?" or similar), but I cannot find it again.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
|
went through the new ones:
|
Nailed it. That feature was completely broken at some point and I didn't know whether it was fixed. |
Polish docs and fix starchart
Branch:
redo-docs->1.21.4What this PR does
Cleans up the readme, usage, setup and features docs, and swaps the dead starchart.cc graph for star-history. Same content and same jokes, just easier to find stuff.
Why it should be merged
People struggle to find downloads, so the readme now leads with a quick start and a short download table, and there's a big box telling people to check releases before asking in the discord for a new version. Docs only, nothing in the code changes.
What changed
schematica->litematica,buildRepeatDistance/buildRepeatDirection->buildRepeat/buildRepeatCount, bucket fall is 20 not 23, dead travis badge.pause,pickup,elytraandhomeweren't mentioned anywhereTesting
checked every command and setting name against the code. you can preview it on my fork at https://github.com/AverWasTaken/barigo/tree/redo-docs if you fancy