Commit Graph

722 Commits

Author SHA1 Message Date
FlorianMichael
971ad3241a Merge branch 'refs/heads/main' into update/1.20.5
# Conflicts:
#	.github/workflows/build.yml
#	gradle.properties
#	src/main/resources/assets/viafabricplus/lang/zh_tw.json
2024-04-25 20:43:00 +02:00
RaphiMC
185e24e5c8
Workaround for data loading race condition 2024-04-24 23:04:00 +02:00
RaphiMC
bc8682b010
Don't clear entity eye height and attachment points 2024-04-24 16:36:04 +02:00
RaphiMC
e7f9188fbf
Remove TODO 2024-04-24 15:10:09 +02:00
RaphiMC
1422464052
Fix version comparison 2024-04-24 14:48:09 +02:00
RaphiMC
862d040e48
Remove TODO 2024-04-23 22:20:49 +02:00
RaphiMC
37b8c8e52e
Disable strict error handling 2024-04-23 22:02:12 +02:00
RaphiMC
39e8866548
Readd item attribute fixes on protocol level 2024-04-23 20:25:26 +02:00
RaphiMC
6dd2cd6894
Rename item-tool-components.json 2024-04-23 20:25:10 +02:00
FlorianMichael
ac6d5b8ee6
Rename ViaFabricPlus#init 2024-04-23 20:22:07 +02:00
bluegreensea
4235543dcb
Postpone settings load 2024-04-23 23:28:38 +08:00
RaphiMC
57564c8488
Move 1.19.4 material data to json file 2024-04-22 22:17:03 +02:00
RaphiMC
b41474f257
Readd item data fixes on protocol level 2024-04-22 20:15:33 +02:00
RaphiMC
b3b66c0526
Add interaction range and step height fixes 2024-04-20 19:31:04 +02:00
RaphiMC
796ae671b8
Readd 1.7 step height change 2024-04-19 18:30:03 +02:00
RaphiMC
f6282d34d9
Fix villager trading emulation 2024-04-19 16:47:01 +02:00
RaphiMC
c1a90bd329
Readd clientside fixes packet handling 2024-04-19 16:34:31 +02:00
FlorianMichael
036f3e083b
Update fabric loader and api 2024-04-19 04:40:27 +02:00
FlorianMichael
77c3a004b4
Change backwards walking animation in <= 1.12 2024-04-19 04:29:25 +02:00
RaphiMC
8c64fa74a4
Initial 1.20.5 port 2024-04-17 23:13:28 +02:00
FlorianMichael
8f6ad8694d
Fix NPE in classic commands 2024-04-12 00:16:41 +02:00
RaphiMC
1f7c0b6c15
Made Via* config patching less hacky 2024-04-10 21:27:33 +02:00
RaphiMC
7b8bf9edc6
Fixed clientside crafting result prediction 2024-04-09 16:23:39 +02:00
FlorianMichael
a8e5b243d0
Use WrapWithCondition v2 (hopefully) 2024-04-08 21:07:59 +02:00
FlorianMichael
ac9ac18b13
Fix downloading terrain screen behaviour in 1.20.2->1.20.3
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/387
2024-04-08 21:01:31 +02:00
FlorianMichael
a68a280aee
Swap version arguments of DebugSettings#sendIdlePacket 2024-04-04 17:08:57 +02:00
RaphiMC
68839a8d22
Merge remote-tracking branch 'origin/main' 2024-04-04 00:14:22 +02:00
RaphiMC
6b8f979b8f
Handle errors properly in <=1.20 custom payload handling 2024-04-04 00:14:06 +02:00
FlorianMichael
f8704eaab7
Use version name for protocol auto detection 2024-04-03 23:43:52 +02:00
RaphiMC
d1ad86c8d4
Fixed compile errors 2024-04-01 22:21:10 +02:00
RaphiMC
4f611e93ea
Fixed hand swing condition in <= 1.14.4 2024-04-01 00:14:20 +02:00
FlorianMichael
6f89102059
Update fabric.mod.json and move VFP version and impl version into platform dump 2024-03-30 14:14:19 +01:00
FlorianMichael
7e747396ff
[ci skip] Remove unused method 2024-03-28 22:07:42 +01:00
FlorianMichael
407927ff69
Fixup piston bounding boxes for 1.9 - 1.12.2
Closes https://github.com/ViaVersion/ViaFabricPlus/issues/384
2024-03-28 22:06:15 +01:00
FlorianMichael
06c72c3211
Overall improvements to translations and setting names 2024-03-27 10:39:30 +01:00
FlorianMichael
190f81c5a0
Tidy up MixinDebugHud 2024-03-23 18:48:31 +01:00
FlorianMichael
65e25a706f
Added setting to disable pinging entirely for <= b1.7.3 2024-03-23 18:46:22 +01:00
RaphiMC
2250d8079c
Updated ViaBedrock code usage 2024-03-23 00:56:08 +01:00
FlorianMichael
973a3df00c
Fixed code behaviour 2024-03-22 11:04:43 +01:00
FlorianMichael
6e56ba6eec
Simplify code and improved mod compatibility 2024-03-22 10:51:10 +01:00
FlorianMichael
945a77a713
Always replace the port in direct connection screen, otherwise only when bedrock is forced 2024-03-22 10:45:15 +01:00
FlorianMichael
7bda76f004
Only replace port when version is forced 2024-03-22 10:40:42 +01:00
FlorianMichael
de8a6f642c
Inline bool statement 2024-03-22 05:05:39 +01:00
FlorianMichael
f899271881
Added setting to replace the default port when bedrock is selected 2024-03-22 05:04:18 +01:00
FlorianMichael
5abef51ce9
Updated old ProtocolHack class references to use the new name 2024-03-20 22:03:24 +01:00
FlorianMichael
096afc54b6
Remove known incompatibilities list from README and sources
Both DashLoader and ArmorSkin are quite inactive and don't work with the latest game version, in addition to that, I don't think many people will try to combine viafabric and viafabricplus since the mod pages already say it's an independent mod, so I decided to just yeet the list away ™️
2024-03-20 21:03:56 +01:00
FlorianMichael
309c9f37fb
Use MixinExtras for MixinClientConnection#useRakNetChannelFactory 2024-03-15 23:04:15 +01:00
RaphiMC
5fd59d7f36
Updated Via NBT usage 2024-03-09 15:32:12 +01:00
FlorianMichael
17840c5dd9
Fixed Via API usage 2024-03-09 12:29:38 +01:00
FlorianMichael
5d0e5a3f83
Removed fix which is now merged into ViaVersion 2024-03-09 12:27:18 +01:00