Commit Graph

1555 Commits

Author SHA1 Message Date
FlorianMichael
b85431c437
Delete EntityDimensionDiff#getEntityDimensions
Mods shouldn't use this but rather directly get the dimensions from the entity, so there is no point in keeping it
2024-07-26 11:53:35 +02:00
FlorianMichael
b681130502
Fix hud armor rendering inaccuracy 2024-07-26 08:28:21 +02:00
FlorianMichael
ee378dc808
Fix scrollbar positions in settings/server list screens 2024-07-25 09:44:39 +02:00
FlorianMichael
cc980360c0
Fix beta hud injections again 2024-07-25 09:27:17 +02:00
FlorianMichael
552155f9f8
Use login translation in classicube screens 2024-07-25 07:56:17 +02:00
Tea Master
b19dfed119
Update polish translations (#488) 2024-07-24 21:19:15 +02:00
RaphiMC
c47df59404
Fix RakNet connect timeout being too low 2024-07-24 16:49:11 +02:00
RaphiMC
4aa4d8c83c
Enable RakNet compatibility mode 2024-07-24 16:16:05 +02:00
RaphiMC
be5650d511
Update MinecraftAuth 2024-07-24 16:05:49 +02:00
FlorianMichael
973f6f44e7
Update VAF maven artifact 2024-07-21 15:55:06 +02:00
FlorianMichael
cb40daf449
Bump version to 3.4.4-SNAPSHOT 2024-07-20 03:12:35 +02:00
FlorianMichael
b61c2bdacc
Release 3.4.3 2024-07-20 03:04:16 +02:00
Kayera
41a00b9e42
Add turkish translations (#487) 2024-07-20 02:47:34 +02:00
bubble(good7777865)
9ea60f3313
Update korean translations (#485) 2024-07-17 21:37:50 +02:00
Howard ZHY
24108e0798
Update chinese translations (#484) 2024-07-16 23:09:29 +02:00
FlorianMichael
3562ad0116
Put remaining screen/log messages into translations, refactor translation formatting 2024-07-16 21:31:25 +02:00
FlorianMichael
d7e59af1e3
Put bedrock login process messages into translations, various cleanups 2024-07-16 20:40:44 +02:00
Felix14_v2
e8ef14d0aa
Update russian translations (#483)
* Update translations + a couple of fixes

* Update ru_ru.json
2024-07-16 20:06:42 +02:00
FlorianMichael
099252cd1f
Fix VisualSettings#hidePrioritySelectionsInJigsawScreen condition 2024-07-16 20:05:38 +02:00
FlorianMichael
2faa857ecd
Show process during bedrock login in the screen 2024-07-16 07:07:54 +02:00
FlorianMichael
9348c7674a
Gradle 8.9 2024-07-14 20:34:43 +02:00
FlorianMichael
a137fae231
[ci skip] Reformat ko_kr.json 2024-07-14 00:02:19 +02:00
Ryūgū Rena (竜宮 レナ)
740c97f2d3
Update Luxembourgish translations (#480) 2024-07-13 23:12:36 +02:00
FlorianMichael
e9c97221ec
Remove obsolete special handling in settings save 2024-07-13 21:04:41 +02:00
FlorianMichael
149c6c65ee
Use controls screen translation for "reset", cleanup aw 2024-07-13 20:58:18 +02:00
RaphiMC
a6bca884dd
Update MinecraftAuth 2024-07-13 16:31:37 +02:00
RaphiMC
c9e72446ef
Update ViaBedrock (1.21.2 support) 2024-07-13 12:29:34 +02:00
bubble(good7777865)
243202ee4d
Add korean translations (#478)
Support for Korean language
2024-07-12 19:17:05 +02:00
Howard ZHY
0b1c6bbcc1 Update Chinese Translations 2024-07-11 13:25:20 +02:00
FlorianMichael
7e4141f410
Update Fabric mappings and api 2024-07-11 05:11:01 +02:00
FlorianMichael
f7e0c6f6b7
[ci skip] Restructure README.md 2024-07-11 04:47:29 +02:00
FlorianMichael
947b135a8b
Fixup sneaking dimension fix in <= 1.8
MC 1.20.5 changed pose dimensions to include the eye height which caused our old code to break / returning an eye height causing the client to not sneaking internally, this hasn't been noticed since our camera mixin overrides sneaking logic.

Closes https://github.com/ViaVersion/ViaFabricPlus/issues/472
2024-07-11 03:55:13 +02:00
Blayung
6c01ce0b47 Updated polish translations 2024-07-11 00:32:48 +02:00
FlorianMichael
3fb7071f3d
Translate new settings to german as well 2024-07-10 22:26:38 +02:00
RaphiMC
6adfdcf8ac
Fix pickaxe mining speeds in <=1.16.5 2024-07-10 01:02:40 +02:00
FlorianMichael
d4f6c29fff
Don't cancel chat commands without arguments
Fixes https://github.com/ViaVersion/ViaFabricPlus/issues/474
2024-07-09 23:40:37 +02:00
RaphiMC
e17698902a
Handle 1.20.5 -> 1.20.3 packet error handling changes 2024-07-09 20:03:27 +02:00
RaphiMC
96f90c1f32
Remove fixes which are now in VV
https://github.com/ViaVersion/ViaVersion/pull/4010
2024-07-07 18:21:12 +02:00
FlorianMichael
6d4bb61d47
Apply our chat screen mixin before everyone else
Allows other mods to modify the chat field length without changing their priority.
2024-07-07 16:37:15 +02:00
FlorianMichael
fa2864d88f
Update VV usage 2024-07-07 00:22:44 +02:00
FlorianMichael
f0396cc059
Bump version to 3.4.3-SNAPSHOT 2024-07-06 21:52:06 +02:00
FlorianMichael
5b6116b73f
Release 3.4.2 2024-07-06 21:40:59 +02:00
FlorianMichael
559cabae1c
Rework jigsaw screen settings 2024-07-06 21:04:24 +02:00
FlorianMichael
8e639e1ebe
Hide recipe books from various screens in pre 1.13 versions 2024-07-06 20:56:39 +02:00
FlorianMichael
6082ed6041
Fix panorama screen being faster in protocol selection screens
super.render() already draws the background.
2024-07-06 15:44:00 +02:00
RaphiMC
0058bb5312
Cleanup 2024-07-06 00:50:42 +02:00
FlorianMichael
51f8586175
Updated error message in MixinItemPacketRewriter1_17 2024-07-05 01:09:38 +02:00
FlorianMichael
4ff29f9e7d
Update signed chat command fix in <= 1.20.6 2024-07-05 01:09:15 +02:00
FlorianMichael
969ca32624
Cleanup 2024-07-04 17:38:39 +02:00
FlorianMichael
ae5b490d6b
Handle axe item change as well, update TODO 2024-07-04 16:27:00 +02:00