1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-22 07:07:00 +00:00
Commit Graph

4077 Commits

Author SHA1 Message Date
leijurv
6d06713610
Merge pull request #4280 from ZacSharp/1.20.4-update
Merge 1.19.4 into 1.20.4
2024-03-28 16:51:28 -07:00
ZacSharp
980d68536c
Merge branch '1.19.4' into 1.20.4 2024-02-20 15:24:50 +01:00
leijurv
4144344acd
Merge pull request #4251 from wagyourtail/1.19/fix/feather-crash
Fix feather crashing by catching error
2024-01-23 14:40:28 -08:00
leijurv
e962c39506
Merge pull request #4248 from ZacSharp/pr/1.19.4/mine/unhardcodeMaxOreLocations
Unhardcode `ORE_LOCATIONS_COUNT`
2024-01-23 14:40:02 -08:00
leijurv
48f309ac05
Merge pull request #4247 from ZacSharp/pr/1.19.4/elytra/removeUnsafeCast
Remove unsafe generic cast
2024-01-23 14:39:44 -08:00
leijurv
0688a57a38
Merge pull request #4252 from wagyourtail/1.19/fix/build-fail
fix 1.19 build failing
2024-01-23 11:04:14 -08:00
Wagyourtail
078b3909b3
fix build failing, by making nether pathfinder version consistent 2024-01-23 08:18:58 -07:00
Wagyourtail
d51b23bd1e
Fix feather crashing by catching error 2024-01-22 10:39:12 -07:00
ZacSharp
9378f7e8a0
Unhardcode ORE_LOCATIONS_COUNT 2024-01-21 01:32:30 +01:00
ZacSharp
e7e434a95b
Remove unsafe generic cast 2024-01-20 23:35:54 +01:00
leijurv
be1203fabb
Merge pull request #4244 from wagyourtail/1.19/fix/null-elytra
fix 🪨🧠 preventing null elytra process from working
2024-01-20 08:50:31 -08:00
Wagyourtail
340d2a1d54
fix 🪨🧠 preventing null elytra process from working 2024-01-20 07:53:11 -07:00
leijurv
f84b749ff4
Update README.md 2024-01-06 12:21:52 -08:00
Leijurv
8a0f3018bf
v1.10.2 2024-01-06 11:28:46 -08:00
leijurv
3e7eb87a36
Merge pull request #4214 from wagyourtail/1.20/1.20.4
1.20.4
2024-01-06 09:26:22 -10:00
Wagyourtail
c146440cb2
mark 1.20.3 as supported 2023-12-17 03:36:23 -07:00
Wagyourtail
4b6652b4cf
1.20.4 2023-12-07 14:18:39 -07:00
Wagyourtail
21feeb664e
fix missing function 2023-11-23 19:31:55 -07:00
Wagyourtail
3dbcf0102a
fix forge version 2023-11-23 19:14:10 -07:00
Wagyourtail
c1b555c289
bump parchment 2023-11-23 19:11:39 -07:00
Wagyourtail
dce35e339f
Merge remote-tracking branch 'origin/1.19.4' into 1.20.2 2023-11-23 19:06:07 -07:00
leijurv
f147519a5c
Merge pull request #4195 from ZacSharp/pr/1.19.4/worldscanner/fixSingleValuePalette
Fix scanning chunks using a SingleValuePalette
2023-11-17 17:50:53 -08:00
ZacSharp
19accb0d90
Fix scanning in chunks using a SingleValuePalette 2023-11-16 23:52:12 +01:00
leijurv
44bcd4251d
Merge pull request #4114 from wagyourtail/just-unimined-update
bump unimined
2023-11-14 14:48:14 -08:00
William Gray
5795baab1a
Merge branch '1.19.4' into just-unimined-update 2023-11-14 07:12:23 -07:00
leijurv
e183dcba17
Merge pull request #4137 from babbaj/1.19.4
silence elytra chat spam
2023-10-31 11:27:25 -07:00
leijurv
a945cfaa3c
Merge pull request #4172 from ZacSharp/1.20.2-update
Merge 1.19.4 into 1.20.2
2023-10-31 11:26:58 -07:00
leijurv
ea964a976c
Merge pull request #4168 from ZacSharp/pr/build/1.19.4/improvedVersionDetection
Improve version detection
2023-10-31 11:26:10 -07:00
leijurv
1409c92e69
Merge pull request #4153 from xiaodown/xiaodown/add_git_to_dockerfile_apt
Adds git to the Dockerfile apt install (Windows build functionality)
2023-10-31 11:25:08 -07:00
leijurv
a0914192d0
Merge pull request #4158 from ZacSharp/pr/1.19.4/builder/restoreBuildIgnoreExisting
Restore `buildIgnoreExisting`
2023-10-31 11:23:44 -07:00
leijurv
e19fd1161d
Merge pull request #4157 from ZacSharp/pr/1.19.4/worldscanner/handleDuplicatePaletteEntries
Handle duplicate palette entries
2023-10-31 11:23:26 -07:00
ZacSharp
3a3b012199
Merge branch '1.19.4' into 1.20.2 2023-10-29 02:08:57 +01:00
ZacSharp
9accb2bfb0
Don't crash the build if git is not available 2023-10-26 21:19:26 +02:00
ZacSharp
20d62c68bf
Slightly better version strings 2023-10-26 21:19:26 +02:00
ZacSharp
0ca81b14bf
Restore buildIgnoreExisting 2023-10-18 16:39:26 +02:00
ZacSharp
1dd2a334d6
Handle duplicate palette entries 2023-10-18 12:45:31 +02:00
Xiaodown
3332ec9e1f Adds git to the Dockerfile apt install
I saw in setup.md "(if you have docker on Windows, I'd be grateful if
you could let me know if it works there too)".  So I went to build
it on Windows.

I use Windows Subsystem for Linux, which is (mostly) Ubuntu but not
really (there's no init).  But Docker Desktop has an integration for
WSL2.

For me, gradle wouldn't build the image without forcing git to install
in the container.  I'll attach screenshots to the pull request.  It just
looks like whatever ubuntu:focal my docker system grabbed doesn't have
git installed by default.

Anyway, this fixes it, and shouldn't screw anything even if git is
installed by default.  I tested it on my M1 Mac pro and it still works
fine.
2023-10-11 19:25:51 -07:00
leijurv
30f27d43e7
Merge pull request #4145 from wagyourtail/1.19.4
actually fix mine under 0 height
2023-10-06 01:40:09 -07:00
Wagyourtail
74457db125
actually fix mine under 0 height 2023-10-04 19:24:09 -06:00
leijurv
91588caf7d
oh my GOD 2023-09-28 20:42:08 -07:00
leijurv
9bf890a7b6
Merge pull request #4136 from rfresh2/1.20.2
1.20.2
2023-09-27 22:23:00 -07:00
leijurv
e1e620a0d9
Merge pull request #4138 from rfresh2/fix-forge-1-20-1-crash
Fix forge 1.20.1 crash
2023-09-27 22:19:09 -07:00
rfresh2
f5d15927de
1.20.2 2023-09-24 15:44:15 -07:00
rfresh2
7902517663
fix forge mixin crash 2023-09-24 15:44:15 -07:00
rfresh2
4db988dbef
fix forge mixin crash 2023-09-24 15:34:59 -07:00
Babbaj
9ad273a46c
silence elytra chat spam 2023-09-23 17:03:47 -04:00
leijurv
81932069d9
remove footgun 2023-09-13 21:25:59 -07:00
Wagyourtail
a1ac87f80d
bump unimined 2023-08-23 19:47:07 -06:00
Leijurv
97067b9078
Merge branch '1.19.4' into 1.20.1 2023-08-22 13:29:08 -07:00
Leijurv
2cd5c6b0af
delete master stuff 2023-08-22 13:28:45 -07:00