Tea Master
22c01812a8
Update polish translations ( #468 )
2024-06-29 12:32:55 +02:00
FlorianMichael
87f0634fcc
Close classic creative screen when pressing inventory key
2024-06-27 20:29:42 +02:00
Kichura
687e33ef1c
Update Ubuntu to 24.04. ( #467 )
2024-06-27 20:28:42 +02:00
FlorianMichael
bba145732b
Fix incompatibility with FancyBlockParticles, cleanup code
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/463
2024-06-27 20:19:05 +02:00
FlorianMichael
42f33167a9
Update VV usage
2024-06-27 19:15:16 +02:00
RK_01
3ac3216922
Cleanup clientside enchantment emulation ( #464 )
...
* Improve mod compatibility by setting the attributes instead of redirecting their access
* Improve mod compatibility by setting the attributes instead of redirecting their access
* Use early returns in updating code
---------
Co-authored-by: FlorianMichael <florian.michael07@gmail.com>
2024-06-27 15:28:53 +02:00
FlorianMichael
e5a274b013
Update Via* libraries
2024-06-27 14:24:18 +02:00
FlorianMichael
09be940b25
Add setting for legacy tab completions in <= 1.12.2
2024-06-25 18:52:41 +02:00
FlorianMichael
196dff92f8
Fixup injection conflict with polymer mod
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/461
2024-06-24 02:02:43 +02:00
RK_01
395ad80d91
Add 3D Shareware 8-Bit sound ( #459 )
2024-06-23 14:18:15 +02:00
FlorianMichael
1225016fa9
Bump version to 3.4.2-SNAPSHOT
2024-06-22 16:36:32 +02:00
FlorianMichael
2c29f84dc7
Release 3.4.1
2024-06-22 16:25:06 +02:00
FlorianMichael
8863e9eaad
Fix remap = false in MixinRegistrySyncManager
2024-06-22 16:22:55 +02:00
FlorianMichael
0d06dc7fec
Back to Via* release versions
2024-06-22 16:18:53 +02:00
FlorianMichael
4f1f044837
Always reference newest version in injection names
2024-06-22 15:05:44 +02:00
RK_01
b966022f74
Readd "air stepping" mechanic in <= 1.20.6 ( #458 )
...
Fixes #454
2024-06-22 15:02:22 +02:00
FlorianMichael
ab9fd7edd6
Add setting to ignore Fabric registry sync errors
...
See https://github.com/ViaVersion/ViaFabric/pull/341
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/455
2024-06-22 00:13:47 +02:00
FlorianMichael
c457a6f4ef
Add required maven repositories to DEVELOPER_API.md, cleanup build.gradle
2024-06-21 13:26:29 +02:00
RK_01
f646b8c965
Handle some enchantments clientside in <= 1.20.5 ( #453 )
...
* Handle more enchantments clientside
* Handle aqua affinity clientside
2024-06-20 20:05:36 +02:00
RaphiMC
ce94e07c27
Make mixin methods private
2024-06-20 01:29:09 +02:00
FlorianMichael
9ff009237d
Re-add old WON_GAME state handling in <= 1.20.5
2024-06-20 01:29:08 +02:00
FlorianMichael
0ed772f477
Don't apply base values from attributes in <= 1.20.5
2024-06-20 01:29:03 +02:00
FlorianMichael
08ed70e4d9
Bump version to 3.4.1-SNAPSHOT
2024-06-19 20:43:20 +02:00
FlorianMichael
45a1633f0a
Release 3.4.0
2024-06-19 20:36:01 +02:00
FlorianMichael
5c3933118b
Update Via* libraries
2024-06-19 20:34:10 +02:00
Blay
60ae10c8e5
Update polish translations ( #452 )
2024-06-19 19:47:27 +02:00
FlorianMichael
8a69e037ab
Fixup MixinMouseOptionsScreen, update todo list
2024-06-18 15:00:05 +02:00
FlorianMichael
8f01f4e35c
Update VV and VB to snapshots
2024-06-18 14:01:25 +02:00
RaphiMC
3a16c4752f
Fix fabric.mod.json supported version range
2024-06-18 11:48:21 +02:00
bluegreensea
0027e681ee
Update lithium compat
2024-06-17 17:43:06 +02:00
bluegreensea
44b42fe176
Update zh_tw.json
2024-06-17 17:42:28 +02:00
FlorianMichael
085319fbbe
[ci skip] Most 1.21 porting TODOs
2024-06-17 16:49:12 +02:00
RaphiMC
2db9a087a2
Update supported versions in README
2024-06-17 16:45:55 +02:00
RaphiMC
3d48023e20
Initial 1.21 update ( #445 )
2024-06-16 20:25:08 +02:00
FlorianMichael
72d575797d
Release 3.3.2
2024-06-16 20:19:54 +02:00
FlorianMichael
36362bd1bc
Update Via* libraries
2024-06-16 20:19:20 +02:00
FlorianMichael
5fcf377366
Add copy link button to bedrock login screen
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/444
2024-06-16 16:35:44 +02:00
FlorianMichael
18fd102a68
Update VV API usage
2024-06-15 21:02:44 +02:00
FlorianMichael
0ea07d0e63
Fixup horrible formatting
2024-06-15 16:39:54 +02:00
FlorianMichael
46474fcd22
Remove via subcommands which are not usable on the clientside
2024-06-15 16:10:00 +02:00
RacoonDog
1f8fb02b53
Change particle density in 1.20.3->1.20.5 ( #442 )
...
* tweak particle density
* implement changes
* newlined
2024-06-14 18:52:34 +02:00
FlorianMichael
456a5a94b9
Fixup sword blocking in <= 1.8
...
Closes https://github.com/ViaVersion/ViaFabricPlus/pull/438
Co-authored-by: Error <45919406+OfficialError@users.noreply.github.com>
2024-06-12 04:30:23 +02:00
FlorianMichael
aa27837c56
Fixup jsonwebtoken compat injections
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/437
2024-06-11 22:28:08 +02:00
FlorianMichael
8c34100ee1
Hide Footstep particle from Fabric registry sync
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/430
2024-06-11 20:29:22 +02:00
FlorianMichael
ba925d0a65
Fix wrong farmland version check
...
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/436
2024-06-11 20:09:25 +02:00
FlorianMichael
6eccfc8849
Fixup classic weather extension
2024-06-11 19:52:12 +02:00
FlorianMichael
0056a53185
Bump version to 3.3.2-SNAPSHOT
2024-06-10 23:33:59 +02:00
FlorianMichael
574657b24b
Release 3.3.1
2024-06-10 23:23:48 +02:00
RaphiMC
1a6a683ebe
Fix transitive JiJ issues
2024-06-10 17:29:08 +02:00
FlorianMichael
3984f6a12d
Replace ClientsideFixes#ATTRIBUTE_FIX_KEY with ItemRewriter API
2024-06-10 10:59:42 +02:00