ZacSharp

Results 392 comments of ZacSharp

You can tell Baritone to follow items as well but I don't expect that to work well in combination with hunting other entities down (you'd have to hug everything you...

I'd blame it on the *native* part. What ManyMc does is using custom built lwjgl (and possibly others) binaries for arm64 and the exception comes from lwjgl so there's potential...

Its better than previous attempts so I made the pr, but I am still not happy with how it is done and was hoping for ideas from others. Also I...

Unless I overlooked something `buildSubstitutes` was the only one causing problems and they should all work with empty lists now.

Assuming git is installed on the CI I'd suggest using the output of `git describe --always --tags` (possibly without the leading "v") as the version. It also automatically omits the...

The `-159-` means there are 159 commits between the current commit and v1.2.5 and the commit hash starts with a "g" because git puts that in for *g*it. The reason...

Had already written a whole lot of text about bad solutions (`git fetch origin refs/pull/*/merge:refs/heads/pull/*` + `git describe --all --exact-match --match=pull/* HEAD` or `git ls-remote upstream refs/pull/*/merge` + manual search)...

> > This will happen with any approach unless we explicitly check for being on a refs/pull/*/merge ref and in that case use the second parent instead. > > do...

This doesn't show from which commit of a pr the artifact was generated, which would be of interest e.g. in case a frequently used pr like the one for 1.19.2...