Commit Graph

757 Commits

Author SHA1 Message Date
Leijurv 5f721b544e
smh conner, imagine getting the same block position 2x without caching 2019-07-31 20:47:46 -07:00
Conner 9541a45451 Resolve comments 2019-07-30 21:37:50 -07:00
Conner bba4c09195 Add parkour ascend 2019-07-30 21:07:26 -07:00
Leijurv 551b6b88d2
EXTREMELY old comment that is no longer true 2019-07-28 00:19:14 -07:00
Leijurv afebdce1f8
fix crash and ice behavior 2019-07-25 16:02:29 -07:00
Leijurv 4c8907c629
it launches 2019-07-23 14:12:44 -07:00
Leijurv 223791cea7
Merge branch '1.13.2' into 1.14.2 2019-07-23 12:09:39 -07:00
Leijurv de6e96b952
Merge branch 'master' into 1.13.2 2019-07-23 11:58:45 -07:00
Leijurv 0e51a73149
instanceof BlockLiquid checks this 2019-07-23 11:53:21 -07:00
Leijurv 6b9737eb3f
fix double jump on paused overshot sprint ascend 2019-07-21 22:04:15 -07:00
Leijurv 9dd6856872
get called out 2019-07-21 14:36:02 -07:00
Leijurv df900c9e64
use origin 2019-07-19 18:55:32 -07:00
Brady af943a8253
Fix issue opening fence gates in some scenarios
If there are 2 fence gates at the player height, and they are approached
diagonally, there is a slight chance that Baritone will be caught in an
infinite loop of opening and closing the upper fence gate, being unable
to interact with the bottom one.
2019-07-18 21:18:02 -05:00
Leijurv ce4b1e09ed
fix parkour and multithread farm 2019-07-11 14:39:10 -07:00
Leijurv 1390af20b6
fix parkour and multithread farm 2019-07-11 12:46:24 -07:00
Leijurv 8f63dd4ba6
Merge branch 'master' into 1.13.2 2019-07-11 10:51:29 -07:00
Leijurv f4dd100345
fix indexof 2019-07-08 23:16:26 -07:00
Brady c7e1c917c3
Fix Baritone thinking it can walk through wall-placed skulls
Fixes #485
2019-07-08 19:21:09 -05:00
Leijurv b81bcf8c6d
fix path start in diagonal and downward 2019-07-07 11:44:56 -07:00
Leijurv 4259764b70
thank you off by one errors very cool 2019-07-07 11:12:32 -07:00
Leijurv 8f761f7dff
better skip ahead 2019-07-07 11:03:43 -07:00
Leijurv fdd78cf110
codcacy wants these to be combined 2019-06-28 22:17:31 -07:00
Leijurv fd6923dd28
ok i forgot falling into water 2019-06-24 20:38:17 -07:00
Leijurv 9c64067d49
vastly improve resilience to lagbacks, fixes #446 2019-06-24 17:53:25 -07:00
Leijurv f4d2ea7923
fix path canceling at edge of loaded chunks hopefully 2019-06-24 10:43:49 -07:00
Leijurv ce3d3bb244
literally no reason to have this 2019-06-23 22:49:33 -07:00
Leijurv 8758c77ac0
most of the way there 2019-06-10 18:25:20 -07:00
Leijurv dba496471e
api sourceset done 2019-06-10 12:43:02 -07:00
Leijurv 125facfbb6
Merge branch 'master' into 1.13.2 2019-06-10 11:50:14 -07:00
Brady ee6796d5e2
crucial performance optimization (pt. 2) 2019-06-07 03:52:46 -05:00
Brady 81d7f3c319
crucial performance optimization 2019-06-07 03:19:23 -05:00
Brady ce606f826b
consistency 2019-06-06 19:05:13 -05:00
Brady 4c4bc8058b
Some clean ups 2019-06-06 04:15:43 -05:00
Leijurv f0210f7c5f
add an additional underscore 2019-06-05 22:12:28 -07:00
Leijurv aef84eceb8
fix a rare crash when the view is occluded by falling sand, fixes #443 2019-06-05 14:26:26 -07:00
Leijurv a6ea9ed3a6
👶 2019-06-05 12:47:18 -07:00
Leijurv 0815e3c195
thank u intellij very cool suggestion 2019-06-05 12:08:19 -07:00
Leijurv a1c03eb601
another tool selection fix 2019-06-05 12:04:09 -07:00
Leijurv 1e43563cc3
fix weird backfill behavior 2019-06-04 20:55:31 -07:00
Leijurv 79da32cc60
unused 2019-05-21 15:07:05 -07:00
Leijurv 9297e98ac3
Merge branch 'master' into 1.13.2 2019-05-16 14:55:37 -07:00
Leijurv 7dcd7384f1
allow overshooting traverse 2019-05-04 15:01:11 -07:00
Leijurv b521d7bee1
fix dummy merge typo 2019-05-02 11:42:49 -07:00
Leijurv ec819220b7
Merge branch 'master' into 1.13.2 2019-05-01 12:15:31 -07:00
Leijurv 54da0d24a3
dont mine blocks that update falling blocks, fixes #395 2019-05-01 11:16:24 -07:00
Leijurv 58ebd5f9a6
split this out into its own function 2019-05-01 11:01:00 -07:00
Leijurv d60a0bee9e
move this behind the toolset cache for performance 2019-05-01 10:48:17 -07:00
Leijurv 920ce745c2
fix some scuff from minebot 2019-04-29 23:08:17 -07:00
Leijurv b338dcc9de
add path splice option 2019-04-29 11:46:21 -07:00
Leijurv 36858ca219
small cleanup 2019-04-25 11:22:11 -07:00
Leijurv 30469e2de2
pause mining for falling blocks, fixes #157 2019-04-25 11:10:18 -07:00
Leijurv 83265fcb54
add blocks to avoid breaking, fixes #368 2019-04-22 19:52:04 -07:00
Leijurv 315cc26525
Merge branch 'backfill-2' 2019-04-21 21:42:11 -08:00
cdagaming c4c85b4f49 [Change] Add Block Avoidance Settings
Fixes #392
2019-04-20 12:04:07 -05:00
Leijurv 7e3aa6efdd
Merge branch 'master' into backfill-2 2019-04-19 10:59:21 -07:00
Leijurv 6599736e00
fix that reference 2019-04-17 20:23:36 -07:00
Leijurv 518fa1c74d
reformat all files 2019-04-17 19:49:04 -07:00
Leijurv 0b72a8b4b3
fix overshoot 2019-04-17 19:46:25 -07:00
Leijurv c013d1e0d9
fix various toxic clouds 2019-04-17 18:10:47 -07:00
Leijurv f49df63183
that can never be null 2019-04-16 10:20:23 -07:00
Leijurv e0a618a791
epic farm 2019-04-15 17:12:20 -07:00
Leijurv f7f003c0f9
farm 2019-04-13 19:05:54 -07:00
Leijurv f85afdbc70
Merge branch 'master' into 1.13.2 2019-04-12 21:57:01 -07:00
Leijurv 6741666c24
Merge branch 'master' into backfill-2 2019-04-12 17:43:01 -07:00
Leijurv fcadf68c90
cool tunnel feature and various fixes 2019-04-12 17:42:50 -07:00
Leijurv d5c317b88b
Merge branch 'master' into 1.13.2 2019-04-09 18:17:53 -07:00
Leijurv 2e8fdd43ee
no flowing 2019-03-24 13:53:19 -07:00
Leijurv a8f373d568
fine; assumewalkonlava 2019-03-24 13:07:08 -07:00
Leijurv c59ec9da10
blank space 2019-03-23 22:17:40 -08:00
Leijurv 71491a7922
blank space 2019-03-23 22:17:40 -08:00
Leijurv f970f932c7
great 2019-03-23 10:52:03 -07:00
Leijurv 52d2741f52
and lets try making it fail delibrately 2019-03-23 10:31:36 -07:00
Leijurv 277ba3643c
Merge branch 'master' into 1.13.2 2019-03-22 21:24:43 -07:00
Leijurv bc49b2d5ba
add allowDownward, fixes #369 2019-03-22 15:50:23 -07:00
Leijurv f58b6b41cb
second attempt at backfill 2019-03-22 15:45:34 -07:00
Leijurv af91da6a28
Merge branch 'master' into 1.13.2 2019-03-19 18:12:26 -07:00
Leijurv 49658078b9
trapdoors cant be passed vertically in either state, thanks plutie 2019-03-18 22:38:06 -07:00
Leijurv 0cbe9f81c8
Merge branch 'master' into 1.13.2 2019-03-15 16:58:23 -07:00
Leijurv 610fe6439f
fix getting permanently stuck on vines 2019-03-15 14:25:43 -07:00
Leijurv 717779f742
air is stupid 2019-03-14 16:06:32 -07:00
Leijurv 6f843bd24d
Merge branch 'master' into 1.13.2 2019-03-13 20:09:08 -07:00
Leijurv d79fbea433
scuffed air 2019-03-13 18:08:15 -07:00
Leijurv 74e0552be0
unscuff water, thanks wwe 2019-03-12 23:10:06 -07:00
Leijurv 4d22c10ddb
unscuff water, thanks wwe 2019-03-12 23:08:06 -07:00
Leijurv 2215f170df
Merge branch 'builder' 2019-03-12 19:16:40 -07:00
Leijurv fa8f2632f5
dont jump while breaking 2019-03-12 18:58:35 -07:00
Leijurv 6bd2e90cfd
crash when pathing near shulker boxes 2019-03-12 17:18:58 -07:00
Leijurv 11e503a022
many fixes 2019-03-12 16:17:43 -07:00
Leijurv b240e8420a
whoops 2019-03-12 15:53:00 -07:00
Leijurv 25024b58de
fix a bunch of scuff 2019-03-12 15:52:40 -07:00
Leijurv 1f2e267e3d
fix a bunch of scuff 2019-03-12 15:41:58 -07:00
Leijurv 7974d9135b
Merge branch 'master' into builder 2019-03-11 23:26:05 -07:00
Brady 841a927033
Merge remote-tracking branch 'origin/master' into 1.13.2 2019-03-12 01:09:11 -05:00
Brady 5a16561954
Working 1.13.2 development environment
Including a couple bugfixes to bad 1.13.2 code!!!
2019-03-12 01:05:39 -05:00
Leijurv 580af2ab06
processes tied in priority 2019-03-11 18:24:31 -07:00
Brady c38d17563d
Resolve merge conflicts
oh my god I should've updated my local branch before doing this
2019-03-08 14:44:49 -06:00
Brady 0c2af85ac0
Update to 1.13.2
Still need to setup method of launching, and Mixin support for ModLauncher
2019-03-08 14:30:43 -06:00
Leijurv 8050b69f2f
no more .get 😎 2019-03-04 21:30:04 -08:00
Leijurv 71cb0f6d36
fix a weird way of getting stuck on a ladder 2019-03-04 21:00:41 -08:00
Leijurv 2e186019f5
Merge branch 'master' into builder 2019-02-28 12:32:29 -08:00
Leijurv a4237bf1f9
tentative fix to descend, needs testing 2019-02-27 23:04:43 -08:00
Leijurv 9be44c0371
placement without unepic right click 2019-02-26 14:57:44 -08:00
Leijurv 5412fa6cfd
cursed flowing 2019-02-25 20:35:06 -08:00
Leijurv fbb2d37634
allow placing against replacable blocks 2019-02-25 18:01:11 -08:00
Leijurv 583ce80003
not reliable enough with jesus to jump from water over a gap 2019-02-24 13:57:33 -08:00
Leijurv 195c33407e
cant walk through heads 2019-02-24 13:43:53 -08:00
Leijurv 3b46dbd6a1
appease codacy 2019-02-22 14:05:29 -08:00
Leijurv e63b2f1bf1
unused arg 2019-02-22 13:58:03 -08:00
Leijurv bf12763a10
fix a bunch of bugs with placement 2019-02-20 08:08:52 -08:00
Leijurv 3e94d92fbd
Merge branch 'master' into builder 2019-02-19 22:33:19 -08:00
Leijurv 84d8f826ff
fine lol, fixes #340 2019-02-19 19:41:26 -08:00
Leijurv a8ddb2fcf1
also disallow while breaking 2019-02-19 13:28:58 -08:00
Leijurv 76c4ca9ba6
fix path reliability after lateral movement 2019-02-19 12:55:58 -08:00
Leijurv ed2b0f0bb9
fix jump before place ascend 2019-02-19 12:44:29 -08:00
Leijurv 6702b44b3e
reformatted and fixed stuck on break fall 2019-02-19 12:43:44 -08:00
Leijurv ce73d34627
Merge branch 'master' into builder 2019-02-16 20:49:07 -08:00
Leijurv 46c2d8f7c7
unneeded 2019-02-15 21:35:52 -08:00
Leijurv 3f1ee100bf
only sprint ascends that are followed in the same direction 2019-02-13 22:39:34 -08:00
Leijurv 41b1106c72
sprint in water for real 2019-02-13 21:20:06 -08:00
Leijurv b27d95a615
proper fall overshooting 2019-02-13 21:11:13 -08:00
Leijurv 5b8a83853d
add setting to sprint in water 2019-02-13 19:23:16 -08:00
Leijurv bffeb9c862
forgot one extra check 2019-02-13 18:38:46 -08:00
Leijurv dbd760fbcb
some polish on ascend sprinting 2019-02-13 18:26:30 -08:00
Leijurv a84b3bfc7a
sprint through ascends whenever possible, fixes #149 2019-02-13 16:55:08 -08:00
Leijurv e8d3bf509c
clarify 2019-02-13 16:33:27 -08:00
Leijurv 9ecd24c755
remove toxic cloud 2019-02-13 16:30:41 -08:00
Leijurv c473914d05
fix flashing backwards, fixes #265 2019-02-13 13:54:50 -08:00
Leijurv 99cb7f5142
crucial performance optimization 2019-02-12 21:36:53 -08:00
Leijurv 67fa91abe8
fixes to descend, and goto coords 2019-02-07 15:55:39 -08:00
Leijurv 68e8717b5c
Merge branch 'master' into builder 2019-02-06 21:05:14 -08:00
Leijurv aa8773a67e
fixes to sprinting through descend and diagonal 2019-02-06 20:54:07 -08:00
Leijurv a822d3ef05
horrifying placement 2019-02-06 16:22:40 -08:00
Leijurv 311cf81e8a
Merge branch 'master' into builder 2019-02-06 12:54:03 -08:00
Leijurv 798f25ff81
dont glitch weirdly when failing a parkour jump 2019-02-04 13:52:11 -08:00
Leijurv 57b2e360ca
dont include current movement cost while deciding when to plan ahead 2019-02-04 13:27:35 -08:00
Leijurv 04e7da9b73
lower walk into can be water, but not upper 2019-02-04 13:07:05 -08:00
Leijurv 5382d265f2
crucial performance optimization 2019-02-03 19:46:59 -08:00
Leijurv 0e1534613c
appease codacy 2019-02-03 19:34:29 -08:00
Leijurv 246c00c773
dont repeat that 2019-01-31 19:19:44 -08:00
Leijurv 272dd79426
much needed pathing overhaul 2019-01-30 15:49:37 -08:00
Leijurv 5fb8a1d3d1
Merge branch 'master' into builder 2019-01-29 19:58:51 -08:00
Leijurv b4d307d4cc
cherry pick some movement fixes from builder 2019-01-29 19:56:50 -08:00
Leijurv 306bd18a40
Merge branch 'master' into builder 2019-01-29 19:47:36 -08:00
Leijurv 9faa0ddc62
huge number of fixes 2019-01-29 15:22:54 -08:00
Leijurv 056742479e
except without that 2019-01-28 16:06:34 -08:00
Leijurv 840b7e6987
misc fixes #315 2019-01-28 15:59:53 -08:00
Leijurv ccd56e0368
Merge branch 'master' into builder 2019-01-19 16:36:42 -08:00
Brady 20b03d0004
No more setSprinting 2019-01-18 13:43:19 -06:00
Leijurv 261d02e67b
Merge branch 'master' into builder 2019-01-14 13:01:25 -08:00
Leijurv f8681d179d
TODO use nanotime when calc starts on dec 31 2019-01-13 00:00:52 -08:00
Leijurv f23630064e
reorder 2019-01-12 22:33:46 -08:00
Leijurv a6ce4694fc
hotbar selection uwu 2019-01-12 19:51:21 -08:00
Leijurv bec7f9be96
this lets proguard optimize out one more double division 2019-01-11 13:18:31 -08:00
Leijurv 09e94eaa8e
not anymore 2019-01-11 13:02:03 -08:00
Leijurv 1ad6a0d5b5
remove all that crap lol 2019-01-10 18:21:02 -08:00
Leijurv 863ae447b9
except we actually make it work 2019-01-10 18:15:05 -08:00
Leijurv 4dd922f1b5
Merge branch 'master' into builder 2019-01-10 17:27:23 -08:00
Leijurv f95dc40f4c
consolidate triple duplicated placement code 2019-01-10 17:23:20 -08:00
Leijurv 1381d8d94c
two small tweaks 2019-01-10 13:50:53 -08:00
Leijurv 85ea21e83b
epic movement input 2019-01-09 18:22:34 -08:00
Leijurv 1dca02517e
disable backtrack cost favoring while building 2019-01-09 15:42:49 -08:00
Leijurv 7d572d748b
shouldnt be needed actually 2019-01-09 15:13:48 -08:00
Leijurv b109fc7420
fun =) 2019-01-09 15:07:06 -08:00
Leijurv c74c01271d
better strategy 2019-01-09 14:36:44 -08:00
Leijurv 702b916948
preliminary schematic stuff 2019-01-08 20:45:02 -08:00
Leijurv 8ed2431f37
Merge branch 'master' into builder 2019-01-08 14:56:48 -08:00
Leijurv e971d5d43f
prevent favoring from affecting movement cost thresholds 2019-01-08 14:56:21 -08:00
Leijurv 816727d65b
not happening 2019-01-01 22:32:43 -08:00
Leijurv 0e012adb6c
unneeded 2018-12-31 08:00:43 -10:00
Leijurv 1da72ba473
unneeded 2018-12-28 17:17:43 -10:00
Leijurv 251110c4f8
the start of something big 2018-12-25 21:07:17 -08:00
Leijurv 50d37bb311
lol 2018-12-25 20:07:26 -08:00
Leijurv bbb73008ac
stupid 2018-12-24 18:42:01 -08:00
Leijurv c4eb6be0fe
dumb 2018-12-23 23:09:02 -08:00
Leijurv 4d7e74365b
reformat 2018-12-21 17:54:16 -08:00
Leijurv b9b25e7e6b
no more stupid wrapper getters 2018-12-20 21:22:18 -08:00
Leijurv 8a4f48f08d
diagonal descend option 2018-12-20 21:06:56 -08:00
Leijurv ae9ab03e51
walk on water hunger penalty 2018-12-19 22:01:47 -08:00
Leijurv 77938a77e8
add jump penalty 2018-12-19 14:37:11 -08:00
Leijurv d41aa5f9ae
epicly fast 2018-12-19 12:59:07 -08:00
Leijurv 807d6a0cf4
crucial performance optimization 2018-12-18 16:22:54 -08:00
Leijurv a0ab2a8ba7
timing meme 2018-12-18 16:16:32 -08:00
Leijurv 801727dca6
fix parkour failures at height limit on NCP 2018-12-12 18:14:56 -08:00
Leijurv 44963fa4c7
diagonal descend 2018-12-11 22:26:55 -08:00
Leijurv 87dbf1dbba
fix false positive in check 2018-12-05 17:59:32 -08:00
Leijurv c795913259
fix splicing behavior around water 2018-12-05 10:21:56 -08:00
Leijurv 64eabf71f2
traverse place against below 2018-12-05 08:29:32 -08:00
Leijurv 2760354943
cool vine and ladder descending, fixes #159 2018-12-04 18:12:04 -08:00
Leijurv 28c2586452
fix parkour place logic 2018-12-04 15:50:44 -08:00
Leijurv 21d8c11cfe
go in the opposite order 2018-12-04 15:33:29 -08:00
Leijurv 862746038d
allow down placement, and fixes to replacable 2018-12-04 15:00:45 -08:00
Leijurv 2bd81b08c2
overhaul and fixes to cost calculation 2018-12-04 14:38:08 -08:00
Brady b22e93d6d0
Fix javadoc errors 2018-12-03 18:47:40 -06:00
Leijurv eedf993d7a
remove goal equality condition for path splicing 2018-12-03 13:40:38 -08:00
Leijurv d058cbf501
revert static cutoff, and fix goal comparisons in splice 2018-12-03 13:34:39 -08:00
Leijurv 17207d44e6
pick map over hybrid, due to performance 2018-12-02 19:39:10 -08:00
Leijurv 36cfcbbbe3
avoidances 2018-12-02 19:26:47 -08:00
Leijurv 1a6c0cd4d9
avoid mobs and spawners, fixes #162, fixes #240, fixes #278 2018-12-02 18:27:49 -08:00
Leijurv 57a3330200
don't splice if not on ground 2018-12-01 10:49:14 -08:00
Leijurv 6a402b4a2b
fix the fire thing in a slightly different way 2018-11-29 20:36:19 -08:00
Leijurv 043d6ffd20
improve pathingbehavior resiliency 2018-11-27 10:37:48 -08:00
Leijurv a8404a7286
only walk through supported snow, fixes #276 2018-11-26 15:32:28 -08:00
Leijurv 58d9134286
fix behavior around cocoa pods and vines, fixes #277 2018-11-26 15:01:34 -08:00
Leijurv 6d1130d2c3
favored lookup performance 2018-11-26 07:52:00 -08:00
Leijurv d9effc4a29
avoid creating thousands of unmodifiable lists just to get their size 2018-11-25 22:59:47 -08:00
Leijurv 14daf2ce85
unneeded, and was allocating thousands of sets a second 2018-11-25 22:50:22 -08:00
Leijurv f9a3a3b78b
main thread bsi creation doesn't need to copy loaded chunks 2018-11-25 22:30:37 -08:00
Leijurv 2ba0e6ada6
don't create a new bsi hundreds of times a tick maybe? 2018-11-25 22:19:04 -08:00
Leijurv 2b56d68f7d
many fixes to segment calculator, and chat demo usage 2018-11-25 11:53:56 -08:00
Leijurv 93217a3ae3
this is just not possible 2018-11-24 22:04:36 -08:00
Leijurv 50d4b5b4ed unneeded 2018-11-23 15:06:09 -06:00
Leijurv 7632d667c9 add a secondary failure cutoff 2018-11-23 15:06:09 -06:00
Leijurv a98c5d7d99
my house 2018-11-23 10:25:02 -08:00
Leijurv 6ed8d617cd
improve path checks, and add a overlap splice option 2018-11-23 09:31:25 -08:00
Leijurv b228f4c6fb
remove extraneous checks in bsi 2018-11-23 09:03:51 -08:00
Leijurv 70f8d1d4ae
fix bsi creation on wrong thread, cache chunks, fixes #210 2018-11-23 09:00:52 -08:00
Leijurv 0d7131413a
prevent double jumping 2018-11-23 07:55:59 -08:00
Leijurv b5a4e65fbf
unable to start a parkour jump from stairs 2018-11-23 07:47:28 -08:00
Leijurv 8db26af36c
tweak sneak range for ncp compatibility 2018-11-21 11:02:12 -08:00
Leijurv cfa874982c
fix a bunch of stuff in pillar, fixes #266 2018-11-21 11:00:46 -08:00
Leijurv 2a674cb869
don't sprint straight into danger 2018-11-20 18:58:47 -08:00
Leijurv fb971301a4
fix getting permanently stuck on sideways fence gates in our way 2018-11-20 16:32:55 -08:00
Leijurv 033da7e737
fix coefficient 2018-11-20 13:22:33 -08:00
Leijurv 14650f93c5
walk into lava less 2018-11-20 08:19:27 -08:00
Brady 6caae889b7
Fix AStarPathFinder Optional usage that's icky 2018-11-17 11:26:46 -06:00
Brady ce0e8b4cd1
Clean up some bad Optional practices 2018-11-17 11:18:55 -06:00
Leijurv 737c632227
path creation no longer throws this 2018-11-16 16:28:20 -08:00
Leijurv f5d0143b09
im dumb 2018-11-14 14:37:41 -08:00
Leijurv f808fc9802
general cleanup 2018-11-14 14:27:30 -08:00
Leijurv 8385bc35ed
wow thats a rare bug 2018-11-14 14:26:35 -08:00
Leijurv b56cdcda52
remove that toxic cloud 2018-11-14 14:19:24 -08:00
Leijurv c3a3670785
unused imports 2018-11-14 13:57:37 -08:00
Leijurv e4045e1343
and another 2018-11-14 13:48:45 -08:00
Leijurv 933b295c40
context objectMouseOver 2018-11-14 13:46:16 -08:00
Leijurv ce6ec00a89
get rid of the remaining references to mc.world 2018-11-14 13:24:44 -08:00
Leijurv b53f3925a4
forgot to add these files lol 2018-11-13 22:28:12 -08:00
Brady 3ccb0c74c6
Remove timestamps from since annotations 2018-11-13 21:53:27 -06:00
Brady 94bf8d4bbd
More review things 2018-11-13 16:53:13 -06:00
Brady 5e2f40a322
Fix some things mentioned by @Leijurv 2018-11-13 16:33:45 -06:00
Brady 17161fd576
Resolve merge conflicts 2018-11-13 15:29:02 -06:00
Brady d3db551cc9
Awesome 2018-11-13 15:14:29 -06:00
Leijurv 72058c792a
fix toxic clouds in legit mine 2018-11-13 12:20:27 -08:00
Brady bae34e5b80
Initial meme
Still need to fix MovementHelper LUL
2018-11-13 11:50:29 -06:00
Leijurv 1ab3e61984
reformatted 2018-11-12 21:01:40 -08:00
Leijurv 83f14b10bb
whoa codacy suggested something actually helpful 2018-11-12 15:45:35 -08:00
Leijurv 0ce4107d56
"fix" it 2018-11-11 18:23:18 -08:00
Leijurv e3cb164723
fix blockstateinterface 2018-11-11 17:36:54 -08:00
Leijurv 45e4239b26
context specific blockstateinterface lookups. also toxic 2018-11-11 12:35:22 -08:00
Leijurv f854d886d1
fix water bucket being placed one tick too early 2018-11-10 11:26:52 -08:00
Leijurv 3ddf6b2335
player and player controller toxic cloud 2018-11-09 19:12:36 -08:00