0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Commit Graph

3299 Commits

Author SHA1 Message Date
Alexander01998
324e269bf4 Remove redundant reset of forward and jump keys 2024-05-29 09:35:15 +02:00
Alexander01998
4bbf17fd7d Merge branch 'master' into v7.43 2024-05-29 09:30:59 +02:00
Alexander01998
2e01c02a4b
Merge pull request #996 from mdenials/patch-21
replace rangeSq to range.getValueSq()
2024-05-29 09:30:32 +02:00
Alexander01998
4d520a5d4f Use MC constant in PathProcessor.lockControls() 2024-05-29 09:11:59 +02:00
Alexander01998
a69014b881 Add MC constant in PathFinder 2024-05-29 09:06:51 +02:00
Alexander01998
63ab8191f7 Fix AntiAFK drowning protection 2024-05-29 09:04:13 +02:00
Alexander01998
9849f86c6e Fix AntiAFK waiting longer than it should 2024-05-29 08:51:37 +02:00
Alexander01998
4181d5ac53 Add AntiAFK show wait time setting 2024-05-29 08:48:06 +02:00
Alexander01998
6359b40a89 Use Gaussian randomness in AntiAFK timer 2024-05-29 08:14:52 +02:00
mdenials
829c47c462
Update KillauraHack.java 2024-05-29 11:10:49 +05:00
mdenials
22cb889d0a
Update KillauraHack.java 2024-05-29 11:06:44 +05:00
mdenials
e95027f8dd
Update KillauraHack.java 2024-05-29 11:03:57 +05:00
Alexander01998
bdb607ce94 Fix AntiAFK never resetting if it goes off the path 2024-05-28 20:26:30 +02:00
Alexander01998
92fcaffae6 Move player abilities for PathFinder to a record 2024-05-28 20:21:20 +02:00
Alexander01998
3a21cbb902 Change version to 7.43pre2 2024-05-28 14:16:00 +02:00
Alexander01998
c331277210 Fix TriggerBot detection
Fixes #997
2024-05-28 14:15:29 +02:00
Alexander01998
a7b0d718f1 Mark GameRendererMixin.cancelNextBobView as @Unique 2024-05-27 13:41:27 +02:00
Alexander01998
b634d047fd Fix endless retry-loop if downloading Wurst capes list fails
Fixes #1000
2024-05-26 12:57:14 +02:00
Alexander01998
4e3e1b4ba7 Add @Unique annotations to PlayerSkinProviderMixin 2024-05-26 12:35:55 +02:00
Alexander01998
ff9d918a42 Fix NPE in MicrosoftLoginManager 2024-05-26 12:23:12 +02:00
Alexander01998
96a5682ca2 Merge #999 (zh_cn translation update) into v7.43 2024-05-26 12:05:27 +02:00
Starmoe
36de1e7c68
Update zh_cn.json
添加并优化部分翻译/Add and optimize some translations
2024-05-25 19:20:31 +08:00
Alexander01998
02f2fb043c Fix Excavator mining slowly with AutoTool 2024-05-24 10:45:08 +02:00
Alexander01998
ec68d44538 Fix Excavator still sometimes getting stuck on unbreakable blocks 2024-05-24 10:39:09 +02:00
Alexander01998
daebd4bd37 Refactor ExcavatorHack 2024-05-24 10:28:20 +02:00
Alexander01998
b1d2480aeb Fix Excavator conflicting with AutoEat
Fixes #316
2024-05-24 09:35:47 +02:00
Alexander01998
db4ffba1c2 Fix Excavator trying to break bedrock in survival mode
Fixes #675
2024-05-24 09:10:22 +02:00
Alexander01998
4c121f0555 Add isUnbreakable() helper method 2024-05-24 09:09:31 +02:00
Alexander01998
1beb99a33c Remove unnecessary MC.player.getInventory() 2024-05-24 07:56:55 +02:00
Alexander01998
1edb92132a Change version to 7.43pre1 2024-05-23 21:53:08 +02:00
Alexander01998
b0111c744e Fix isTooDamaged() check in putAwayDamagedTool() 2024-05-23 21:52:34 +02:00
Alexander01998
fc3489ff7c Update to 24w21b 2024-05-23 17:11:57 +02:00
Alexander01998
88a7760e90 [Wurst-Bot] Update to 24w21b 2024-05-23 13:40:33 +02:00
Alexander01998
e178cab6ab Refactor private AutoTool methods to take BlockState instead of BlockPos 2024-05-23 09:53:10 +02:00
mdenials
5907bf69c3
Update KillauraHack.java 2024-05-22 19:36:26 +05:00
mdenials
6a4a5b1e8a
replace rangeSq to range.getValueSq() 2024-05-22 19:32:41 +05:00
Alexander01998
633c9d0aee Disable AutoTool's "Switch back" checkbox by default 2024-05-22 13:11:15 +02:00
Alexander01998
91dc8b4c78 Clarify unit of repair mode slider 2024-05-22 12:53:31 +02:00
Alexander01998
deeb81e618 Make repair mode more reliable 2024-05-22 12:50:13 +02:00
Alexander01998
bddce67407 Fix AutoTool Switch back sometimes making it mine with the wrong tool 2024-05-22 10:35:28 +02:00
Alexander01998
7b0f7751de Wrap long description text in AutoToolHack 2024-05-22 10:32:02 +02:00
Alexander01998
9337710ac3 Fix AutoMineHack
Closes #151
Closes #989
2024-05-21 21:43:26 +02:00
Alexander01998
8406313de2 Remove trailing ".0" in decimal slider values 2024-05-20 15:46:17 +02:00
Alexander01998
4823747f80 Simplify totem counting with InventoryUtils 2024-05-20 15:24:27 +02:00
Alexander01998
d11b0d67b5 Add count method to InventoryUtils 2024-05-20 15:19:38 +02:00
Alexander01998
d619c2aa50 Allow AutoTotem to take totems from armor slots 2024-05-20 14:48:23 +02:00
Alexander01998
05004d6b63 Make InventoryUtils.toNetworkSlot() public 2024-05-20 14:26:34 +02:00
Alexander01998
0a4489e56e Further refactor AutoTotemHack 2024-05-20 14:14:55 +02:00
Alexander01998
97be44afe4 Update AutoTotem 2024-05-20 13:50:38 +02:00
Alexander01998
138faa4744 Update AutoLeave 2024-05-20 13:04:00 +02:00