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

2453 Commits

Author SHA1 Message Date
Alexander01998
43c6a64f01 Replace Reddit links with WurstForum 2023-07-09 11:49:35 +02:00
Alexander01998
ceebaebac1 Fix crash when files within encryption folder have incorrect permissions
Now this will just disable AltManager's file IO, the same way it does
when access to the ".Wurst encryption" folder itself is denied.
2023-07-08 12:45:13 +02:00
Alexander01998
d9ccc4094e Remove Redirect in ClientPlayerEntityMixin to improve mod compatibility
Fixes #397
Fixes #440
Fixes #573
Fixes #605
Fixes #607
Fixes https://wurstforum.net/d/15
2023-07-07 11:27:32 +02:00
Alexander01998
49dc39c48e Improve documentation in GameRendererMixin 2023-07-07 11:10:38 +02:00
Alexander01998
8d0701ec13 Add NoChatReportsOtf to chat category so it shows up in ClickGUI 2023-06-20 16:46:57 +02:00
Alexander01998
d8605260f3 Merge branch '1.20.1' 2023-06-13 19:50:47 +02:00
Alexander01998
2749eb4874
Update jsonsyntax.yml 2023-06-13 14:01:56 +02:00
Alexander01998
dae1a9db39 Add org.gradle.parallel=true 2023-06-13 11:11:55 +02:00
Alexander01998
50b81da8bb
Add gradle wrapper validation 2023-06-13 11:10:52 +02:00
Alexander01998
1cb64f04a3
Allow CI to run on any branch 2023-06-13 11:03:37 +02:00
Alexander01998
ce0265081c
Remove "contents: read" permission
I don't think this permission is actually necessary.
2023-06-13 10:55:48 +02:00
Alexander01998
db1dedb2fe [Wurst-Bot] Update to 1.20.1 2023-06-12 16:42:41 +02:00
Alexander01998
d58cceea60 Update to 1.20.1-rc1 2023-06-09 22:29:23 +02:00
Alexander01998
d2f83d1a05 Merge branch '1.20' 2023-06-09 10:01:55 +02:00
Alexander01998
5bd1319c11 [Wurst-Bot] Update to 1.20 2023-06-07 17:17:49 +02:00
Alexander01998
81f0121e7c Allow connection to shadowbanned servers 2023-06-04 11:41:08 +02:00
Alexander01998
d1416ca74d [Wurst-Bot] Update to 1.20-rc1 2023-05-31 16:05:12 +02:00
Alexander01998
cfd5e2c358 Merge v7.35.1 into 1.20-pre7 2023-05-30 12:00:04 +02:00
Alexander01998
b0fb08ff71 Update Fabric stuff 2023-05-30 11:34:31 +02:00
Alexander01998
ae410456c5 Change version to 7.35.1 2023-05-30 11:29:19 +02:00
Alexander01998
67aeb439d5 [Wurst-Bot] Update to 1.20-pre7 2023-05-30 11:08:49 +02:00
Alexander01998
7a8ce6b70f Clean up AutoFarm's replanting logic 2023-05-29 13:49:01 +02:00
Alexander01998
28448c934f Add InventoryUtils.indexOf() methods
Not currently used anywhere, but useful to have for debugging, as
PlayerInventory.indexOf() and PlayerInventory.getSlotWithStack() don't
quite do the same thing.
2023-05-29 13:01:30 +02:00
Alexander01998
f3eef8cea2 Further clean up AutoFarm 2023-05-27 14:27:28 +02:00
Alexander01998
78ab5bdcbd Re-order AutoFarm's methods 2023-05-27 10:44:45 +02:00
Alexander01998
c65f6da123 Move AutoFarm rendering to a separate class 2023-05-26 19:58:23 +02:00
Alexander01998
ad0876da2d Update to 1.20-pre6 2023-05-25 19:44:04 +02:00
Alexander01998
4c3fc11b0d [Wurst-Bot] Update to 1.20-pre6 2023-05-25 19:21:57 +02:00
Alexander01998
d84ef2939e Use BlockPlacer in AutoFarmHack 2023-05-25 17:39:11 +02:00
Alexander01998
542d7b2352 Remove AutoFarmHack.getBlockStream() 2023-05-25 13:29:57 +02:00
Alexander01998
ee57b3027d Fix relHitVec calculation
The previous code assumed that the center of a block is the same as its
size divided by two, which works for most blocks but not all of them.
For example, an upside down slab has its center on the Y axis at 0.75,
but half of its height is only 0.25.

Breaking a slab from the top with the old code would place relHitVec's Y
coordinate at 0.75+0.75=1.5 (floating half a block above the slab's top
surface), with the new code it's 0.75+0.25=1 (exactly on the surface
where it should be).
2023-05-24 12:01:32 +02:00
Alexander01998
650ca14b8f [Wurst-Bot] Update to 1.20-pre5 2023-05-23 17:23:31 +02:00
Alexander01998
68bb8cb95c Refactor NukerLegit to use BlockBreaker 2023-05-22 17:36:21 +02:00
Alexander01998
880809f0c3 Use OverlayRenderer in AutoFarmHack 2023-05-21 17:15:21 +02:00
Alexander01998
14cdb81a21 [Wurst-Bot] Update to 1.20-pre4 2023-05-19 17:23:27 +02:00
Alexander01998
ac184744ca Update to 1.20-pre3 2023-05-19 17:21:06 +02:00
Alexander01998
96947a1167 [Wurst-Bot] Update to 1.20-pre3 2023-05-19 17:14:23 +02:00
Alexander01998
f1c7a5de24 Merge tag 'v7.35' into 1.20-pre2 2023-05-19 17:12:16 +02:00
Alexander01998
e370b9e46f Update Fabric API 2023-05-19 17:08:41 +02:00
Alexander01998
4fa783dd6f Use square & ceil helpers for AutoFarm range 2023-05-19 15:46:21 +02:00
Alexander01998
f0064f433b Use OverlayRenderer in AutoLibrarianHack 2023-05-19 13:36:17 +02:00
Alexander01998
bb00afa3ab Change version to 7.35 2023-05-18 22:39:01 +02:00
Alexander01998
8ec62e72d0 Add option to turn off AutoFish when inventory is full 2023-05-18 22:26:42 +02:00
Alexander01998
621eb72afa Update to 1.20-pre2 2023-05-16 18:41:26 +02:00
Alexander01998
ea850de15d [Wurst-Bot] Update to 1.20-pre2 2023-05-16 18:21:28 +02:00
Alexander01998
58250ee900 Make AutoFish's shallow water warning optional 2023-05-16 17:01:23 +02:00
Alexander01998
dd39d597ce Add catchDelay, retryDelay and patience sliders to AutoFish 2023-05-16 12:35:30 +02:00
Alexander01998
a1925741df Clean up AutoFishHack 2023-05-15 18:14:09 +02:00
Alexander01998
f0a87b5cd7 Fix "Max tokens" description still claiming that stop sequences are
broken in oobabooga webui

They work fine as of 7eba22f51a.
2023-05-15 17:20:15 +02:00
Alexander01998
8daf38af68 Interpolate AutoFishDebugDraw 2023-05-15 16:58:34 +02:00