Commit Graph

1518 Commits

Author SHA1 Message Date
FlorianMichael
5141ad2236
Make mixin abstract 2024-10-27 01:19:16 +02:00
FlorianMichael
059651250e
Fixup CPE snowing injection 2024-10-27 01:18:58 +02:00
FlorianMichael
ef6076aa07
Fix boat rendering twice in <= 1.8 2024-10-27 00:52:44 +02:00
RaphiMC
12357f4ca2
Update lithium fix GitHub link 2024-10-26 23:20:18 +02:00
FlorianMichael
d32b2851c9
Ported all* fixes now.
*MilkBucketMixin needs special treatment
2024-10-26 23:01:20 +02:00
RaphiMC
49fa8d049e
Remove unneeded fix 2024-10-26 22:51:04 +02:00
RaphiMC
983f550769
Updated clientside crafting fix 2024-10-26 22:41:07 +02:00
Darkhax
959cacdc6c
Fix syntax errors in ukrainian translations (#598) 2024-10-26 12:36:35 +02:00
FlorianMichael
6dd0d8cbfe
We continue to fall 2024-10-26 02:13:50 +02:00
FlorianMichael
35182cb989
Bump version to 3.5.0-SNAPSHOT 2024-10-26 01:29:42 +02:00
FlorianMichael
2269da2560
Comment out even more code, mark all porting TODOs for easier searching 2024-10-26 01:28:39 +02:00
FlorianMichael
3d8e23f62a
Update more constants according to the checklist 2024-10-26 01:28:39 +02:00
FlorianMichael
659f5fc2a1
Comment out recipe fixes 2024-10-26 01:28:39 +02:00
lowercasebtw
c2044ab901
Use new method for getting missing model (#596) 2024-10-26 01:28:38 +02:00
lowercasebtw
9edfef4799
Fix some more mixins (#595) 2024-10-26 01:28:38 +02:00
FlorianMichael
4df5265a2b
More fixes 2024-10-26 01:28:38 +02:00
FlorianMichael
02136f09a9
New attribute field names, more fixes 2024-10-26 01:28:38 +02:00
FlorianMichael
6ef7bbb22a
More fixes to font rendering, item interactions, entity movement 2024-10-26 01:28:38 +02:00
FlorianMichael
15e6914c86
1.21.3 2024-10-26 01:28:38 +02:00
RaphiMC
3693b5bdfa
Start update to 1.21.2 2024-10-26 01:28:32 +02:00
FlorianMichael
ac5359b8dd
Release 3.4.9 2024-10-26 01:07:35 +02:00
FlorianMichael
697169dc76
Update Via* libraries (Minecraft 1.21.3 support) 2024-10-25 23:02:47 +02:00
Tea Master
d35456be8e
Update polish translations (#594) 2024-10-24 17:48:47 +02:00
FlorianMichael
2cb50a1719
Add setting for body rotation interpolation fix
Some mods changing the player rotation will break with this fix since they hook into the getYaw() call of the original function which we don't account for.
2024-10-22 18:23:03 +02:00
FlorianMichael
bf7bc8f0ca
Update Via* libraries 2024-10-15 14:17:11 +02:00
Felix14_v2
7fd975a480
Update russian translations (#589)
* Sync strings and start translating

* Translations and fixes

* All except the item swing feature

I just don't understand how it works (can't trigger the difference) and don't want to translate blindly.

* Translation for the last thing
2024-10-15 12:23:27 +02:00
dependabot[bot]
378c0f2d54
Bump com.terraformersmc:modmenu from 11.0.2 to 11.0.3 (#588)
Bumps com.terraformersmc:modmenu from 11.0.2 to 11.0.3.

---
updated-dependencies:
- dependency-name: com.terraformersmc:modmenu
  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-14 17:09:30 +02:00
christopherplaysminecraft
ba814c78e5
Update german translations (#586)
Add a missing translation and add an empty line
2024-10-13 00:25:19 +02:00
Andypsl8
0abf8391b0
Update chinese simplified translations (#583) 2024-10-12 19:18:22 +02:00
Tea Master
dfcdb8c6bc
Update polish translations (#582) 2024-10-12 12:36:11 +02:00
bubble(good7777865)
f6521ce12d
Update korean translations (#581) 2024-10-12 10:06:33 +02:00
lowercasebtw
563e47cc9f
Fix sword blocking in creative mode in <= 1.8 (#580) 2024-10-11 21:09:27 +02:00
lowercasebtw
f6acb9b9a5
Add setting for item tilt in <= 1.7 (#579) 2024-10-11 18:26:04 +02:00
FlorianMichael
12bafd99f5
Add VFPScreen#addRefreshButton 2024-10-11 16:36:24 +02:00
FlorianMichael
b076971686
Remove duplicated code in screens, improve docs 2024-10-11 16:11:07 +02:00
FlorianMichael
dccc75e045
Update documentation 2024-10-11 15:47:14 +02:00
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