Commit Graph

204 Commits

Author SHA1 Message Date
blockparole 6546cf9fe0 Merge branch 'master' into autofeetplace 2019-11-30 02:15:32 +01:00
Ridan Vandenbergh b6eb5065fd
Revert "added seppukus FastBow" 2019-11-25 22:34:58 +01:00
Ridan Vandenbergh 91d6237eb6
Merge pull request #143 from blockparole/fastbow
added seppukus FastBow
2019-11-24 23:30:33 +01:00
Ridan Vandenbergh a4e2c35384
Merge pull request #146 from blockparole/icespeed
added IceSpeed
2019-11-24 22:52:52 +01:00
Ridan Vandenbergh b960173651 Fix unbound float settings decimal errors as well
Closes #150
2019-11-24 22:42:15 +01:00
blockparole fd42105f7f AFP min max values and visibility predicate for timeout ticks 2019-11-24 17:02:39 +01:00
blockparole 4684ed8d82 AFP remove announcer and debug messages 2019-11-24 16:59:08 +01:00
blockparole 5f6f12b0fb AFP min max values 2019-11-24 16:57:17 +01:00
blockparole 7628417a97 Merge branch 'master' into autofeetplace 2019-11-24 16:55:03 +01:00
blockparole 0195e0e507 change IceSpeed slipperiness setting to float 2019-11-24 16:47:41 +01:00
blockparole 7e2b0f82dd Merge branch 'master' into icespeed 2019-11-24 16:46:33 +01:00
Ridan Vandenbergh 93206ec31a Merge remote-tracking branch 'origin/master' 2019-11-23 13:22:36 +01:00
Ridan Vandenbergh 0a7630c6c7 Fix floating point conversion errors for float settings
Not a pretty fix. This also fixes a visual bug with sliders and minimum values that are not equal to 0.
Closes #145
2019-11-23 13:22:20 +01:00
Ridan Vandenbergh 6d43df7e49
Merge pull request #140 from blockparole/autorespawn-antibug
added AutoRespawn anti glitch feature
2019-11-23 12:59:17 +01:00
Ridan Vandenbergh d6f789f305 Fix a NPE bug when joining
Sometimes AntiForceLook tried to adjust packets using a nonexistant player while joining.
2019-11-21 23:57:12 +01:00
blockparole 9bc05ebac8 AutoRespawn more clear naming and description
"Anti Bug" -> "Anti Glitch Screen"
2019-11-21 23:09:55 +01:00
blockparole 56b74198d6 AutoFeetPlace rotation setting and better entity detection 2019-11-21 21:44:53 +01:00
blockparole 0cba9fb85a IceSpeed 2019-11-21 20:08:14 +01:00
blockparole db81e773f8 add seppukus fastbow 2019-11-21 19:27:56 +01:00
blockparole b18fd6ecc0 AutoFeetPlace 2019-11-21 18:49:18 +01:00
blockparole 8fc5e1d366 Add BlockInteractionHelper Util Class 2019-11-21 18:47:57 +01:00
blockparole 8390451ef8 AutoRespawn anti bug 2019-11-21 17:56:03 +01:00
Ridan Vandenbergh 174297962d
Merge pull request #135 from blockparole/auto32k
Auto32k
2019-11-16 19:46:46 +01:00
blockparole 66bf207b6a Fix: Multiple Sprint Modules
Backpoort of cookiedragon234s fix: https://github.com/S-B99/KAMI/pull/46
2019-11-03 22:21:16 +01:00
blockparole 8542f87f37 Aura: Enum Name Style 2019-11-03 20:40:16 +01:00
blockparole 67ff9e0496 Aura: made "Tick Delay" Setting visibility Mode dependent 2019-11-03 19:39:15 +01:00
blockparole fcdde15967 Aura: Rename WaitMode Enum Values 2019-11-03 19:38:39 +01:00
blockparole 954569b565 Auto32k add yOffset Setting
auto enable Hit Aura
fix shulker not placing when hopper was placed sneaked
2019-10-31 13:47:04 +01:00
blockparole 978039f7c5 sane defaults 2019-10-31 12:43:21 +01:00
blockparole b07a2b2cc5 Aura wait mode tick delay 2019-10-31 12:38:35 +01:00
blockparole 2a8bff1ef7 Auto32k sane default Settings 2019-10-28 00:36:12 +01:00
blockparole b079794a0e Auto32k calculate position based on enemy distance in a sphere 2019-10-27 21:20:02 +01:00
blockparole 66f3c97ded Auto32k Sphere fallback
use (BlockPos : Sphere) as fallback for place target search
also code cleanup
2019-10-27 19:41:26 +01:00
blockparole fee61e7ca2 forgot this sanitization, also clarified some comments 2019-10-27 17:48:45 +01:00
blockparole 286446c5b5 🎅🏿 2019-10-27 17:08:10 +01:00
blockparole c895b89e0e Aura Raytrace Bugfix 2019-10-27 17:04:02 +01:00
blockparole 9b917890e5 Auto32k Raytrace Check 2019-10-27 17:02:27 +01:00
blockparole 749947579a Auto32k Y Offset Bugfix 2019-10-27 16:43:11 +01:00
blockparole ed7919f686 Auto32k Y Offset 2019-10-27 15:54:51 +01:00
blockparole ead6e279fa Auto32k 2019-10-27 15:34:46 +01:00
blockparole 19573c8882 "32k Only" Setting for Aura 2019-10-27 14:42:54 +01:00
IronException b59971d402 save where new chunks are 2019-09-25 23:37:18 +02:00
20kdc 6d7334d39c AbstractSetting merged into Setting
This completes the getting rid of redundant classes.
2019-09-05 00:03:55 +01:00
20kdc 81a72266de Obliterate & flatten the settings class tree.
This gets rid of a lot of redundant classes in-between Setting & AbstractSetting.
2019-09-01 15:20:24 +01:00
20kdc 08393e80ec Try to make sure .set can't write invalid values by routing them via Converter 2019-09-01 14:06:57 +01:00
Ridan Vandenbergh 0048121fc1 Fix malformed config crash 2019-08-27 23:37:32 +02:00
Ridan Vandenbergh 4fbd34dcc0 Merge remote-tracking branch 'origin/master' 2019-08-10 16:53:03 +02:00
Ridan Vandenbergh 7a4595b543 Clear ChunkFinder when disabled
Resolves #116
2019-08-10 16:52:53 +02:00
blockparole da9851e79d Show Health in Text Radar 2019-08-09 03:37:02 +02:00
Ridan Vandenbergh 289978e6dc Update mappings 2019-08-08 19:59:04 +02:00