diff options
| author | Baitinq <[email protected]> | 2023-02-16 23:25:18 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-02-16 23:25:18 +0100 |
| commit | c845161f10a40f9b6a73e32e2224a3b7a685f650 (patch) | |
| tree | 1a42c6065ae6a23521c8608e505c97e17526fd25 /package.json | |
| parent | Initial commit (diff) | |
| download | mineflayer-antihunger-c845161f10a40f9b6a73e32e2224a3b7a685f650.tar.gz mineflayer-antihunger-c845161f10a40f9b6a73e32e2224a3b7a685f650.tar.bz2 mineflayer-antihunger-c845161f10a40f9b6a73e32e2224a3b7a685f650.zip | |
Make antihunger work when breaking/falling
Some changes were indeed needed :)
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f4eac0e..aca1c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mineflayer-antihunger", - "version": "1.0.5", + "version": "1.0.6", "description": "Adds antihunger functionality to your mineflayer bot (Tested on 1.12)", "main": "index.js", "scripts": { |