Murat65536
8ee7a1e39d
Small change.
2025-07-23 00:29:03 -04:00
Murat65536
5d8136b02e
Simplify.
2025-07-13 10:09:16 -04:00
Murat65536
191155315b
Keep original player movement.
2025-07-06 20:25:02 -04:00
Murat Bayraktar
a30e3ce8e3
Merge branch 'cabaletta:1.19.4' into bridging-improvements
2025-07-06 19:44:20 -04:00
Murat65536
83afa1126e
Fix.
2025-07-02 16:08:14 -04:00
leijurv
4d27d56ff5
Merge pull request #4639 from babbaj/fix-packer
...
fix chuckpacker y bug
2025-06-04 15:15:10 -07:00
Murat65536
72fb0a0d28
Add default to switch case.
2025-05-23 22:04:13 -04:00
Murat65536
cbfb329b94
Add direction-independent movement.
2025-05-23 18:31:34 -04:00
leijurv
89b0fd74dd
some readme updates, yes i intentionally linked to the baritone discord server three times
2025-05-14 15:48:46 -07:00
Murat65536
1078270eb3
Clean up.
2025-05-13 21:46:37 -04:00
ZacSharp
de0b1f271e
Update quick download links
2025-05-13 23:33:25 +02:00
ZacSharp
5ffd3fcf20
Update setup information
2025-05-13 23:29:54 +02:00
ZacSharp
773d753c60
Update quick download links
2025-05-13 21:31:56 +02:00
ZacSharp
647daf23aa
v1.9.5
...
previous commit was mistaken v1.9.4 already exists
v1.9.5
2025-05-13 19:35:28 +02:00
ZacSharp
01379f5474
v1.9.4
2025-05-13 19:32:29 +02:00
leijurv
fd49333db6
Merge pull request #4747 from ZacSharp/pr/1.19.4/setting/migrateAllowJumpAt256
...
Migrate `allowJumpAt256` to `allowJumpAtBuildLimit` in settings files
2025-05-12 13:30:24 -07:00
Murat65536
0378096340
Make Baritone not look forward while bridging.
2025-05-11 18:12:11 -04:00
ZacSharp
31b30e3a31
Migrate allowJumpAt256 to allowJumpAtBuildLimit in settings files
2025-05-10 20:24:26 +02:00
leijurv
0fe8c628c7
Merge pull request #4745 from ZacSharp/pr/1.19.4/misc/bsi/fixWrapperHeight
...
Fix height vs. max build height mixup
2025-05-10 11:07:24 -07:00
ZacSharp
f86f0ab6cd
Fix height vs. max build height mixup
2025-05-10 15:51:20 +02:00
Murat Bayraktar
40e83423bc
Update build limits ( #4736 )
...
* Update minimum build limit
* Update MovementDescend.java to work for any minimum height
* Update RenderCommand.java for dynamic build heights.
* Fix so it actually compiles.
* Small syntax change.
* Simpler formatting
* Fix more height issues.
* Remove allowJumpAt256 as redundant.
* Remove allowJumpAt256 as redundant.
* Update CalculationContext.java
* Update Settings.java
* Update Settings.java
* Deprecate allowJumpAt256.
* Re-introduce build limit jump setting.
* Update MovementParkour.java
* Update CalculationContext.java
* Update Settings.java
* Update CalculationContext.java
* Update src/api/java/baritone/api/Settings.java
Co-authored-by: ZacSharp <68165024+ZacSharp@users.noreply.github.com >
---------
Co-authored-by: Murat65536 <bob65536@proton.me >
Co-authored-by: ZacSharp <68165024+ZacSharp@users.noreply.github.com >
2025-05-09 22:36:17 -07:00
leijurv
d74420b265
Merge pull request #4720 from ZacSharp/pr/1.19.4/commands/preventRemoteCommandExecution
...
Don't let servers trick users into running arbitrary Baritone commands
2025-04-21 16:23:49 -07:00
ZacSharp
7aab08ae0f
Don't let servers trick users into running arbitrary Baritone commands
...
As of now there shouldn't be any exploitable commands, but better be safe
2025-04-22 00:50:02 +02:00
leijurv
2fc8490c72
Merge pull request #4712 from ZacSharp/pr/1.19.4/misc/moreExceptionMessages
...
Add messages to more exceptions and improve some existing ones
2025-04-19 00:08:40 -07:00
leijurv
ddc2820418
Merge pull request #4713 from ZacSharp/pr/1.19.4/misc/useMinecraftEyeHeight
...
Use minecraft method to determine sneaking eye height
2025-04-18 15:30:30 -07:00
ZacSharp
9e1e89b91f
Fix ancient comment
2025-04-18 23:34:16 +02:00
ZacSharp
7c4036dfb1
Don't leak coordinates in exceptions
2025-04-18 23:28:39 +02:00
ZacSharp
bbaa602fe9
Use minecraft method to determine sneaking eye height
...
Co-authored-by: Matthew Herber <matthewherber@sbcglobal.net >
2025-04-18 22:49:03 +02:00
ZacSharp
921822acd7
Add messages to more exceptions and improve some existing ones
2025-04-18 00:58:16 +02:00
leijurv
f019b81bd9
Merge pull request #2527 from ZacSharp/itemFollowing
...
Item following
2025-03-29 20:42:14 -07:00
leijurv
50df7b2026
Merge pull request #4677 from ZacSharp/pr/1.19.4/misc/backportCurrentLayerAndMenuLinks
...
Backport #4634 and #4205 to 1.19.4
2025-03-20 14:42:51 -07:00
Jack
92130f1642
Add issues links and link to Discord for ModMenu
2025-03-16 11:17:18 +01:00
Ic3Tank
fd13d5cbdc
Expose current layer in IBuilderProcess
2025-03-16 11:14:51 +01:00
ZacSharp
209b51b253
Fix parsing invalid ResourceLocations once again
...
This is to fix `ItemById` by making `filterPrefixNamespaced` not fail on invalid prefixes
2025-03-15 20:16:06 +01:00
ZacSharp
3fa0f34c1e
Remove unused import
2025-03-15 20:14:50 +01:00
ZacSharp
bf0c47c85c
✨ Command to pickup items
2025-03-15 20:14:38 +01:00
leijurv
9de3074041
Merge pull request #4662 from ZacSharp/pr/1.19.4/mine/fixCanWalkThroughButAvoidBreaking
...
Fix `MineProcess` stalling on blocks which are `canWalkThrough` but shouldn't be broken
2025-03-14 11:49:00 -07:00
leijurv
37a95aea97
Merge pull request #4661 from ZacSharp/pr/1.19.4/schematics/betterErrorMessage
...
Improve error messages from `#build`
2025-03-14 11:48:27 -07:00
leijurv
3116405953
Merge pull request #4660 from ZacSharp/pr/1.19.4/elytra/keepNetherPathfinderClasses
...
Fix nether-pathfinder with optimized forge/neoforge builds
2025-03-14 11:48:10 -07:00
leijurv
ed4f9cee78
Merge pull request #4659 from ZacSharp/pr/1.19.4/mixin/backportForgeFix
...
Backport #4138 to 1.19.4
2025-03-14 11:46:35 -07:00
ZacSharp
b8ac867fb9
Break from eye level outwards
...
We might be standing inside passable blocks (e.g. sugar cane) so the
block at foot level is occluded by the one at eye level.
This does still break if we are standing inside a non-target with a
target above or below.
2025-03-13 19:32:35 +01:00
ZacSharp
3f6c87a8ed
Better error message for unsupported formats
2025-03-08 23:35:23 +01:00
ZacSharp
bf08c4fcf4
Improve error messages from #build
2025-02-27 18:36:35 +01:00
ZacSharp
f357eb230b
Remove spam
2025-02-27 15:55:09 +01:00
ZacSharp
f3086c2231
Filter blocks where avoidBreaking returns false
...
shaft-mining checks `avoidBreaking` so not checking it here can cause
Baritone to walk to a position and then do nothing.
2025-02-27 15:36:59 +01:00
ZacSharp
002415425a
Slightly rephrase compatibility message
...
We cannot distinguish between unsupported systems and failures on supported systems
so strongly implying the former is potentially misleading.
2025-02-26 17:05:40 +01:00
ZacSharp
c54d878d1c
Fix nether-pathfinder on forge
2025-02-26 17:05:23 +01:00
rfresh2
590f5d98ee
fix forge mixin crash
...
cherry-picked from 7902517663
2025-02-26 16:12:21 +01:00
Babbaj
6cc5420b95
fix chuckpacker y bug
2025-02-09 02:20:47 -05:00
leijurv
849072f8ca
Merge pull request #4636 from Lyzev/1.19.4
...
add(Settings): added settings to control block placement in fluid sources and flowing fluids
2025-02-08 10:57:21 -08:00