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

3281 Commits

Author SHA1 Message Date
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
Alexander01998
5cc5a51be3 Merge #826 (AutoLeave Totems slider) into v7.43 2024-05-20 12:03:56 +02:00
Alexander01998
6474a89e97 Use getOffHandStack() method for slot 40 2024-05-20 11:51:09 +02:00
Alexander01998
1e8f39a023
Merge branch 'master' into autoleave-totem 2024-05-20 11:15:39 +02:00
Alexander01998
65b0032a5c Merge tag 'v7.42' into 24w20a 2024-05-17 16:53:28 +02:00
Alexander01998
1427083f00 Make VelocityFromFluidEvent mixin optional 2024-05-17 14:58:13 +02:00
Alexander01998
0d188f60db Update to 24w20a 2024-05-16 21:32:20 +02:00
Alexander01998
3a03086e4c [Wurst-Bot] Update to 24w20a 2024-05-16 21:00:02 +02:00
Alexander01998
007113d034 Change version to 7.42 2024-05-14 20:20:39 +02:00
Alexander01998
0e8ce32d06 Update search tags for HackListOtf 2024-05-14 20:16:05 +02:00
Alexander01998
8291e6afb8 Prevent unnecessary draw calls for settings in NavigatorFeatureScreen 2024-05-14 20:08:37 +02:00
Alexander01998
fd4ca342ae Fix click on primary action button affecting settings behind it 2024-05-14 20:07:52 +02:00
Alexander01998
ff17848249 Update AutoComplete description 2024-05-14 19:35:39 +02:00
Alexander01998
49dd9cca63 Remove support for legacy oobabooga API, add custom model settings
This should make AutoComplete work with any OpenAI-compatible API,
including the new oobabooga one.
2024-05-14 19:23:25 +02:00
Alexander01998
5b4ade795e Adjust default AutoComplete settings to work better with GPT-4o 2024-05-14 15:04:09 +02:00
Alexander01998
b42805264c Improve AutoComplete speed for multiple suggestions 2024-05-14 14:55:50 +02:00
Alexander01998
0c0e76b64d Add a system message to improve completions from chat models 2024-05-14 14:17:27 +02:00
Alexander01998
447b30fdc7 Update AutoComplete settings 2024-05-14 12:07:47 +02:00
Alexander01998
6b6c28909b Also update link for error message 2024-05-13 15:30:23 +02:00