Commit Graph

763 Commits

Author SHA1 Message Date
rafern d11c41bf4d
Re-done crosshair module to support a tone of stuff
- also removed unused import in colorcomponent
2021-08-24 00:32:18 +01:00
rafern 9a5662451d
Ambiance module no longer kills you if you have epilepsy (very cool) 2021-08-23 22:01:47 +01:00
noil 9a5a1fb246
Merge pull request #79 from rafern/master
Lots of changes, see comment
2021-08-22 17:32:17 -04:00
rafern 40287cdafb
Fix storage tracers in 2D mode
i done goofed, shid
2021-08-22 21:52:13 +01:00
rafern 19f0a5545a
Use RenderUtil when rendering fluids in BlocksComponent, (...)
- Use GLStateManager when setting color in RenderUtil to avoid possible issues when changing colors (vanilla code may think that the color doesn't need to be updated by not using GLStateManager)
2021-08-22 21:21:05 +01:00
rafern de3eb332b6
Improved TextComponent, fix typos in RenderUtil.drawRect, (...)
- Allow key repeats in gui
2021-08-22 20:52:20 +01:00
rafern 4b99c4b778
Add storage module tracers, fix tracer destinations when bobbing camera
- also removed an unused var and cleaned up a lil bit of code
2021-08-21 19:45:16 +01:00
rafern 6a99196c02
Add standingTime value to AutoWalk module to fix rubberbanding issues
- Only send the baritone command if the player has been standing still for a certain amount of time instead of at the frame being checked
2021-08-20 22:21:53 +01:00
rafern e8d5924a23
Only cancel tab events when needed in commands module 2021-08-19 19:52:56 +01:00
noil 305ecdf915
Merge pull request #78 from rafern/master
Fixed LocateFeature command usage
2021-08-09 15:10:22 -04:00
rafern df0aa1d931
Fixed LocateFeature command usage 2021-08-09 20:04:00 +01:00
noil c0d0350303
Merge pull request #77 from rafern/master
Add LocateFeature command
2021-08-08 22:17:10 -04:00
rafern f1852fac23
Add LocateFeature command 2021-08-09 02:23:54 +01:00
noil dd729b2ecc
Merge pull request #76 from rafern/master
Add Regex value type, add regular expression filter to ChatFilterModule
2021-08-08 12:00:51 -04:00
rafern c8585c60c6
Add Regex value type, add regular expression filter to ChatFilterModule 2021-08-08 12:46:00 +01:00
noil ee2e43769b
Merge pull request #75 from rafern/master
Add support for fluid blocks to BlocksComponent
2021-08-07 20:22:47 -04:00
rafern 0b031c0733
Add support for fluid blocks to BlocksComponent 2021-08-08 00:26:17 +01:00
rafern 1b129b279e
Ignore sublime text project files 2021-08-01 15:13:29 +01:00
noil c770cf71fc
Merge pull request #72 from Old-Chum/master
Allows hovering over auto ignored peoples names to see what they said
2021-06-21 15:27:02 -04:00
Old Chum 50bc80960e Allows hovering over auto ignored peoples names to see what they said 2021-06-21 12:03:42 -07:00
Ossian Winter 6237410e9f
Make shields.io badges link to relevant link 2021-06-20 22:45:44 +02:00
noil 80b842ab26
Merge pull request #71 from bush-did-711/master
Added InstaBurrow and smart TP option to improve reliability
2021-05-25 10:33:23 -04:00
bush-did-711 9d316ba160 Added more checks to burrow 2021-05-24 23:44:01 -07:00
bush-did-711 52a7f15a8f Added Instaburrow and a few other options for reliability 2021-05-24 22:40:20 -07:00
bush-did-711 07502455b1 Added Instaburrow and a few other options for reliability 2021-05-23 13:25:09 -07:00
noil 6c1e00c3a2 NoToast: updated to optimized method 2021-05-17 14:51:13 -04:00
noil 20b0b9c7e1 Timer updates 2021-05-17 13:22:38 -04:00
noil f019595a67 NoToast description update 2021-05-17 13:11:56 -04:00
noil 9dea8d866d
Merge pull request #70 from B2H990/master
TPS Sync, Auto mode fix, NoToast
2021-05-17 13:09:40 -04:00
B2H990 2adafddbe2 TPS Sync, HAV0X Break fixes 2021-05-17 10:29:22 -04:00
B2H990 2c38344393 Merge branch 'seppukudevelopment:master' into master 2021-05-16 16:35:24 -04:00
B2H990 0527c11fdb Merge branch 'master' of https://github.com/B2H990/seppuku 2021-05-16 16:34:14 -04:00
B2H990 564e69ef80 Added NoToast 2021-05-16 16:32:30 -04:00
noil ee7015b39a SpeedMine cleanup & added StringUtil function 2021-05-16 14:30:48 -04:00
noil ea71168bca
Merge pull request #69 from B2H990/master
Added HAV0X Break
2021-05-16 13:39:33 -04:00
B2H990 4d69e14364 Merge branch 'seppukudevelopment:master' into master 2021-05-16 11:53:44 -04:00
B2H990 7ad28944a4 Added HAV0X Break 2021-05-16 11:52:59 -04:00
noil c853c434f3
Merge pull request #68 from B2H990/master
Added Sequential break
2021-05-15 23:01:02 -04:00
B2H990 b3ff950abc Added Sequential break 2021-05-15 18:56:09 -04:00
noil ff7830fe9c Update version # to 3.1.7 2021-04-27 15:28:30 -04:00
noil 10199d21c6 Update version # to 3.1.7 2021-04-27 15:28:10 -04:00
noil d68cf25ccb Code cleanup 2021-04-27 15:08:13 -04:00
noil 1b02722dce GuiMove: Fixed bugs, added new mode 2021-04-27 15:06:31 -04:00
noil 1dd2b94329
Merge pull request #66 from bush-did-711/master
Fixed Look mode math
2021-04-27 15:06:03 -04:00
bush-did-711 9657e5de12 Fixed Look mode math 2021-04-27 00:20:25 -07:00
noil f5014a74b5 Fix AmbianceModule blending 2021-04-22 15:46:20 -04:00
noil 132e3b476f Add missing comments to AmbianceModule 2021-04-19 23:26:20 -04:00
noil 6a34ad04d2
Merge pull request #63 from bush-did-711/master
Added ElytraDisable option to NoFall
2021-04-19 23:24:22 -04:00
bush-did-711 818a3d7c2b Added ElytraDisable option to NoFall 2021-04-19 18:07:17 -07:00
noil 74aa3173cb Redesigned BiomeComponent 2021-04-19 14:39:51 -04:00