cabaletta / baritone

google maps for block game
GNU Lesser General Public License v3.0
7.29k stars 1.46k forks source link

Add an ability to automatically kill entities #4517

Open Im-CatDev opened 1 month ago

Im-CatDev commented 1 month ago

Describe your suggestion

Just like #follow command you should be able to select a player or an entity (probably only passive mobs)

Settings

doCrits = will do critical hits in a not legit way (some packet magic) doCritsLegit = will do critical hits in a legit way (jump and hit)

Context

Sometimes you need some food, and don't feel like killing animals manually, you can do #kill entity pig and get food

Final checklist

Im-CatDev commented 1 month ago

bump

ZacSharp commented 1 month ago

Unlikely to happen. This has been requested a few times already, and so far the answer always was to use a kill aura.

Im-CatDev commented 1 month ago

It would be useful for hunting in the open world, killaura doesn't have pathfinding (and you should probably block an option to kill player entities)

ZacSharp commented 1 month ago

You can use #follow entity pig and a killaura (with appropriate target settings) to hunt pigs.

Im-CatDev commented 1 month ago

Why not integrate it into one mod and one command?

ZacSharp commented 4 weeks ago

In my opinion that one mod would be the mod providing the killaura (it can just use Baritone to do the walking without you typing in #follow). While naive killaura is stupidly simple, a good one isn't and packet hacks are definitely out of scope for Baritone.

Im-CatDev commented 4 weeks ago

I removed the crit things now