Commit Graph

221 Commits

Author SHA1 Message Date
ZacSharp 221eba11dd
Deal with others replacing the chat gui 2022-05-20 01:31:09 +02:00
Leijurv dc6b32a154
Merge pull request #3356 from wagyourtail/forceAllowBreak
add `allowBreakAnyway` setting
2022-03-31 14:08:13 -07:00
Wagyourtail bf450b7d68
rename to allowBreakAnyway 2022-03-24 17:34:31 -07:00
Wagyourtail 4e6b6d97ce
add forceAllowBreak setting 2022-03-24 17:33:33 -07:00
PhlegethonAcheron 6aadd00e72 Added usage syntax to the documentation for buildValidSubstitutes and buildSubstitutes 2022-03-20 15:41:25 -04:00
Wagyourtail 511941c714
reimplement death and bed waypoints 2022-03-15 18:39:19 -07:00
ehylo 0ade37f14f
Update Setup and Usage guides
Also fix 2 settings that just don't have a description for some reason, and add some information to the find command because that also for some reason did not have anything there. The descriptions I put may not be detailed enough so please let me know if things should change
2022-02-08 21:13:51 -08:00
Leijurv a5638bdba1
Merge pull request #3137 from scorbett123/remove_container_memory
Remove container memory
2022-02-01 23:56:49 -08:00
Entropy5 3adfa16db8 Option to ignore direction of certain blocks during building (because otherwise baritone just keeps breaking and replacing the same block) 2021-12-17 06:24:34 +01:00
scorbett123 90fcffdf2a Remove container memory
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-12-12 19:50:27 +00:00
Wagyourtail 9dc9edbbee fix tabbing 2021-10-27 13:53:13 -06:00
Wagyourtail 2980bb0320 match leij's backwards compat suggestion 2021-10-27 13:45:30 -06:00
wagyourtail 084798bd1b
Update src/api/java/baritone/api/Settings.java 2021-10-26 13:41:24 -06:00
wagyourtail 1c27b9b712
Update src/api/java/baritone/api/Settings.java 2021-10-26 13:34:10 -06:00
wagyourtail 1ca736692d
more closely match the existing docs and add discourageBreaking 2021-10-15 17:58:13 -06:00
wagyourtail 4dc4795cb7
AvoidBreak means never. 2021-10-15 00:00:48 -06:00
ZacSharp ab3a015d61
Add layerHeight setting 2021-06-24 23:33:48 +02:00
mankool 8bfe32eeef Added itemSaverThreshold 2021-06-09 10:34:45 -07:00
Leijurv e85c1bbc0d
Merge pull request #2736 from ZacSharp/exploreForBlocksForMining
Make MineProcess respect exploreForBlocks
2021-05-28 13:27:13 -07:00
ZacSharp f99bf0d000
Make legitMode always explore 2021-05-28 22:18:33 +02:00
Leijurv db24a2251f
Merge pull request #2771 from ZacSharp/notificationCallback
More log callbacks
2021-05-26 11:32:53 -07:00
Tabbs dcc27a7447 oops forgot the javadoc 2021-05-25 14:52:16 -05:00
Tabbs dda4928693 change name to renderGoalAnimated 2021-05-25 14:43:32 -05:00
Tabbs 3fc36cf798 fix y to 1 if animation is disabled 2021-05-25 12:34:17 -05:00
ZacSharp 253fbad3db
Make MineProcess respect exploreForBlocks 2021-05-10 22:37:35 +02:00
ZacSharp 522de3d4b7
Add callback settings for toast pop-ups and desktop notifications 2021-05-10 00:31:37 +02:00
Leijurv fccac8ed74
Merge pull request #2664 from ZacSharp/buildSelectedSchematic
Add setting to only build selected part of schematica schematic
2021-04-20 23:27:57 -07:00
ZacSharp 46066d4cac
Misc
* Rename schematicaOnlyBuildSelection to buildOnlySelection
* Make it useable with #build as well
* remove debugging code I forgot
2021-04-14 23:36:16 +02:00
ZacSharp c13cf4f29c
Add setting to only build selected part of schematica schematic 2021-04-13 23:09:54 +02:00
ZacSharp a4f06a9e1e
Update javadoc as well 2021-04-10 23:56:30 +02:00
ZacSharp f348a20035
invert disableAutoTool to autoTool 2021-04-04 03:34:10 +02:00
scorbett123 14149aa6b1
fix typo 2021-03-23 19:35:11 +00:00
Leijurv ae901219fb
Merge pull request #2526 from ZacSharp/buildSkipBlocks
Settings to alter block treatment while builing
2021-03-23 08:09:44 -10:00
Leijurv b4eabe19cb
Merge pull request #2482 from ZacSharp/schematicCacheClearing
Clear caches of schematics when moving them
2021-02-19 16:06:28 -08:00
ZacSharp c880f71dc8
Clear caches of schematics when moving them 2021-02-17 01:59:23 +01:00
scorbett123 1f10199e64 Change use sword to mine to default to true.
Signed-off-by: scorbett123 <50634068+scorbett123@users.noreply.github.com>
2021-02-08 08:34:31 +00:00
scorbett123 4ae81a3b0b
Merge branch 'master' into swordSaver 2021-02-07 12:19:18 +00:00
Leijurv b32c9f1724
Merge pull request #2107 from scorbett123/toolsSaver
add itemSaver setting.
2021-02-06 13:33:01 -08:00
ZacSharp fc1a2a6112
Add buildSubstitutes setting to builder 2021-01-17 02:45:40 +01:00
ZacSharp 13547781d2
add buildValidSubstitutes setting to builder 2021-01-17 00:53:50 +01:00
ZacSharp 7988274d61
add buildSkipBlocks setting 2021-01-12 23:59:11 +01:00
Leijurv c491d67925
add setting to just skip layers that the builder fails to construct 2020-11-11 17:53:26 -08:00
Sam Corbett b9eeab06a1 change useSwordToMine to default to false.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
2020-11-02 07:47:36 +00:00
scorbett123 49bc96dc7e
add useSwordToMine setting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
2020-11-01 16:12:38 +00:00
scorbett123 4aa52d2f2e
add itemSaver setting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
2020-10-24 18:03:29 +01:00
Sam Corbett bfb530e02b add a minimum Y level.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
2020-10-16 17:02:02 +01:00
Leijurv 5a5d11922f
Merge pull request #1995 from scorbett123/exposedOres
add mineOnlyExposedOres setting
2020-10-14 12:01:49 -07:00
CDAGaming d6665f1cd5
Added Toast API Support
This adds in a logAsToast and toastTimer option, and is a minified form of Indrit's initial implementation previously used from fabritone
2020-10-12 12:46:01 -05:00
Sam Corbett 612510550f fix javadoc.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
2020-09-08 19:00:41 +01:00
Sam Corbett 80e4852f90 Merge https://github.com/cabaletta/baritone into exposedOres 2020-09-08 17:48:45 +01:00