Commit Graph

1350 Commits

Author SHA1 Message Date
FlorianMichael
d6d3494ae6
Filter for "Update 1.21" feature flag in classic creative screen
Updating the ItemRegistryDiff would cause the inventory to be broken on 1.21 feature pack servers
2024-01-29 19:20:36 +01:00
FlorianMichael
f105bd8667
Revert "Updated ItemRegistryDiff to 1.20.5 to fix classic creative screen"
This reverts commit 5600e3fbfb.
2024-01-29 19:10:27 +01:00
FlorianMichael
5600e3fbfb
Updated ItemRegistryDiff to 1.20.5 to fix classic creative screen 2024-01-29 19:02:06 +01:00
FlorianMichael
ac7121be47
Refactor ProtocolHack#injectPreviousVersionReset to match modifications 2024-01-29 14:12:09 +01:00
FlorianMichael
b5b677da71
Don't reset selected version when playing singleplayer
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/337
2024-01-29 13:57:34 +01:00
FlorianMichael
a4f837fb9d
Tidy up VFPScreen#showErrorScreen 2024-01-26 13:55:22 +01:00
FlorianMichael
bcb3c57832
24w04a and Via API usage update 2024-01-26 13:54:11 +01:00
FlorianMichael
c31637cdbf
Finalizing some things 2024-01-24 16:13:09 +01:00
FlorianMichael
55eb34b5a5
Apply changes on other class files 2024-01-23 21:04:53 +01:00
FlorianMichael
cb31189cb8
Codestyle changes on mixin files:
- Use else block and ternary operator when possible
- Rely more on MixinExtras annotations (e.g. WrapWithCondition)
- Prevent not needed local fields
- Only use var if field type is clear or to prevent lines from getting to long
- Use VersionEnum#isNewerThan in disabling/removal injections
2024-01-23 20:41:05 +01:00
FlorianMichael
3fd3bd8a53
Merge remote-tracking branch 'origin/main' 2024-01-23 20:40:06 +01:00
FlorianMichael
52a4d2c5f6
Use Formatting class file in MixinDrawContext 2024-01-23 19:22:19 +01:00
EnZaXD
207e309a73
Merge pull request #329 from Kichura/main
Ensure the JDK is defaulted in shell
2024-01-21 14:06:09 +01:00
Kichura
5b4a8a81bf
Ensure the JDK is defaulted in shell 2024-01-21 14:02:50 +01:00
EnZaXD
17738de751
Merge pull request #328 from Kichura/main
Update CI and fabric
2024-01-20 23:22:00 +01:00
Kichura
83311bfc63
Update CI and fabric. 2024-01-20 23:18:23 +01:00
FlorianMichael
610ae09d69
Fixed namings in MixinItemStack and updated Classic4J 2024-01-20 23:15:00 +01:00
EnZaXD
549fce8b55
Merge pull request #326 from Kichura/patch-1
Update JDK to 17.0.10
2024-01-20 09:02:39 +01:00
Kichura
72acd33db7
Update JDK to 17.0.10. 2024-01-19 22:47:21 +01:00
RaphiMC
a86cae3f46
Updated build.gradle 2024-01-19 21:48:02 +01:00
FlorianMichael
b195886642
Merge remote-tracking branch 'origin/main' 2024-01-19 21:18:35 +01:00
FlorianMichael
e8015a864c
Updated MinecraftAuth 2024-01-19 21:18:21 +01:00
EnZaXD
0d5487632a
Merge pull request #324 from notlin4/patch-3
Update Traditional Chinese
2024-01-19 17:18:55 +01:00
notlin4
868519c756
Update Traditional Chinese 2024-01-20 00:15:06 +08:00
EnZaXD
914cd75fb7
Merge pull request #323 from azure-06/patch-1
Update hu_hu.json
2024-01-19 17:01:00 +01:00
Marcel
21df9acc78
Update hu_hu.json
update + consistent order with en_us
2024-01-19 16:50:28 +01:00
FlorianMichael
d644e2f8a4
Merge remote-tracking branch 'origin/main' 2024-01-18 20:04:53 +01:00
FlorianMichael
9c164663e2
24w03b 2024-01-18 20:04:39 +01:00
EnZaXD
4c5511f161
Merge pull request #320 from Kichura/main
Use JDK 17 instead of 21 in terms of codespaces
2024-01-16 06:00:43 +01:00
Kichura
ca0afd587e
Use JDK 17 instead of 21 in terms of codespaces. 2024-01-16 05:50:00 +01:00
FlorianMichael
7492d2a6e8
Bump version to 3.0.7-SNAPSHOT 2024-01-16 03:43:31 +01:00
FlorianMichael
0e3ab35615
Merge remote-tracking branch 'origin/main' 2024-01-15 18:50:43 +01:00
FlorianMichael
e80a99fd77
Release 3.0.6 2024-01-15 18:50:20 +01:00
RaphiMC
f899bc5745
Fixed FabricAPI injection conflict
Fixes #319
2024-01-15 17:40:57 +01:00
RaphiMC
e4159c5b0d
Updated Fabric and Loom 2024-01-15 17:40:05 +01:00
FlorianMichael
342604f143
Fixed wrong command outputs when using /viafabricplus 2024-01-15 00:14:24 +01:00
FlorianMichael
88a1376881
Updated Fabric API 2024-01-14 04:32:35 +01:00
FlorianMichael
751090cdfd
Updated Via* API usages 2024-01-13 06:21:28 +01:00
FlorianMichael
ea72120ff7
Removed fix which is now merged into Via 2024-01-12 23:58:00 +01:00
FlorianMichael
35d795ea3d
Structural refactor of fixes package
This commit introduces the fixes/versioned package, where random class files for specific game versions are stored since I don't want them to be in the root package and splitting more common data dumps and more version-specific class files into separate packages looks like a good solution for me.
2024-01-12 09:14:03 +01:00
FlorianMichael
e1a98531df
Added ClientsideFixes#getChatLength to fix edge cases were the chat length is wrong. 2024-01-12 00:28:49 +01:00
FlorianMichael
9109c6b5d1
Actually print the exception when using logger.error() method 2024-01-12 00:06:38 +01:00
FlorianMichael
a0b7020315
Updated MinecraftAuth 2024-01-08 18:14:36 +01:00
FlorianMichael
51019b46cb
Bump version to 3.0.6-SNAPSHOT 2024-01-04 17:22:53 +01:00
FlorianMichael
9e60e3f87b
3.0.5 2024-01-04 17:18:26 +01:00
FlorianMichael
53084c4e7e
Merge remote-tracking branch 'origin/main' 2024-01-03 18:47:10 +01:00
FlorianMichael
1c2f0e146c
Removed extra newline in debug hud injection 2024-01-03 18:47:01 +01:00
FlorianMichael
a46276579e
Update comment 2024-01-03 01:12:55 +01:00
RaphiMC
1cbc880b09
Removed second injection for resource pack URL validation fix 2024-01-03 00:52:49 +01:00
FlorianMichael
b731ff7925
Don't send resource pack validation packets in main thread (1.20.3 -> 1.20.2) 2024-01-02 21:47:37 +01:00