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 |
|
Leijurv
|
320a5d64a3
|
well i guess technically there could be an ore at bedrock level lmao
|
2020-10-30 22:39:30 -07:00 |
|
Leijurv
|
b16a8ecf21
|
Merge pull request #2079 from scorbett123/limitedMineDistance
add a minimum Y level during mining.
|
2020-10-30 22:35:26 -07:00 |
|
Leijurv
|
73265ef944
|
Merge pull request #2100 from GameCenterJerry/master
added jdk 8 instructions for macOS in SETUP.md
|
2020-10-30 22:28:57 -07:00 |
|
Leijurv
|
3bbc141e9a
|
Merge pull request #2132 from ZacSharp/noForgeMod
don't make non-forge jars valid mods (fixes #2124)
|
2020-10-30 22:28:03 -07:00 |
|
ZacSharp
|
9ca95e8e14
|
don't make non-forge jars valid mods (fixes #2124)
|
2020-10-31 03:21:59 +01:00 |
|
Sam Corbett
|
9922382581
|
don't fall back onto the first slot if it has a low durability item in the slot.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
|
2020-10-28 08:44:40 +00:00 |
|
scorbett123
|
4aa52d2f2e
|
add itemSaver setting.
Signed-off-by: scorbett123 <sam@corbettchocolates.com>
|
2020-10-24 18:03:29 +01:00 |
|
Leijurv
|
6d51e10090
|
Merge pull request #1971 from krzys-h/fix-entity-follow-forge
Fix "#entity follow <name>" under Forge
|
2020-10-23 18:54:11 -07:00 |
|
GameCenterJerry
|
14b75973b0
|
Update SETUP.md
|
2020-10-22 15:02:17 +11:00 |
|
GameCenterJerry
|
0bfd0bca0c
|
Update SETUP.md
|
2020-10-22 13:47:50 +11:00 |
|
GameCenterJerry
|
cafb810a1f
|
Update SETUP.md
|
2020-10-22 13:28:18 +11:00 |
|
GameCenterJerry
|
07704b3ec7
|
Update SETUP.md
|
2020-10-22 13:14:53 +11:00 |
|
GameCenterJerry
|
7032efcc05
|
added jdk 8 instructions for macOS
added necessary commands and download links
|
2020-10-22 13:09:56 +11:00 |
|
millennIumAMbiguity
|
65a5677b33
|
Added the feature to only farm within range of a waypoint.
|
2020-10-22 00:36:19 +02:00 |
|
millennIumAMbiguity
|
5d3522ca0a
|
Added range argument to farm
|
2020-10-16 23:32:53 +02: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 |
|