Commit Graph

294 Commits

Author SHA1 Message Date
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
Ridan Vandenbergh eb2a152647
Merge pull request #131 from blockparole/master
Auto32k & Aura Bugfix
2019-10-28 12:17:22 +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
Ridan Vandenbergh e5640b5fdb
Merge pull request #126 from S-B99/update-gradlew-squashed
Update gradlew to be more automatic and user friendly
2019-10-24 17:17:44 +02:00
S-B99 d19bffc1fc remove duplicates in gitignore 2019-10-24 11:16:19 -04:00
S-B99 69f265ea2a update gradlew to be more automatic and user friendly 2019-10-23 14:49:30 -04:00
Ridan Vandenbergh dad8b90779
Update README.md
Closes #123
2019-10-16 18:59:17 +02:00
Ridan Vandenbergh 76fa15975a
Merge pull request #121 from IronException/master
save where new chunks are
2019-09-25 23:51:43 +02:00
IronException b59971d402 save where new chunks are 2019-09-25 23:37:18 +02:00
Ridan Vandenbergh af51ab11b5
Merge pull request #118 from 20kdc/master
Try to prevent .set from crashing things by making it parse as JSON + minor refactor
2019-09-25 07:18:37 +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
Ridan Vandenbergh f5f88a9a97
Update README.md
It's mature enough :)
2019-08-09 22:35:24 +02:00
Ridan Vandenbergh 232c7d6133
Merge pull request #115 from blockparole/master
Show Health in Text Radar
2019-08-09 19:46:57 +02:00
blockparole da9851e79d Show Health in Text Radar 2019-08-09 03:37:02 +02:00
Ridan Vandenbergh d0dfebfd9f Update gradle wrapper 2019-08-09 02:51:27 +02:00
Ridan Vandenbergh 289978e6dc Update mappings 2019-08-08 19:59:04 +02:00
Ridan Vandenbergh 6631ea8a62 Merge remote-tracking branch 'origin/master' 2019-08-07 21:05:30 +02:00
Ridan Vandenbergh efd991a225 Don't snap if a modifier is held 2019-08-07 21:05:12 +02:00
Ridan Vandenbergh 2a500d3cfd
Update README.md
Removed codeclimate badge
2019-08-07 20:14:46 +02:00
Ridan Vandenbergh d005899ece Add Fire to NoRender
Closes #76
2019-08-07 16:30:17 +02:00
Ridan Vandenbergh f9193d42a3 Disable Carpenter and PortalTracers: they don't work 2019-08-07 02:54:21 +02:00
Ridan Vandenbergh cdae75c074 Modifiers are disabled by default 2019-08-07 02:47:58 +02:00
Ridan Vandenbergh f730ad10db Implement center alignment 2019-08-06 20:56:09 +02:00
Ridan Vandenbergh 18d798c562 British naming 2019-08-06 17:43:41 +02:00
Ridan Vandenbergh 01924826bb Fix bind deserialisation
Fixes #107
2019-08-06 17:28:49 +02:00
Ridan Vandenbergh ba54b66182 Use the correct exception for KAMILastConfig 2019-08-06 17:15:08 +02:00
Ridan Vandenbergh a0420e3ac5 Merge remote-tracking branch 'origin/master' 2019-08-06 17:07:17 +02:00
Ridan Vandenbergh acbe9fb86d Merge branch #bind-fix into master 2019-08-06 17:04:57 +02:00
Ridan Vandenbergh 47576f7754
Merge pull request #112 from S-B99/master
Update readme with new instructions from pull #64
2019-08-06 16:22:36 +02:00
S.B99 15629b541a
Merge pull request #7 from S-B99/patch-1
Make more reliable and automatically create folders
2019-08-06 02:17:01 -04:00
S.B99 70a2cf2465
Add chmod because it's probably needed 2019-08-06 02:14:12 -04:00
S.B99 8fc27bef83
Update to add instructions from recent pull merge #64 2019-08-06 02:09:42 -04:00
S.B99 9b4868f0fa
Make more reliable and automatically create folders 2019-08-06 02:08:59 -04:00