jvyden
92c63dfbc3
readme.md formatting, fix VelocityModule and optimize, fix TotemNotifierModule null check
2020-07-09 18:53:05 -04:00
noil
89d5fdcb91
Merge pull request #17 from jvyden420/master
...
[NoCrystal] Add block placing delay, fix for Spigot servers
2020-06-30 18:24:00 -04:00
noil
13dfb07ea6
Merge pull request #36 from casKd-dev/nuker-feature-distfixed
...
[Nuker] Add fixed distance feature
2020-06-30 18:23:06 -04:00
jvyden
6208a8e291
Rename entitiesWithTotems, add listener
2020-06-25 23:15:53 -04:00
jvyden
80117b2622
clean imports
2020-06-24 11:10:28 -04:00
jvyden
fde70150c8
Add TotemNotifierModule
2020-06-24 11:03:58 -04:00
jvyden
23bf124775
Merge upstream master
2020-06-24 07:43:12 -04:00
jvyden
dd76a78df4
Change mode to visible bool, mansplain more
2020-06-24 07:34:50 -04:00
noil
9966895b0b
ArrayList module moved to appropriate category with updated description
2020-05-25 18:10:01 -04:00
noil
7fb7c9b299
Merge branch 'master' into master
2020-05-25 17:46:44 -04:00
noil
a4e34ef95d
First Launch component, keyTyped method added to hud components, tutorial & popup components also updated
2020-05-07 22:04:04 -04:00
noil
935460b426
remove invalid variables
2020-05-07 20:30:20 -04:00
cewiko1x
8ca6f61406
Fixed All The Things 2
2020-05-07 00:25:35 +02:00
cewiko1x
19286f4f18
Fixed all the things
2020-05-06 23:18:38 +02:00
cewiko1x
9f767452a5
Final
2020-05-06 19:30:32 +02:00
cewiko1x
e0b74e69a4
Update ArrayListComponent.java
2020-05-06 19:19:38 +02:00
cewiko1x
658aa70a5a
Update ElytraFlyModule.java
2020-05-06 19:16:17 +02:00
cewiko1x
af39caa068
Added sorting modes and changing names
2020-05-06 19:14:29 +02:00
Alex
6ac901e917
Use selection boolean also in non-fixed nuker
2020-05-03 19:10:09 +02:00
noil
1901a87255
Merge pull request #35 from casKd-dev/builtins-elytrafly
...
ElytraFly now disables NoHunger due to potential fall damage
2020-05-03 12:36:04 -04:00
noil
c3a3bf88bf
Merge pull request #34 from casKd-dev/shorten-scaffold
...
Optimize scaffold code
2020-05-03 12:32:43 -04:00
Alex
ebdbe7e44f
Improve scaffold logic
2020-05-02 22:05:36 +02:00
Alex
2421816fba
Add fixed distance feature
2020-05-02 18:43:05 +02:00
Alex
36b547a8ee
Use built-in functions and add disabling of the nohunger module, it conflicts with elytrafly
2020-04-29 22:07:05 +02:00
Alex
ad94dc409c
God gave me eyes to see, i don't want them anymore
2020-04-29 21:51:17 +02:00
Alex
b7a1cc34f6
Fix accidental deletion
2020-04-27 12:26:01 +02:00
Alex
43f3098a82
Replace module in the manager
2020-04-27 12:21:44 +02:00
Alex
21a179676d
Replace ChestAlert
2020-04-27 12:20:26 +02:00
Alex
db64548d91
Add module
2020-04-27 12:19:55 +02:00
noil
c13113e1aa
Merge pull request #27 from Old-Chum/QuickCraft
...
Added QuickCraft
2020-04-26 15:04:22 -04:00
Alex
02e61a4f81
Improved logic, average multiple directions and use variables for repeating calculations
2020-04-22 00:05:10 +02:00
Alex
91db3a8491
Add control mode
2020-04-21 23:16:44 +02:00
Old Chum
2fa46f3ca4
Added QuickCraft
2020-01-17 23:23:00 -08:00
Rigamortis
815665536a
Fixed a bug where you couldn't use ESC in the HudEditor GUI
2019-12-29 16:19:31 -09:00
Daniel E
6aa1a23c98
Default to non-development environment, if no key
...
Never going to happen!
2019-12-18 13:56:16 -07:00
Daniel E
d9f9d27d22
Changed the PatchManager to update automatically
...
This was really needed, I think the code could be improved but it'd need a different approach from the PatchManager as well, so that's for another time.
2019-12-18 12:48:34 -07:00
Rigamortis
9568251ef6
Values no longer clamp, Fixed gl bug with cameras
2019-12-17 17:32:57 -09:00
Rigamortis
7b3af30c6b
New patches, New events, Camera bug fixes
2019-12-17 01:58:31 -09:00
Rigamortis
d13b2e92f4
Fixed lots of bugs with cameras, RenderGlobalPatch, New events
2019-12-16 05:18:32 -09:00
Rigamortis
768ba3a83a
Fixed cameras rendering overlays
2019-12-15 16:41:25 -09:00
Rigamortis
133a14e367
Fixed cameras updating
2019-12-15 16:15:13 -09:00
Rigamortis
6cd3a2280a
Fixed a few bugs, Added CalcStrongholdCommand
2019-12-15 15:58:07 -09:00
Old Chum
16b79dbb54
Added HotBarRefillModule ( #19 )
...
* Added HotBarRefillModule
* Prevent mc from being initialized too many times
* Made HBR more efficient, added percentage option
2019-12-12 18:27:00 -07:00
Daniel E
6546e11531
Optimized PullDown
...
No longer uses an ArrayList for storing the ray trace results.
2019-12-11 17:45:13 -07:00
Rigamortis
4a166efefa
Added width and height to hud component configs, Fixed a bug with scrollbars when resized, Display zoom level on OverView
2019-12-11 14:56:50 -09:00
jvyden420
6b6d60fd07
Quality of Life: Sort Modules/Commands alphabetically
2019-12-10 18:19:54 -05:00
jvyden420
1db48cc015
NoCrystal: Fix file tags, shorten things, add comment to speed check,
...
place() checks if block is valid
2019-12-10 16:41:39 -05:00
jvyden420
23c52ebc59
NoCrystal: Packet mode fix, rm hasStack(), shorten findStackHotbar()
2019-12-10 13:09:29 -05:00
Rigamortis
e4b7525a28
Reworked the cape patch, Added cape module, Added hud components, Added Camera manager, Fixed bugs, Added quality additions to a few mods
2019-12-10 03:09:38 -09:00
jvyden420
07b3e97a61
General code cleanup
2019-12-05 17:48:49 -05:00