Commit Graph

1482 Commits

Author SHA1 Message Date
FlorianMichael
33af996faa
Change refresh button text and size, add new german translations 2024-10-11 15:41:24 +02:00
FlorianMichael
24ba0402e1
Change button dimensions in server list 2024-10-11 15:32:55 +02:00
FlorianMichael
6a144d9290
Move BetaCraft loading sequence into screen 2024-10-11 15:28:55 +02:00
FlorianMichael
9ed44d681f
Add Bedrock Realms screen
Move out connection code into combined ConnectUtil
Refactor around AccountsSave to migrate bedrock accounts
Extend VFPListEntry and VFPScreen

Closes https://github.com/ViaVersion/ViaFabricPlus/issues/554
2024-10-11 15:20:24 +02:00
FlorianMichael
2c45810f4f
Mark "fix-1_21-placement-rotation" as unsupported option
Properly fixed with client code and would only cause issues when enabled
2024-10-11 10:52:27 +02:00
FlorianMichael
913ec2c9ce
Simplify eating whilst in creative fix 2024-10-11 10:37:27 +02:00
FlorianMichael
ed73cde50b
Remove wrong injection causing sprinting to never reset in <= 1.14.4
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/577
2024-10-11 10:28:47 +02:00
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
5183745d02
Update Fabric Loader/API 2024-10-10 19:30:00 +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
dependabot[bot]
52ff352ef6
Bump net.lenni0451:MCPing from 1.4.1 to 1.4.2 (#576)
Bumps [net.lenni0451:MCPing](https://github.com/Lenni0451/MCPing) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/Lenni0451/MCPing/releases)
- [Commits](https://github.com/Lenni0451/MCPing/compare/1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: net.lenni0451:MCPing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 17:04:52 +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
github-actions[bot]
3cf16f4795
Update Gradle Wrapper from 8.10.1 to 8.10.2 (#574)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-09-29 04:17:59 +02:00
FlorianMichael
96dfbea526
Bump version to 3.4.9-SNAPSHOT 2024-09-26 01:28:30 +02:00
FlorianMichael
0961341b16
Release 3.4.8 2024-09-26 01:17:20 +02:00
FlorianMichael
b975913b5b
Update MinecraftAuth 2024-09-26 00:50:23 +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
dependabot[bot]
3bcb462be6
Bump gradle-update/update-gradle-wrapper-action from 1 to 2 (#571)
Bumps [gradle-update/update-gradle-wrapper-action](https://github.com/gradle-update/update-gradle-wrapper-action) from 1 to 2.
- [Release notes](https://github.com/gradle-update/update-gradle-wrapper-action/releases)
- [Changelog](https://github.com/gradle-update/update-gradle-wrapper-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradle-update/update-gradle-wrapper-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle-update/update-gradle-wrapper-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 18:24:46 +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
67f51ffd93
Bump version to 3.4.8-SNAPSHOT 2024-09-18 18:34:29 +02:00
FlorianMichael
906a800fe9
Release 3.4.7: Hotfix first game start 2024-09-18 18:27:43 +02:00
FlorianMichael
0b403f9919
Bump version to 3.4.7-SNAPSHOT 2024-09-18 17:52:01 +02:00
FlorianMichael
a8d98fd5cf
Release 3.4.6 2024-09-18 17:41:18 +02:00
RaphiMC
cecd5976ce
Update ViaBedrock (Bedrock 1.21.30 support) 2024-09-18 01:09:30 +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
github-actions[bot]
9de9345c4b
Update Gradle Wrapper from 8.10 to 8.10.1. (#562)
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
Co-authored-by: gradle-update-robot <gradle-update-robot@regolo.cc>
2024-09-15 09:52:11 +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
8bf959327b
Update Fabric api/loader 2024-09-08 13:18:56 +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
RaphiMC
49e3e68fe7
Added JitPack (For ViaBedrock dependency) 2024-09-05 00:51:04 +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