Commit Graph

2725 Commits

Author SHA1 Message Date
ZacSharp
132cc0e131
make range initialization more readable 2021-02-10 10:25:17 +01:00
ZacSharp
5926369a56
formatting and comments 2021-02-10 10:15:14 +01:00
ZacSharp
ff068d374f
Don't box doubles 2021-02-10 00:29:45 +01:00
Leijurv
4132d6ff61
Merge pull request #2138 from scorbett123/swordSaver
add useSwordToMine setting.
2021-02-08 16:54:37 -08: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
Leijurv
e97704b37f
Merge pull request #2139 from scorbett123/notifyOnDeath
notify users that their death position has been saved.
2021-02-07 14:32:43 -08:00
scorbett123
4ae81a3b0b
Merge branch 'master' into swordSaver 2021-02-07 12:19:18 +00:00
Moondarker
f4ec9a8ec1
Merge pull request #2 from cabaletta/master
Fetching latest updates
2021-02-07 06:39:00 +03:00
Leijurv
711037b619
rearrange for consistency 2021-02-06 13:36:24 -08:00
Leijurv
b32c9f1724
Merge pull request #2107 from scorbett123/toolsSaver
add itemSaver setting.
2021-02-06 13:33:01 -08:00
Leijurv
be132c531e
Update SETUP.md 2021-02-05 22:53:44 -08:00
Leijurv
fb8826caf4
Update README.md 2021-02-05 22:42:03 -08:00
Leijurv
adff60b118
Update README.md 2021-02-05 22:41:52 -08:00
Leijurv
8f863bf19b
empty 2021-02-05 20:08:46 -08:00
Leijurv
331a7f3842
Merge pull request #2407 from DifferentPerson/master
Fix SpongePowered Maven repo URL
2021-02-02 16:06:48 -08:00
DifferentPerson
25de16e051
Fix SpongePowered Maven repo URL
SpongePowered recently changed their Maven repo URL, so this is the right one
2021-01-31 15:55:52 -08:00
Leijurv
a732e766f4
crucial performance optimization 2021-01-30 17:22:19 -08:00
Leijurv
91854f97ad
fully remove remnants of xvfb 2021-01-29 21:12:44 -08:00
Leijurv
835fb3471f
a long overdue reformat of every file 2021-01-29 20:17:53 -08:00
Leijurv
a9f497981f
Merge pull request #2080 from millennIumAMbiguity/master
Added range argument to farm
2021-01-29 17:41:08 -08:00
Leijurv
74dd88d123
Merge pull request #2359 from stragulus/build-with-forge-instructions
Add instructions to build with forge for minecraft 1.15+
2021-01-29 17:37:43 -08:00
ZacSharp
fd61207709
Fix heuristic(no args) returning wrong values 2021-01-28 01:40:33 +01:00
Leijurv
b94494d386
Merge pull request #2357 from ZacSharp/builderMaterialLogging
Log blocks the builder can't place (missing or obstructed by flowing liquid) when failing
2021-01-26 23:28:45 -08:00
Leijurv
974b19fcc7
Merge pull request #2378 from ZacSharp/patch-1
Correct usage for mining a specific amount
2021-01-26 23:24:07 -08:00
ZacSharp
364b7b5438
Correct usage for mining a specific amount
Found and fixed by @CesiumCs
2021-01-21 15:39:37 +01:00
ZacSharp
8c1a9f460d
Simple blockstate preservation for buildSubstitutes 2021-01-18 12:06:50 +01:00
ZacSharp
f6d4a315c7
Remove debug log 2021-01-18 11:58:42 +01:00
Bram Avontuur
0222c47113
Typo fix 2021-01-17 11:40:52 -05: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
d375d1abc9
Add setting parser for mappings 2021-01-17 00:16:34 +01:00
Bram Avontuur
33d007eea5
Add instructions to build with forge for minecraft 1.15+ 2021-01-16 11:34:12 -05:00
ZacSharp
5e4f31f39e
proper place/break costs for skipped blocks 2021-01-16 02:05:59 +01:00
ZacSharp
79e0f4ba23
Log blocks it can't place 2021-01-15 12:52:38 +01:00
ZacSharp
dba186347c
remove likely useless code breaking buildSkipBlocks 2021-01-13 22:45:59 +01:00
ZacSharp
7988274d61
add buildSkipBlocks setting 2021-01-12 23:59:11 +01:00
Leijurv
72cf9392b1
Update README.md 2020-12-24 21:34:02 -08:00
Leijurv
b6265036d4
Update README.md 2020-12-24 21:33:29 -08:00
Leijurv
dc70d810c9
Update README.md 2020-12-24 21:33:11 -08:00
Leijurv
16cfcb36a3
Update USAGE.md 2020-11-29 20:04:44 -08:00
Leijurv
6bec994a57
Merge pull request #2185 from unrootexe/master
Update rootNET's supported version
2020-11-19 23:56:45 -08:00
unrootexe
a99206b6c2
Update rootNET's supported version
rootNET supports the latest version of Baritone, this change reflects that
2020-11-16 17:18:32 +00: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
millennIumAMbiguity
853b5ca771 Moved throw up into the default: 2020-11-02 01:44:12 +01:00
millennIumAMbiguity
f4706fff18 Simplified and optimised code 2020-11-02 01:25:25 +01:00
millennIumAMbiguity
7218a46211 Added defaults and javadocs 2020-11-02 00:33:31 +01:00
scorbett123
c0f7d5ab44
fix error made while copying and pasting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
2020-11-01 17:30:53 +00:00
scorbett123
60f81fb89d
notify users that their death position has been saved.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
2020-11-01 17:18:31 +00:00
scorbett123
49bc96dc7e
add useSwordToMine setting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
2020-11-01 16:12:38 +00:00