ZacSharp

Results 392 comments of ZacSharp

Merging more up-to-date code from litematica and malilib is on my todo list, but I first want to see if I can find out how forgegradle handles mojangs official mappings,...

Was tired of reading through code I don't understand, went over to doing changes in code I don't understand and merged fabric_1.16_temp_features. I haven't played with the new jar yet,...

DannyParker's version is pretty outdated (it's missing commits from about a year, even though it's not even a month old) and merging the new code for litematica and malilib didn't...

Did you actually test this without git installed? If I add `"doesntexist".execute()` to `build.gradle` the build fails with `Cannot run program "doesntexist": error=2, No such file or directory`

I guess replacing the command for testing has to do the job then.

That's fine as long as we can be sure the CI will only ever find version tags. Otherwise it will e.g. turn tag "refactor" into version "efactor". Just checked the...

Sorry, my bad. I checked the manpage of `git describe` and found that we can add `--match 'v*'` to the `git describe` commands both in the buildscript and the workflow...

I vote against closing this as a duplicate because unlike the many other issues this one only suggests little details that can be added "where they come in handy" and...

#3592 is now merged.

this comment is obsolete https://github.com/cabaletta/baritone/blob/8b94ac8fca5cd4fced38dd4dfea6f04b3ce722d7/src/main/java/baritone/pathing/movement/movements/MovementTraverse.java#L73