lowercasebtw
7394c86e2c
Disable eating in <=1.14.4 whilst in creative ( #578 )
...
* Disable eating whilst in creative <=1.14.4
* Requested Changes
2024-10-11 00:14:34 +02:00
FlorianMichael
d4c60609ca
Remove fabric-loader from dependencies list
...
Let fabric api pick the correct version, we won't use unstable/beta features anyway
2024-10-10 13:03:11 +02:00
FlorianMichael
8f5da3106a
Make users aware of unexpected behaviour/issues with overriding jar loading
2024-10-10 09:37:25 +02:00
FlorianMichael
087a306d97
Add magically eye position offset in <= 1.20.4 water detection
2024-10-05 10:53:36 +02:00
FlorianMichael
316ee89a93
Fix item comparison in <= 1.8 swing hand fix
2024-10-05 05:56:57 +02:00
notlin4
fe3649b7aa
Update traditional chinese translations ( #575 )
2024-09-30 20:46:17 +02:00
RaphiMC
1e8f7a7931
Update VV API usage
2024-09-30 19:43:18 +02:00
FlorianMichael
f6b9fb97e3
Fix sharpness enchantment tooltip calculation in <= 1.20.6
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/559
2024-09-26 00:38:36 +02:00
FlorianMichael
6925f8615a
Update Classic4J: BetaCraft server list V2, new authentication system
2024-09-25 20:44:27 +02:00
FlorianMichael
87202d6926
Rework german translations ™️
2024-09-25 17:09:15 +02:00
RaphiMC
2bded96990
Add new RakNet options to match vanilla behaviour
2024-09-23 22:01:08 +02:00
FlorianMichael
556e93a9c5
Rename mixin class
2024-09-23 21:23:16 +02:00
FrostFizzie
e22b9b82b9
Allow for negative amplifier values in <= 1.20.4 ( #570 )
...
* Negative Potions Fix
* Update viafabricplus.mixins.json
* Update MixinStatusEffect.java
* Fix
---------
Co-authored-by: FlorianMichael <florian.michael07@gmail.com>
2024-09-23 21:21:18 +02:00
FlorianMichael
419a296587
Fix broken root folder reference in VV platform
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/567
2024-09-19 22:41:25 +02:00
FlorianMichael
906a800fe9
Release 3.4.7: Hotfix first game start
2024-09-18 18:27:43 +02:00
FlorianMichael
da3275a456
Implement older collision box changes in rail block as well
2024-09-16 17:57:07 +02:00
ManInMyVan
6cdfd2ddb6
Fix ascending rail collision box in 1.10 ( #564 )
2024-09-16 17:29:55 +02:00
FlorianMichael
92c7f29926
Update VV API usage
2024-09-15 22:46:23 +02:00
FlorianMichael
8b5aee722e
Move ViaLoader files directly into root folder, update USAGE.md
2024-09-15 00:27:39 +02:00
FlorianMichael
af870cee1a
Move camera into sneaking pose earlier in <= 1.8
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/556
2024-09-12 21:03:32 +02:00
FlorianMichael
b32725b4f8
Fixup version range for VisualSettings#sneakInstantly
2024-09-12 01:00:02 +02:00
FlorianMichael
03c0e99b27
Exclude ConnectException from networking setting as well
2024-09-12 00:58:47 +02:00
FlorianMichael
ea00d1cad0
Exclude SocketException from print networking errors setting
2024-09-08 14:06:49 +02:00
FlorianMichael
7b4a1d008e
Tidy up item util
2024-09-08 13:13:51 +02:00
FlorianMichael
83d6348f0d
Replace concatenation with parameterized log message
2024-09-06 21:24:35 +02:00
FlorianMichael
eea48d6c74
Fix bedrock login cancel button breaking resource reloading
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/552
2024-09-06 20:53:26 +02:00
Andypsl8
7a3d2e03b9
Add classical chinese translations ( #547 )
...
* Add Classical Chinese translations
About 2/3 completed
* Add Classical Chinese translations
100% completed.
2024-09-06 20:34:21 +02:00
FlorianMichael
3b0693c3c2
Delete wrong bamboo <=1.16.5 fix
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/525
2024-09-04 19:29:10 +02:00
FlorianMichael
b0c8e96cc0
Use Local annotation in mixins instead of capture locals
2024-08-31 23:16:17 +02:00
FlorianMichael
98e9d9b2c1
Always migrate bedrock protocol when version changes
...
Since the bedrock edition version changes often it makes sense to have it automatically select the correct one to prevent the config breaking with every bedrock update.
2024-08-31 23:14:02 +02:00
FlorianMichael
17c7149681
Fix mixin again
2024-08-31 23:09:59 +02:00
FlorianMichael
58ec47937f
Mark bedrock version as work in progress
2024-08-31 23:01:18 +02:00
FlorianMichael
8514a99901
I love Java ™️
2024-08-31 22:54:26 +02:00
FlorianMichael
ab6bbf4953
[ci skip] Update TODO list
2024-08-29 21:52:44 +02:00
Andypsl8
cb4b826f45
Update simplified chinese translations ( #548 )
2024-08-28 06:42:14 +02:00
lowercasebtw
7e998f4e59
Fix fire charge item interaction in <=1.14.4
...
Fixes #534
2024-08-27 23:13:42 +02:00
lowercasebtw
b7d152c1cd
Slightly change body rotation interpolation in <= 1.19.3 ( #542 )
...
* Add Old Body Rotation Interpolation <=1.19.3
* Rename method as requested
Co-authored-by: EnZaXD <florian.michael07@gmail.com>
* Add comment as requested
Co-authored-by: EnZaXD <florian.michael07@gmail.com>
---------
Co-authored-by: lowercasebtw <lowercasebtw@gmail.com>
Co-authored-by: EnZaXD <florian.michael07@gmail.com>
2024-08-24 13:30:53 +02:00
Tea Master
ef174f8c14
Update polish translations ( #541 )
2024-08-23 19:38:21 +02:00
dirtTW
998e300877
Update traditional chinese translations ( #540 )
...
Update Traditional Chinese localization
2024-08-22 18:09:42 +02:00
FlorianMichael
f99845314a
Try to improve mod compatibility with port replacement
2024-08-22 14:11:37 +02:00
Andypsl8
78722e7257
Update simplified chinese translations ( #539 )
...
Update Simplified Chinese translation
2024-08-22 13:45:41 +02:00
FlorianMichael
d03590ab97
Fix boat entity mounted height offset in <= 1.20.1
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/537
2024-08-21 13:01:20 +02:00
lowercasebtw
f36ed5118e
Swing hand on item use in <= 1.7.10 ( #536 )
...
* Tilt Firstperson Handheld Items <=1.7.x
* Reformat Code
* Reformat Code Again
* Made Requested Changes
* Move Method To Bottom
* Add Item Swing Usage to Food/Potions <=1.7.x
* Fix mistake in languages
* Apply Swing Offset To Bow Too
* Apply Changes & Rename English Language Variant for enableItemSwingUsage
* Undo Blocking Change As Requested
* Revert "Undo Blocking Change As Requested"
This reverts commit 696f7b0261
.
* Undo Again & Create Unique Separate Method
* Reorganize & Fixed method arguments order
* Rename value in en_us.json
* Renamed field too & key
2024-08-20 13:12:17 +02:00
lowercasebtw
935c1cdf9f
Apply slight rotation for non-block-items in rendering in <= 1.7.10 ( #535 )
...
* Tilt Firstperson Handheld Items <=1.7.x
* Reformat Code
* Reformat Code Again
* Made Requested Changes
* Move Method To Bottom
2024-08-20 09:22:11 +02:00
lowercasebtw
d6fd8b753f
Fix sword block animation inaccuracies in <= 1.8 ( #533 )
...
* Fix Slightly Incorrect Blocking Position Values
* Cleanup Requested Part
* Tilt Item Positions to be like 1.7 and prior
* Rename method & Cleanup + Remove other part
* Fix formatting
---------
Co-authored-by: FlorianMichael <florian.michael07@gmail.com>
2024-08-20 07:05:56 +02:00
FlorianMichael
93eb9344a3
Move init() functions into static blocks
2024-08-16 21:02:33 +02:00
Andypsl8
0c6b92b189
Update simplified chinese translations ( #527 )
...
* Update Simplified Chinese translations
again :)
* Fix zh_cn.json
Added space between lines
2024-08-16 18:28:48 +02:00
bubble(good7777865)
d96b44ef08
Update korean translations ( #526 )
2024-08-16 17:24:56 +02:00
FlorianMichael
5b97f4fa6d
Use WrapOperation for MixinMultiplayerServerListPinger#setForcedVersion
2024-08-16 01:35:19 +02:00
FlorianMichael
7166646b56
Cleanup code
...
Prevents usages of RenderSystem#recordRenderCall
2024-08-16 01:23:28 +02:00
dirtTW
a18cd5ca0a
Update traditional chinese translations ( #524 )
...
* Update Traditional Chinese (zh_tw.json)
Update and Fix up Traditional Chinese localization
* Apply suggestions from code review
Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com>
* Update zh_tw.json
---------
Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com>
2024-08-15 20:57:16 +02:00
FlorianMichael
05120e2f63
Start cleaning settings
...
Deprecated settings are for removal with 4.0.0
2024-08-15 14:14:54 +02:00
FlorianMichael
fe6f2618b1
Add setting for glyph filtering in <= 1.20
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/492
2024-08-15 12:55:45 +02:00
Tea Master
552c4a6b0d
Update polish translations ( #521 )
2024-08-15 12:34:43 +02:00
FlorianMichael
2ce5975d19
Allow sneaking inside blocks/vehicles in <= 1.13.2
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/506
2024-08-15 12:27:50 +02:00
FlorianMichael
b27878762f
Swing hand when using fishing rod in <= 1.14.4
...
MC 1.15+ added global hand waving to doItemUse(), which we are undoing, but previously there was hand swinging in the item interactions themselves, which we didn't take into account.
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/504
2024-08-15 08:46:59 +02:00
FlorianMichael
8e7c834ccf
Add missing injection for item usage<->block break fix in <= 1.7.10
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/515
2024-08-14 03:32:56 +02:00
Andypsl8
1bf84740c0
Update simplified chinese translations ( #520 )
...
Update simplified chinese translations
2024-08-13 19:58:16 +02:00
FlorianMichael
8d4f4326ef
Mark fields as internal
2024-08-09 22:14:10 +02:00
FlorianMichael
adbd2ccc07
Add setting to force unicode for non-ascii languages in <= 1.12.2
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/511
2024-08-09 20:29:32 +02:00
FlorianMichael
307de56e67
Add POST_INIT state to LoadSaveFilesCallback
2024-08-09 18:47:58 +02:00
FlorianMichael
57cd295c7f
Set sneaking pose while flying in <= 1.13.2
...
1.14+ introduced a check to prevent sneaking while flying, therefore the check in MixinPlayerEntity#onUpdatePose was wrong all the time and the movement code needed fixing.
2024-08-09 06:36:29 +02:00
dirtTW
3435928fb7
Update traditional chinese translations ( #512 )
...
* Update Traditional Chinese (zh_tw.json)
Update and Fix up Traditional Chinese localization
* Update zh_tw.json
2024-08-08 21:06:18 +02:00
FlorianMichael
5372b9f0de
1.21.1
2024-08-08 17:59:40 +02:00
FlorianMichael
6f6684ed28
Fix arm with shield following third person rotation in <= 1.20.2
...
Co-authored-by: lowercasebtw <126462578+lowercasebtw@users.noreply.github.com>
2024-08-08 02:08:24 +02:00
FlorianMichael
e5ba1c7130
Implement item interaction logic in <= 1.8
...
Supersedes https://github.com/ViaVersion/ViaFabricPlus/pull/508
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/496
2024-08-08 01:32:35 +02:00
FlorianMichael
3ee21d7fb3
Add game menu screen layout changes across all versions
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/497
2024-08-08 01:30:46 +02:00
FlorianMichael
a0700247b6
Fix cat interaction in <= 1.20.4
2024-08-07 16:11:16 +02:00
FlorianMichael
59fe914604
Fix strikethrough offset in <= 1.12.2
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/507
Co-authored-by: lowercasebtw <126462578+lowercasebtw@users.noreply.github.com>
2024-08-07 13:17:06 +02:00
FlorianMichael
357b15055d
Cleanup build files
2024-08-05 17:26:18 +02:00
FlorianMichael
e3fa5a4864
Save scroll states in important slot list screens
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/499
2024-08-05 16:07:10 +02:00
FlorianMichael
a64de56869
Code cleanup
2024-08-04 22:08:16 +02:00
RaphiMC
4218225967
Use correct item stack in axolotl fix
2024-08-04 21:54:21 +02:00
RaphiMC
bb052fbdfe
Fix client crash caused by boat interaction fix
2024-08-04 21:28:17 +02:00
FlorianMichael
21b03dbc80
Fix milk bucket interaction in <= 1.20.6
2024-08-04 21:12:55 +02:00
FlorianMichael
8bda98f594
Fix boat interactions in <= 1.20.6
2024-08-04 20:40:36 +02:00
FlorianMichael
5c61aab8fc
Handle leash/mob interaction changes in <= 1.20.6
2024-08-02 00:45:53 +02:00
FlorianMichael
d2b765c60d
Fixup knowledge book interactions in <= 1.20.6
2024-08-02 00:30:06 +02:00
FlorianMichael
dc189976a4
Handle boat velocity change in <= 1.20.6
2024-08-02 00:29:12 +02:00
FlorianMichael
fad95d2670
Update Via* libraries
2024-08-01 21:06:43 +02:00
Adrian
51f33832ab
Add setting to hide download terrain transition effects in <= 1.20.6 ( #491 )
2024-07-30 13:31:32 +02:00
FlorianMichael
31b565c227
Remove duplicated mixin
2024-07-30 12:28:50 +02:00
Andypsl8
3f6b84316e
Update simplified chinese translations ( #490 )
...
Update Simplified Chinese translation and remove outdated translations
2024-07-29 12:01:11 +02:00
FlorianMichael
19b96029c4
Promote ViaFabric for older game versions
2024-07-27 18:44:53 +02:00
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
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