Commit Graph

942 Commits

Author SHA1 Message Date
FlorianMichael
0f4a042ed6
Delete unused method. 2023-10-07 20:18:36 +02:00
FlorianMichael
f09d97775e
Updated Via* libraries 2023-10-07 19:57:23 +02:00
FlorianMichael
1b2e1e09f9
Small changes to last PR. 2023-10-02 03:36:04 +02:00
FlorianMichael
eff452e1da
Fixed some magic values in boat emulation. 2023-10-02 01:49:36 +02:00
FlorianMichael
8c7ece3004
Deleted useless code. 2023-10-02 00:19:36 +02:00
FlorianMichael
f88407f0bd
Fixed legacy public key signature tracking
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/258
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/255
2023-10-02 00:06:48 +02:00
FlorianMichael
abcb5f9271
Revert 929ab2f588 because it has been fixed in ViaVersion. 2023-10-01 20:28:45 +02:00
FlorianMichael
8e9f5fa141
Implemented packet syncing correctly. 2023-10-01 20:22:56 +02:00
FlorianMichael
b92aa99fd3
Fixed CPE protocol not working 2023-10-01 19:56:19 +02:00
FlorianMichael
3656c3f4e5
Call 1.18.2 interaction manager on main thread 2023-09-28 04:25:56 +02:00
FlorianMichael
10c8ed10c9
Cleaned networking sync base
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/253
2023-09-28 00:10:24 +02:00
FlorianMichael
44163aa59c
Emulate correct value if entity doesn't have passengers 2023-09-24 16:24:56 +02:00
FlorianMichael
e4cce0fa0c
Merge remote-tracking branch 'origin/main' 2023-09-24 16:22:37 +02:00
FlorianMichael
a4dc619363
Implemented last special cases in EntityHeightOffset emulator 2023-09-24 16:22:13 +02:00
RacoonDog
fa36d64a74
FileSaver close FileReader (#252)
* Update FileSaver.java

* Update FileSaver.java
2023-09-24 15:13:32 +02:00
RacoonDog
c6cb3c0ee2
chat stuff (#251) 2023-09-24 15:11:31 +02:00
FlorianMichael
a0df65c578
Implemented movement change in <= 1.20.1 2023-09-24 04:00:23 +02:00
FlorianMichael
26323aac86
Fixed error in ChatUtil#prefixText 2023-09-24 03:15:41 +02:00
FlorianMichael
4ce73a42e5
Fixed bad packets / packet order in <= 1.20.1 2023-09-24 03:15:19 +02:00
FlorianMichael
f63ff90711
Implemented Camel, Llama and Chicken passenger offsets 2023-09-24 03:03:42 +02:00
FlorianMichael
baf48de0b8
Added setting for 1.7 block hit animation
Added setting for 1.8 boat physic/model
2023-09-24 01:18:08 +02:00
FlorianMichael
670bf9fec2
Implemented old 1.8 boat model back 2023-09-24 00:48:07 +02:00
FlorianMichael
a407568f62
removed server-sided only fix 2023-09-24 00:18:30 +02:00
FlorianMichael
dc769fe3d8
removed unused Code 2023-09-24 00:16:56 +02:00
FlorianMichael
42d8a36990
Implemented Registry for Entity height offsets in <= 1.20.1 2023-09-24 00:15:41 +02:00
FlorianMichael
531ef3eea3
Implemented most passenger offsets in <= 1.20.1 2023-09-23 21:21:03 +02:00
FlorianMichael
d01f2913fb
Started with fixing passenger offsets 2023-09-23 20:23:36 +02:00
RaphiMC
6ac8ec625d
Fixed skin loading in <= 1.20.1 2023-09-23 19:21:55 +02:00
FlorianMichael
c44228bfaa
Updated TODO List 2023-09-23 18:09:35 +02:00
FlorianMichael
c518eccfd5
Revert equipment/creative condition in <= 1.20.1 2023-09-23 17:59:45 +02:00
FlorianMichael
f8f3975600
Implemented sign block interactions in <= 1.20.1 2023-09-23 17:50:44 +02:00
FlorianMichael
43e9442cd0
Changed Player default riding offset in <= 1.20.1 2023-09-23 17:46:57 +02:00
FlorianMichael
71f619013d
Removed new sanity check logging in <= 1.20.1 2023-09-23 17:46:08 +02:00
FlorianMichael
e02ca49137
Fixed PinkPetals bounding box in <= 1.20.1 2023-09-23 17:45:06 +02:00
FlorianMichael
432f1ed75a
Release 2.9.0 2023-09-23 02:05:33 +02:00
FlorianMichael
96fc1b78e0
Fixed syncing task base, improved TripleChestHandler code 2023-09-23 02:03:18 +02:00
FlorianMichael
64adbb1330
Removed debug prints 2023-09-22 20:03:31 +02:00
FlorianMichael
9a26ac9782
Added support for configuration state to ProtocolHack#createFakerUserConnection and implemented proper logging to Translator utils 2023-09-22 20:01:26 +02:00
FlorianMichael
e887116078
Minecraft 1.20.2 2023-09-21 18:51:01 +02:00
FlorianMichael
9f347dfd19
Updated Fabric mod-metadata 2023-09-21 18:39:26 +02:00
FlorianMichael
1e47ab7f51
Fixed clientside sync task system, thanks Fabric-API 2023-09-20 00:41:52 +02:00
FlorianMichael
2f9dc58613
Merge remote-tracking branch 'origin/main' into 1.20.2-recode 2023-09-20 00:14:31 +02:00
FlorianMichael
d3b89bed8d
Fixed hopper culling not being correct when installing MoreCulling mod 2023-09-18 23:58:55 +02:00
FlorianMichael
93bfa6a5ff
Don't reload all block shape caches on early init (mod compat)
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/245
2023-09-18 22:15:05 +02:00
FlorianMichael
fe5cdf2c8c
Added Mixin Plugin to disable compat mixins
Fixed DashLoader compat
Fixed ArmorSkin compat (Fixes https://github.com/ViaVersion/ViaFabricPlus/issues/221)
Repackage compat mixins into own package
2023-09-18 17:43:28 +02:00
FlorianMichael
8aca0ea935
Fixed Anvil block shape not rendering properly in <= 1.12.2
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/246
2023-09-18 17:02:21 +02:00
FlorianMichael
7bbc8bf830
Re-implemented Entity changes 2023-09-16 16:30:23 +02:00
FlorianMichael
7078b18f18
use the correct packet size logger instance 2023-09-16 16:09:38 +02:00
FlorianMichael
50e9952e64
Port to 1.20.2-rc1 2023-09-16 16:08:13 +02:00
FlorianMichael
7ea0500b24
Merge remote-tracking branch 'origin/main' 2023-09-16 15:10:39 +02:00
FlorianMichael
a4495413b5
Updated Via* 2023-09-16 15:10:16 +02:00
Blay
7b4cd8f918
updated pl_pl.json and deleted a duplicate key from en_us.json (#241) 2023-09-12 13:19:41 +02:00
FlorianMichael
1caae1226c
Make sure to get the right version 2023-09-10 23:57:07 +02:00
FlorianMichael
f1cbda15e2
Cleaned up classic extension base
Fixed critical SRV resolving issues
2023-09-10 23:49:51 +02:00
FlorianMichael
087ab76960
Thank you git for not pushing my changes 2023-09-10 23:14:18 +02:00
FlorianMichael
8145e11732
Move some classes around 2023-09-10 23:12:43 +02:00
FlorianMichael
b0c450f56e
Merge remote-tracking branch 'origin/main' 2023-09-10 23:07:24 +02:00
FlorianMichael
dfa3838771
Implemented proper handling of protocol translation errors
Renamed all words. translations to misc.
Cleaned up codebase
2023-09-10 23:07:11 +02:00
Lilly
cdeb6bf3dd
Added 1.7.10 Blocking (#238)
* Added 1.7.10 Blocking

* Applied requested changes
2023-09-04 20:02:50 +02:00
FlorianMichael
e621ed3d78
Create field for native version 2023-09-03 00:04:35 +02:00
FlorianMichael
664faa0b37
Updated Via* 2023-09-03 00:01:19 +02:00
FlorianMichael
7b6355ada8
Rewrite handling of almost all clientside fixes
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/237
2023-09-02 23:46:01 +02:00
FlorianMichael
684d74e56a
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/223 2023-08-28 21:56:34 +02:00
FlorianMichael
bec544275e
Merge remote-tracking branch 'origin/main' 2023-08-28 17:45:08 +02:00
FlorianMichael
54f8ad9619
Automatically close GameMode selection screen in <= c0.28-c0.30 2023-08-28 17:44:55 +02:00
RaphiMC
8e044e8abc
Fixed sign editor closing when sign is too far away in <= 1.19.4 2023-08-27 14:50:58 +02:00
FlorianMichael
51538b6fc7
Completely disable all Font rendering changes in case DashLoader is installed 2023-08-24 22:10:46 +02:00
FlorianMichael
9a0038f722
Updated Via* 2023-08-24 21:17:58 +02:00
FlorianMichael
61d37081fc
move screen base classes into the base/ package 2023-08-24 18:05:53 +02:00
FlorianMichael
c58041df07
Don't require hud related injections into the game 2023-08-24 17:57:22 +02:00
FlorianMichael
cd5a4f39aa
Track movement related TODOs 2023-08-24 17:53:49 +02:00
Fundi1330
2892abb5e4
Update uk_ua.json (#226) 2023-08-24 17:17:28 +02:00
FlorianMichael
27ecf9b987
Replaced the mod icon, thanks to kenny 2023-08-23 03:23:02 +02:00
FlorianMichael
c15fae0b44
Updated ViaVersion usage 2023-08-16 20:59:33 +02:00
FlorianMichael
8cc4c823d9
Implemented scrolling to setting display names 2023-08-12 16:21:45 +02:00
FlorianMichael
80c943cc89
Added better default for tab completion delay in <= 1.12.2 2023-08-12 15:16:19 +02:00
FlorianMichael
18a6c449d1
Fixed incompatible version string being visible on <= 1.6.4 servers
Updated ViaVersion and ViaBackwards
2023-08-12 03:09:19 +02:00
FlorianMichael
4e6ed57fa5 Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/216 2023-08-09 02:48:40 +02:00
FlorianMichael
023708dd3c
Started with adding javadoc to the API 2023-08-04 23:49:11 +02:00
FlorianMichael
26050cac74
Merge remote-tracking branch 'origin/main' 2023-08-04 22:38:12 +02:00
FlorianMichael
3e930e7b69
Updated TODO list and README 2023-08-04 22:38:01 +02:00
Blay
def483676e
Updated polish translations (again, idk how did I miss it) (#213) 2023-08-04 22:16:01 +02:00
Blay
76f58bd392
Updated polish translations (#212) 2023-08-03 22:22:18 +02:00
FlorianMichael
ce101b005c
Moved mixin to the correct package 2023-08-03 19:41:55 +02:00
FlorianMichael
d35054f35c
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/209 2023-08-03 09:23:19 +02:00
allinkdev
cefc76dc5a
Return false in isForbiddenCharacter check if the font is not contained in the forbidden character map (#208)
* Return false in isForbiddenCharacter check if the font is not contained in the forbidden character map

Fixes #206

* Make field final

---------

Co-authored-by: EnZaXD <60033407+FlorianMichael@users.noreply.github.com>
2023-08-01 16:04:36 +02:00
FlorianMichael
e7f95aa573
Added option to ItemFilterSystem to only filter vanilla creative tabs, changed some setting names 2023-07-29 22:09:05 +02:00
FlorianMichael
146e2b70b7
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/199 2023-07-28 14:17:11 +02:00
FlorianMichael
9e20576885
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/8 2023-07-28 02:05:47 +02:00
FlorianMichael
0798eda76f
Merge remote-tracking branch 'origin/main' 2023-07-28 01:11:14 +02:00
FlorianMichael
afbb986240
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/197 2023-07-28 01:11:01 +02:00
RaphiMC
72a4c4bd6c
Merge remote-tracking branch 'origin/main' 2023-07-28 00:17:06 +02:00
RaphiMC
498d2fddca
Fixed <= b1.4 ladder climbing 2023-07-28 00:16:57 +02:00
FlorianMichael
a67e67c54c
Merge remote-tracking branch 'origin/main' 2023-07-27 13:48:00 +02:00
FlorianMichael
9d29d8aee3
Only force-disable auto completions when input starts with command leading character 2023-07-27 13:47:48 +02:00
Marcel
2ee7f5452b
Update hu_hu.json (#194)
updated hungarian translation 😎
2023-07-26 17:00:14 +02:00
FlorianMichael
42a733db17
Updated ViaLoader usage 2023-07-25 18:52:00 +02:00
Blay
0d99386e46
Update polish translations (#192)
* Update pl_pl.json

* fix to the previous commit (updated polish translations)
2023-07-22 17:11:51 +02:00
HerbertBin
50cc26c56a
Add orientation setting for AddServerScreen button (#191)
* Update MixinAddServerScreen.java

AddServerScreen: button use config

* New config for the add server screen button

* Simplified code

---------

Co-authored-by: EnZaXD <60033407+FlorianMichael@users.noreply.github.com>
2023-07-22 10:41:10 +02:00
FlorianMichael
0d7743395a
Force disable command auto completions in <= 1.12.2 2023-07-22 04:38:00 +02:00
Fundi1330
7b64971482
Update uk_ua.json (#190) 2023-07-21 14:45:18 +02:00
神枪968
363e230cfc
Update zh_cn.json (#187)
* Update zh_cn.json

* Update zh_cn.json
2023-07-18 17:30:45 +02:00
FlorianMichael
cd34aa7d7a
Cleaned up ItemTranslator base 2023-07-18 06:07:10 +02:00
FlorianMichael
884e05f3d6
Fixed Issue 5 and 9 from https://github.com/ViaVersion/ViaFabricPlus/issues/178 2023-07-18 06:06:39 +02:00
FlorianMichael
ccba9f362d
Don't crash the game when you open the BetaCraft screen without connection 2023-07-18 05:47:38 +02:00
FlorianMichael
a72b0f7c74
Fixed Issue 2 from https://github.com/ViaVersion/ViaFabricPlus/issues/178 2023-07-18 05:46:53 +02:00
FlorianMichael
fd98ca8803
Merge remote-tracking branch 'origin/main' 2023-07-18 05:46:19 +02:00
FlorianMichael
892091073e
Implemented AlphaInventoryProvider (Fixed Issue 11 from https://github.com/ViaVersion/ViaFabricPlus/issues/178) 2023-07-18 05:46:04 +02:00
OnlyRain233
919f102560
MemoryLeakFix works again over v1.1.1 (#184)
* MemoryLeakFix works again over v1.1.1

* Update README.md
2023-07-16 04:30:27 +02:00
Felix14_v2
79920ba352
Update ru_ru.json (#180)
Minor tweaks (generally style improvements) + new translations
2023-07-13 01:52:03 +02:00
Blay
c9e17b3d38
added translations for the mod description in mod menu (en + pl) (#179) 2023-07-12 22:45:09 +02:00
Blay
66ef620157
Update pl_pl.json (#176) 2023-07-11 21:54:54 +02:00
FlorianMichael
e3bf8d5981
fixed file name 2023-07-10 11:50:35 +02:00
FlorianMichael
2209040e47
Code cleanup 2023-07-10 11:24:01 +02:00
FlorianMichael
32bb6c00e5
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/95 2023-07-10 04:19:32 +02:00
FlorianMichael
36c3a2cd53
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/175 2023-07-09 21:18:04 +02:00
FlorianMichael
46f164eda5
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/173 2023-07-08 18:35:47 +02:00
FlorianMichael
acdc1540ab
Implemented MenuMappings in 1.20 -> 1.19.4 Protocol fix 2023-07-07 21:08:40 +02:00
FlorianMichael
4167a1da79
Merge remote-tracking branch 'origin/main' 2023-07-07 16:58:57 +02:00
FlorianMichael
64d9fa42c9
Added missing 1.20 items to ItemReleaseVersionMappings 2023-07-07 16:58:31 +02:00
Blayung
4bdfa46023
Update polish translations (#171) 2023-07-07 16:31:56 +02:00
FlorianMichael
39efa16f75
Updated ViaBedrock (Implemented TransferProvider) 2023-07-07 01:27:57 +02:00
FlorianMichael
aaf1fb6b9e
Moved file related classes to file package 2023-07-06 15:19:34 +02:00
FlorianMichael
b39e8013a0
Implement https://github.com/ViaVersion/ViaFabricPlus/issues/146 2023-07-06 14:40:14 +02:00
FlorianMichael
6e9d5a4d05
Fix https://github.com/ViaVersion/ViaFabricPlus/issues/167 2023-07-06 13:42:35 +02:00
FlorianMichael
72470984b8
Fixed RUN_COMMAND action not working for normal chat messages (<= 1.19) 2023-07-03 19:33:27 +02:00
神枪968
2684968a06
Update zh_cn.json (#160)
* Update zh_cn.json

* Update zh_cn.json

* Update zh_cn.json
2023-06-27 07:31:11 +02:00
FlorianMichael
3c2b9ee3e3
Merge remote-tracking branch 'origin/main' 2023-06-24 23:14:49 +02:00
FlorianMichael
989c876920
Fixed https://github.com/ViaVersion/ViaFabricPlus/issues/150 2023-06-24 23:14:25 +02:00
Blayung
c4fc498201
update the polish translations (#145) 2023-06-22 14:36:23 +02:00
FlorianMichael
72204af164
updated Via* usage 2023-06-18 20:15:45 +02:00
Kichura
8549f7cecf
Update sources, Require API 0.83.0 or greater. (#139)
* Update sources, Require API 0.83.0 or greater.

* Update sources in README and language files.
2023-06-18 19:54:45 +02:00
FlorianMichael
896f195674
Removed outdated mixin 2023-06-18 14:54:31 +02:00
FlorianMichael
a3f2beacfc
Merge remote-tracking branch 'origin/main' 2023-06-18 14:31:27 +02:00
FlorianMichael
84e210cc02
This mod is client-side only 2023-06-18 14:31:14 +02:00
yingcan
5ec0323300
update zh_cn.json (#137)
* Add files via upload

* removed //

* update zh_cn.json
2023-06-18 13:37:46 +02:00
FlorianMichael
6937a51884
Deleted some useless packages in de/florianmichael/viafabricplus/definition 2023-06-18 00:47:31 +02:00
FlorianMichael
ee5a44fd70
Implemented https://github.com/ViaVersion/ViaFabricPlus/issues/124 2023-06-18 00:36:12 +02:00
Fundi1330
941bdfa2a7
Update uk_ua.json (#132) 2023-06-13 13:10:17 +02:00
yingcan
b44e170e80
Update zh_cn.json (#127)
* Add files via upload

* removed //
2023-06-13 00:11:44 +02:00
FlorianMichael
a198359f06
Updated to 1.20.1 2023-06-13 00:05:24 +02:00
FlorianMichael
38f125e18d
Merge remote-tracking branch 'origin/main' 2023-06-10 15:03:23 +02:00
FlorianMichael
2660038ead
Fix https://github.com/ViaVersion/ViaFabricPlus/issues/125 2023-06-10 15:03:01 +02:00
YoMonNPC
9a590451f1
Update zh_cn.json and zh_tw.json (#126)
* Update zh_cn.json

* Update zh_tw.json
2023-06-10 15:00:20 +02:00
FlorianMichael
0080e86fdc
Fixed triple chests in <= 1.13.2, started with java-docs 2023-06-09 22:13:06 +02:00
RaphiMC
e1cae0d81d
Added system to override Via jars 2023-06-09 16:00:45 +02:00
FlorianMichael
dada02cb37
Bump version to 2.7.6-SNAPSHOT 2023-06-09 04:15:32 +02:00
FlorianMichael
bc79e7faf0
Implemented old block-ack system (1.18.2 - 1.14.4) 2023-06-09 04:07:48 +02:00
FlorianMichael
f1b347d24d
improved build code and updated libraries 2023-06-08 18:22:53 +02:00
allinkdev
c93ea7ad1a
Revert "Fix conflict with Sodium 1.20 (#113)" (#123)
This reverts commit 9bddd04be9.
2023-06-07 20:27:11 +02:00
FlorianMichael
9e8c1ce5ba
Updated fabric.mod.json 2023-06-07 20:20:25 +02:00
FlorianMichael
65bef4f7a8
Updated to 1.20 2023-06-07 20:03:35 +02:00
FlorianMichael
69e22636d1
Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	gradle.properties
2023-06-07 19:53:11 +02:00
FlorianMichael
57609eb2fe
Updated Via* (1.20) 2023-06-07 19:45:59 +02:00
FlorianMichael
42b167bdef
Bump version to 2.7.5-SNAPSHOT 2023-06-04 22:27:34 +02:00
FlorianMichael
26a755fbb3
Fixed 1.7 sword interactions 2023-06-04 22:03:51 +02:00
FlorianMichael
1ca685967b
Merge remote-tracking branch 'origin/main' 2023-06-04 18:38:29 +02:00
FlorianMichael
c61605775f
Fixed bad packet checks 2023-06-04 18:38:07 +02:00
Alexander
60cec9b000
Reimplement repetitive 1.14.3 START_DESTROY_BLOCK calls for same block breaking (#121)
* Reimplement 1.14.3 second PlayerActionC2SPacket.Action.START_DESTROY_BLOCK calls for same block breaking

* Expression simplification
2023-06-04 17:01:49 +02:00
FlorianMichael
9453d26b81
Merge remote-tracking branch 'origin/main' 2023-06-04 14:10:05 +02:00
FlorianMichael
1aa3972f7b
Increment caching time for Auto Detect to 10 minutes 2023-06-04 14:09:42 +02:00
Blayung
b653b44c76
Add translations for "Server version" when hovering over the ping icon in the multiplayer menu and update the polish translations (#122)
* Update polish translations

* Add translations for "Server version" when hovering over the ping icon
2023-06-04 13:31:05 +02:00
FlorianMichael
250108451c
Merge remote-tracking branch 'origin/1.20-recode' into 1.20-recode 2023-06-03 17:17:44 +02:00
FlorianMichael
4d82c14282
fixed bad packets in Anvil screen 2023-06-03 17:17:29 +02:00
Fundi1330
5c66a0563d
Update uk_ua.json (#117) 2023-06-02 20:51:52 +02:00
FlorianMichael
6e19aa6534
fixed https://github.com/ViaVersion/ViaFabricPlus/issues/115 2023-06-02 17:34:56 +02:00
FlorianMichael
a251ff00c7
removed outdated Setting 2023-06-02 16:55:35 +02:00
Allink
9bddd04be9
Fix conflict with Sodium 1.20 (#113)
The Sodium developers chose to change the map their ChunkTracker uses from a Long2IntOpenHashMap to a Long2BooleanOpenHashMap. This conflicts with our mixin, so I modified the mixin a small amount to use the new type.
2023-06-01 22:02:39 +02:00
FlorianMichael
7546c8812f
Updated to 1.20-rc1 2023-06-01 16:13:57 +02:00
FlorianMichael
a76af7d66d
fixed merge conflict 2023-06-01 16:12:29 +02:00
Fundi1330
25167b1473
Update uk_ua.json 2023-06-01 09:16:24 +03:00
FlorianMichael
a601062ffd
Merge remote-tracking branch 'origin/main' 2023-05-31 22:53:02 +02:00
FlorianMichael
2b37095882
updated ViaBedrock usage 2023-05-31 22:52:46 +02:00
Felix14_v2
51f6eb5acf
Implement translations for setting groups (ViaVersion#110) 2023-05-31 22:31:51 +03:00
FlorianMichael
0af5165f97 Changed CPE App Name to "ViaFabricPlus" 2023-05-31 17:29:49 +02:00
FlorianMichael
70a5566d34 Updated Via* (1.20-rc1) and implemented new lines in Bedrock 2023-05-31 17:16:44 +02:00
FlorianMichael
ad53ada44d Updated to 1.20-pre7 2023-05-30 22:13:41 +02:00
Blayung
515e81360e
Implement translations for setting groups (#110)
* Fix #106

* a slight fix to the previous commit

* comply with Michael's complaints

* comply with Michael's complaints 2
2023-05-30 22:03:56 +02:00
FlorianMichael
c6f03fe6bb Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	README.md
#	gradle.properties
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/MixinItemRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinAnvilBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinBedBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinBrewingStandBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinCauldronBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinChestBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinEndPortalFrameBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinFarmlandBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinFenceBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinFireBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinHopperBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinLadderBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinLilyPadBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinPaneBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinPistonHeadBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinSnowBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/block/MixinWallBlock.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/entity/MixinEntity.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/item/MixinItemStack.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/item/MixinPickaxeItem.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/viaversion/MixinProtocolVersion.java
#	src/main/java/de/florianmichael/viafabricplus/mappings/ItemReleaseVersionMappings.java
#	src/main/java/de/florianmichael/viafabricplus/mappings/PackFormatsMappings.java
#	src/main/java/de/florianmichael/viafabricplus/screen/impl/ClassicItemSelectionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/screen/impl/base/ForceVersionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/screen/impl/base/ProtocolSelectionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/screen/impl/thirdparty/classicube/ClassiCubeLoginScreen.java
#	src/main/java/de/florianmichael/viafabricplus/screen/impl/thirdparty/classicube/ClassiCubeMFAScreen.java
#	src/main/resources/fabric.mod.json
2023-05-30 22:02:12 +02:00
FlorianMichael
e6085723cb Updated Via* (1.20-pre7) 2023-05-29 23:39:22 +02:00
FlorianMichael
f68334d5d2 updated Mod metadata 2023-05-29 13:57:00 +02:00
FlorianMichael
a82475d4b8 updated Developer API usage 2023-05-28 20:04:38 +02:00
FlorianMichael
9fe71ee548 Migrated to ViaLoader / ViaVersion organisation 2023-05-28 19:49:13 +02:00
FlorianMichael
69de7b79c5 improved ChatSession code 2023-05-28 13:24:15 +02:00
FlorianMichael
e0419143e1 Bump libraries (updated to 1.20-pre5) 2023-05-24 22:24:27 +02:00
FlorianMichael
14aa090c25 Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	gradle.properties
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/viaversion/MixinProtocolVersion.java
2023-05-23 17:10:54 +02:00
FlorianMichael
0f9757c681 Updated to 1.20-pre5 2023-05-23 17:10:02 +02:00
FlorianMichael
348e409843 Updated Via* (1.20-pre4) 2023-05-20 02:40:05 +02:00
FlorianMichael
f8b031719e Implemented partial encryption 2023-05-20 01:58:39 +02:00
FlorianMichael
0ea3c22fb8 Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	gradle.properties
2023-05-20 00:50:25 +02:00
FlorianMichael
46ba2e95d9 Updated to 1.20-pre4 2023-05-20 00:49:44 +02:00
FlorianMichael
4edbdd1c1c Cleaned ViaBedrock implementation 2023-05-17 17:22:15 +02:00
FlorianMichael
59e850589d Updated to 1.20-pre2 2023-05-17 17:05:46 +02:00
FlorianMichael
dd4b4c1910 Merge remote-tracking branch 'origin/main' into 1.20-recode 2023-05-17 16:37:06 +02:00
FlorianMichael
b09dd84019 Bump version 2023-05-16 20:22:36 +02:00
FlorianMichael
8efa9700c0 fixed https://github.com/FlorianMichael/ViaFabricPlus/issues/99 2023-05-16 20:20:59 +02:00
FlorianMichael
5a7147eaaf Fixed incompatibility with ItemScroller 2023-05-16 14:08:07 +02:00
FlorianMichael
ff8aa10f0a Merge remote-tracking branch 'origin/main' 2023-05-15 20:27:14 +02:00
FlorianMichael
2a137cb4aa Updated build code 2023-05-15 20:27:07 +02:00
Fundi1330
8bf660f60c
Update uk_ua.json 2023-05-15 20:31:55 +03:00
FlorianMichael
f54ac0c785 Implemented MixinExtras 2023-05-14 20:59:58 +02:00
FlorianMichael
f97d74964a Updated Via* (1.20-pre1) and updated README 2023-05-13 20:55:50 +02:00
FlorianMichael
f4dfb63f70 fixed sign interactions and updated ItemReleaseVersionMappings 2023-05-13 17:10:44 +02:00
FlorianMichael
9e035ca97a manually updated code 2023-05-13 16:31:10 +02:00
FlorianMichael
dac8f0deef Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/base/MixinConnectScreen.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/base/MixinDownloadingTerrainScreen.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/MixinInGameHud.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/MixinItemRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/entity/MixinClientPlayerEntity.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/MappedSlotEntry.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/ClassicItemSelectionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/base/ForceVersionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/base/ProtocolSelectionScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/SettingsScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/settingrenderer/BooleanSettingRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/settingrenderer/ButtonSettingRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/settingrenderer/ModeSettingRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/settingrenderer/ProtocolSyncBooleanSettingRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/settings/settingrenderer/meta/TitleRenderer.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/thirdparty/BetaCraftScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/thirdparty/classicube/ClassiCubeLoginScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/thirdparty/classicube/ClassiCubeMFAScreen.java
#	src/main/java/de/florianmichael/viafabricplus/ui/screen/impl/thirdparty/classicube/ClassiCubeServerListScreen.java
2023-05-13 16:21:47 +02:00
FlorianMichael
654ce9672f Don't overwrite sendMovementPackets 2023-05-13 15:56:37 +02:00
FlorianMichael
4fab54529e Merge remote-tracking branch 'origin/main' 2023-05-12 20:51:14 +02:00
FlorianMichael
89aa3f7482 Fixed crash when protocol from config doesn't exist anymore 2023-05-12 20:51:07 +02:00
nukkkiz
62b2d997b2
cool finnish translation 2023-05-11 17:32:28 +03:00
FlorianMichael
7c03415290 slightly fix to the last pr 2023-05-08 18:33:47 +02:00
Blayung
c25f738037
Update the polish translations to fit the new mod changes 2023-05-08 18:29:20 +02:00
FlorianMichael
1381141e13 improved ClassiCube Account handling 2023-05-08 15:25:12 +02:00
FlorianMichael
e56f06097c created own package for ui 2023-05-07 20:17:51 +02:00
FlorianMichael
184d8ea694 refactor project 2023-05-07 20:08:33 +02:00
FlorianMichael
0420a2c194 Updated MinecraftAuth 2023-05-06 19:51:58 +02:00
FlorianMichael
581be34349 register 23w18a PackFormat version 2023-05-06 19:46:27 +02:00
FlorianMichael
89c41ffdc5 Implemented Movement changes 2023-05-05 21:30:06 +02:00
FlorianMichael
efc94bf685 Implement some code changes 2023-05-05 20:48:20 +02:00
FlorianMichael
605f2b44d9 Updated to 23w18a 2023-05-05 20:24:42 +02:00
FlorianMichael
d0debf1d94 Implemented legacy public key signature 2023-05-05 20:24:20 +02:00
FlorianMichael
193b0c2735 Merge remote-tracking branch 'origin/main' into 1.20-recode 2023-05-05 20:10:35 +02:00
FlorianMichael
1b9fd0a12f Updated Via* (23w18a) 2023-05-04 15:45:59 +02:00
FlorianMichael
81ae865683 Merge remote-tracking branch 'origin/main' 2023-05-03 14:42:42 +02:00
FlorianMichael
b44713b9b2 Implemented 7adadc0d21 2023-05-03 14:42:35 +02:00
yingcan
fd84f4563b
Update zh_cn.json
对待定翻译采取 原文(正常)+翻译(浅色) 的方案
微调标点符号(统一全角)、空格、用词
-回调“开启”和“关闭”->“开”和“关”
移除“译者注”(如“[调试](F3)”->“[调试]”)
2023-05-03 02:30:41 +08:00
Blayung
ce7e0e0531 Update the Polish translation to fit the new updates 2023-04-30 22:50:00 +02:00
FlorianMichael
4a6128b7a2 removed dumped Materials 2023-04-30 22:32:42 +02:00
FlorianMichael
d19e7e79cd Merge remote-tracking branch 'origin/main' into 1.20-recode
# Conflicts:
#	src/main/java/de/florianmichael/viafabricplus/injection/mixin/fixes/minecraft/entity/MixinClientPlayerEntity.java
2023-04-30 22:03:21 +02:00
FlorianMichael
8290f6bbf7 Bump version 2023-04-30 21:59:25 +02:00
FlorianMichael
ecddd21132 Removed ClassicProtocolCommands, Implemented ViaVersion commands 2023-04-30 21:34:54 +02:00
FlorianMichael
bfb28f7835 fixed NPE 2023-04-30 20:14:13 +02:00
FlorianMichael
a8c9ec9654 updated VB 2023-04-30 01:34:12 +02:00
FlorianMichael
23cd8a4618 Merge remote-tracking branch 'origin/main' 2023-04-29 23:00:29 +02:00
FlorianMichael
61881ecd94 removed temp fix 2023-04-29 23:00:24 +02:00
Calvineries
6593180edd
Create fr_fr.json 2023-04-29 21:46:40 +02:00
FlorianMichael
d2c754ab0c Added null safety 2023-04-29 16:27:02 +02:00
YoMonNPC
b1fadd3598
Fix some formatting and text mistakes 2023-04-29 10:07:13 +08:00
YoMonNPC
5c422640d5
Update zh_tw.json 2023-04-29 09:56:37 +08:00
YoMonNPC
4ac343c475
Update zh_cn.json 2023-04-29 09:05:34 +08:00
FlorianMichael
5445ec5f59 fixed FontCache was not reloaded properly 2023-04-28 16:16:22 +02:00
FlorianMichael
dedb142013 Merge remote-tracking branch 'origin/main' into 1.20-recode 2023-04-27 22:58:33 +02:00
FlorianMichael
a24c247f18 Update Via* (23w147a) 2023-04-27 22:25:36 +02:00
FlorianMichael
4feee86511 Fixed crash when pressing F3 + F4 2023-04-27 22:23:45 +02:00
FlorianMichael
e034f928f9 fixed compile errors 2023-04-27 22:13:30 +02:00
FlorianMichael
ba330ec1a2 started with 1.20 port 2023-04-27 01:05:41 +02:00
FlorianMichael
7520103bae Allow infinite characters 2023-04-26 19:49:18 +02:00
FlorianMichael
1abe14cdc2 cleaned up signature fixes 2023-04-25 22:58:14 +02:00
FlorianMichael
858cf17d54 Merge remote-tracking branch 'origin/main' 2023-04-25 00:37:34 +02:00
FlorianMichael
3889519f01 Update libs 2023-04-25 00:37:29 +02:00
Felix14-v2
ad21c6a302
Add ru_ru.json 2023-04-25 00:31:56 +03:00
FlorianMichael
65fe211fae some code style changes 2023-04-24 22:34:25 +02:00
FlorianMichael
9104b4d78c renamed method 2023-04-24 20:37:57 +02:00
FlorianMichael
0afc393291 Fixed https://github.com/FlorianMichael/ViaFabricPlus/issues/67 2023-04-24 20:33:50 +02:00
Allink
eb65c6aa72
fixup! Load ClassicItemSelectionScreen after Minecraft has initialized 2023-04-24 16:42:27 +01:00
Allink
da7c0eea1a
Load ClassicItemSelectionScreen after Minecraft has initialized
Fixes #68
2023-04-24 16:28:17 +01:00
Marcel
91b5a16257
Add '.json' to hungarian translation file
i uploaded hu_hu.json without the .json first, apologies
2023-04-24 17:14:24 +02:00
FlorianMichael
aeacbdc4b8 fixed small typo in DEVELOPER_API.md 2023-04-23 19:38:57 +02:00
FlorianMichael
929ab2f588 sync outgoing packets 2023-04-23 18:50:26 +02:00
FlorianMichael
597d57b50f updated VLB 2023-04-23 03:24:57 +02:00
FlorianMichael
9b3a2bc7e9 updated C4J usage 2023-04-23 02:57:33 +02:00
FlorianMichael
7b97a60503 Merge remote-tracking branch 'origin/main' 2023-04-22 20:20:46 +02:00
FlorianMichael
62e623de8b Implemented https://github.com/FlorianMichael/Classic4J 2023-04-22 20:20:40 +02:00
Gitty891
2083afd6eb
Create hu_hu.json (hungarian translation) 2023-04-22 19:20:26 +02:00
FlorianMichael
76949aa88d removed Fix which is merged in Via since https://github.com/ViaVersion/ViaVersion/pull/3302 2023-04-22 09:57:36 +02:00
FlorianMichael
0a2a93c74f Bump version 2023-04-21 20:40:37 +02:00
FlorianMichael
d1059a4542 Fixed InventoryTracker16 in ViaVersion 2023-04-21 20:37:42 +02:00
EnZaXD
63fd6fbfdd
Merge pull request #65 from Fundi1330/patch-6
added experimental and auto-detect translations
2023-04-21 19:53:16 +02:00
FlorianMichael
3b6ae50436 added support for negative items in <= 1.10 2023-04-21 19:52:56 +02:00
Fundi1330
57b7b04e63
Update uk_ua.json 2023-04-21 19:21:52 +03:00
FlorianMichael
2241052a90 removed Level check in NBTType 2023-04-21 16:53:21 +02:00
FlorianMichael
845dbeaf01 Updated Via* (23w16a) 2023-04-20 20:54:48 +02:00
FlorianMichael
ff065e0a87 cleaned up Code 2023-04-20 13:38:13 +02:00
FlorianMichael
9a9c079d13 added -DVFPDebug Property to show debug logs 2023-04-20 13:33:03 +02:00
FlorianMichael
12163042f5 load Classic stuff after Minecraft 2023-04-20 13:03:47 +02:00
FlorianMichael
34c3a77e48 added ViaLoadingBaseBuilderCallback 2023-04-20 00:23:49 +02:00
FlorianMichael
5515d4eefc Fixed incompatibility with an amazing mod 2023-04-20 00:06:04 +02:00
FlorianMichael
24baf65970 Fixed Chat sessions not working 2023-04-19 21:29:43 +02:00
FlorianMichael
08b0484812 Fixed EssentialClient incompatibility 2023-04-19 21:27:52 +02:00
FlorianMichael
c4b00bc259 changed logging to VFP 2023-04-19 20:57:03 +02:00
FlorianMichael
5e7e3a954d added Version auto detection 2023-04-19 20:51:51 +02:00
FlorianMichael
2dd154203c Fixed Font Cache in <= 1.12.2 2023-04-19 19:57:51 +02:00
Joe
8102ff3467
Cleanup ItemReleaseVersionMappings
Fix cherry wood and mangrove wood showing in 1.13, and non-red beds not showing in 1.12.
2023-04-19 14:55:56 +01:00
FlorianMichael
9e4119899c some code styling 2023-04-19 15:36:12 +02:00
FlorianMichael
622b996dc6 Merge remote-tracking branch 'origin/main' 2023-04-19 15:14:16 +02:00
FlorianMichael
bbd2d3a4e8 fixed https://github.com/FlorianMichael/ViaFabricPlus/issues/61 2023-04-19 15:14:10 +02:00
Joe
9edad2cd9a
Implement PlayerLookTargetProvider 2023-04-19 13:54:38 +01:00
FlorianMichael
67a6424434 removed Old classes 2023-04-19 04:40:40 +02:00
FlorianMichael
84f9753ce1 updated README 2023-04-19 03:41:30 +02:00
FlorianMichael
b8dd7a24b6 Bump version 2023-04-18 01:12:49 +02:00
FlorianMichael
17579eee90 rewrite of the settings system 2023-04-18 00:21:35 +02:00
FlorianMichael
f35ac33e94 Fixed MF detection in <= 1.12.2 2023-04-17 23:48:33 +02:00
FlorianMichael
e5b64731d8 updated VBedrock usage 2023-04-17 14:26:19 +02:00
FlorianMichael
95e893aff7 Removed wrong and outdated fix 2023-04-17 00:58:46 +02:00
FlorianMichael
04dfa9033b Merge remote-tracking branch 'origin/main' 2023-04-16 21:20:39 +02:00
FlorianMichael
b6124e4710 Fixed authentication not working sometimes in <= 1.6.4 2023-04-16 21:20:34 +02:00
Blayung
e160907a3d
Add the chunkbroderfix key to the Polish translation 2023-04-15 12:05:44 +02:00
FlorianMichael
12f48411c8 updated Mod metadata 2023-04-14 21:56:43 +02:00
FlorianMichael
03ba1249d8 Moved some classes 2023-04-14 21:45:43 +02:00
FlorianMichael
b38387bdd7 updated Via* 2023-04-14 21:38:39 +02:00
FlorianMichael
a2775306fe Merge remote-tracking branch 'origin/main' 2023-04-12 18:24:21 +02:00
FlorianMichael
4d08a77b67 added missing License headers 2023-04-12 18:24:16 +02:00
Fundi1330
9c53f8256b
Added FixChunkBorders 2023-04-11 22:29:44 +03:00
FlorianMichael
d884210a81 fixed Warning 2023-04-11 18:13:02 +02:00
FlorianMichael
4bb729137f Updated libs, reverted 1a706fd04f 2023-04-11 18:10:11 +02:00
FlorianMichael
e5e33d8f9e already done by Via 2023-04-11 16:12:03 +02:00
MIOGMIOG
ad91947abd
Update cs_cz.json 2023-04-10 13:12:36 +02:00
FlorianMichael
02b396553e added ChunkBorderFix 2023-04-09 22:51:14 +02:00
FlorianMichael
e8ed57ca3e Merge remote-tracking branch 'origin/main' 2023-04-09 22:33:09 +02:00
FlorianMichael
14e5337aee added FabricAPI as required mod 2023-04-09 22:33:04 +02:00
Blayung
98e8f79db6 Add Polish translation 2023-04-09 21:49:43 +02:00
MIOGMIOG
b1e287b57c
Merge branch 'FlorianMichael:main' into main 2023-04-08 10:40:06 +02:00
FlorianMichael
5373dda3c6 Bump version 2023-04-07 21:38:44 +02:00
FlorianMichael
5e1dfc0ddf cleaned up some code parts 2023-04-07 21:34:32 +02:00
MIOGMIOG
eeed57df9b
Update cs_cz.json, bedrock login error should make more sense now 2023-04-07 09:25:51 +02:00
MIOGMIOG
020976ebbe
Small lang fix
Small typo fix
2023-04-07 09:05:01 +02:00
FlorianMichael
0c8f506cfc removed debug 2023-04-07 02:14:45 +02:00
FlorianMichael
e88419b06c fixed Compression issues 2023-04-07 02:13:33 +02:00
FlorianMichael
0246df347d fixed NPE 2023-04-06 21:23:42 +02:00
FlorianMichael
7b15c0c7e4 Merge remote-tracking branch 'origin/main' 2023-04-06 20:54:25 +02:00
FlorianMichael
e9648d5ae3 added Czech translations 2023-04-06 20:54:18 +02:00
yingcan
db6e9111ac
Update zh_cn.json 2023-04-06 19:35:53 +08:00
FlorianMichael
28ce2ebc32 Updated Via* 2023-04-05 18:47:42 +02:00
FlorianMichael
679495bb0e Fixed netty pipeline 2023-04-04 02:30:07 +02:00
FlorianMichael
4fcba4bca8 updated mod metadata and mixins 2023-04-03 20:57:11 +02:00
FlorianMichael
7c80473594 fixed race condition 2023-04-03 18:16:22 +02:00
FlorianMichael
847447421c renamed some fields 2023-04-03 17:29:06 +02:00
FlorianMichael
ed3ca3d557 Updated VLB usage 2023-04-03 17:25:38 +02:00
Allink
f701806424
Use HostAndPort#toString() in HostAndPort replacement
Fixes #49
2023-04-02 22:45:45 +01:00
Fundi1330
0b9f32e971
Update uk_ua.json 2023-04-02 07:37:48 +03:00
FlorianMichael
c1e1f3705f added own setting for skin loading 2023-04-01 00:11:51 +02:00
FlorianMichael
8648d050ee updated Via* 2023-04-01 00:08:39 +02:00
FlorianMichael
792ba08669 removed casts 2023-03-31 15:13:06 +02:00
FlorianMichael
c31a77be0a improved BetaCraft error screen 2023-03-30 19:35:01 +02:00
FlorianMichael
196b9c0261 Updated VLB usage 2023-03-30 18:03:55 +02:00
FlorianMichael
2e6199f574 fixed compile error 2023-03-30 01:53:16 +02:00
FlorianMichael
d2d7f52c48 Fixed exception 2023-03-30 01:40:19 +02:00
FlorianMichael
6a070fda9f Fixed 1.7 interactions 2023-03-30 01:10:49 +02:00
FlorianMichael
50db6ec48b Fixed pinging issues 2023-03-30 00:56:07 +02:00
FlorianMichael
c6feaadafa Fixed world heights in ClassiCube 2023-03-30 00:23:29 +02:00
FlorianMichael
ddb1578ccf Fixed sneaking finally
Fixed Wall block culling
2023-03-29 19:50:09 +02:00
FlorianMichael
f49b5a6db6 fixed some compile errors by the PRs
Bump version
2023-03-29 00:23:28 +02:00
FlorianMichael
9a74f6333e Implemented copy code action to bedrock login
Fixed resource packs aren't loading
Updated ViaBedrock
Updated some translations
2023-03-29 00:17:56 +02:00
FlorianMichael
d6d6a8240f Fixed end portal frames 2023-03-27 20:16:37 +02:00
FlorianMichael
29237272fd Fixed critical joining issue, implemented BetaCraft server list 2023-03-27 16:21:48 +02:00
FlorianMichael
8144cc81d6 updated Translations 2023-03-26 22:49:43 +02:00
FlorianMichael
ed52f9fb30 Implemented setting to spoof username if using ClassiCube 2023-03-26 22:44:02 +02:00
FlorianMichael
75bf5ddd69 fixed pinger sometimes uses the wrong address 2023-03-26 22:30:32 +02:00
FlorianMichael
40e3ca64dd added Traditional chinese 2023-03-26 11:30:35 +02:00
FlorianMichael
a104c92a7c removed debug, fixed MFA impl in ClassiCube 2023-03-26 04:57:05 +02:00
FlorianMichael
8e4ee48192 added Ukrainian translations, updated Simplified Chinese translations, updated Thai translations, translated more strings 2023-03-25 21:51:06 +01:00
FlorianMichael
236cedea59 refactored some code parts, refactored PR, implemented ClassiCube, fixed some bugs 2023-03-25 21:42:43 +01:00
FlorianMichael
67e6be3788 refactored some parts of the PR 2023-03-24 21:52:03 +01:00
Allink
6e45cb1b98
Remove obsolete constructor 2023-03-24 20:44:20 +00:00
Allink
306555e409
Merge branch 'main' into feat/classicube-auth 2023-03-24 20:38:30 +00:00
Allink
f23480aebb
Add ClassiCube API-related classes 2023-03-24 20:37:55 +00:00
FlorianMichael
f852f212f7 Fixed german translations, added Luxembourgish translations 2023-03-24 20:36:40 +01:00
FlorianMichael
725d20a335 Bump version 2023-03-24 19:58:47 +01:00
FlorianMichael
a63a352b46 moved some mixin classes 2023-03-24 00:28:45 +01:00
FlorianMichael
9cbd8bb559 Fixed Incompatibility with Raknetify 2023-03-23 23:44:45 +01:00
FlorianMichael
d5876090c0 Removed ClientConnection#connect overwrite 2023-03-23 23:12:56 +01:00
FlorianMichael
2a047a3544 Fixed Issue that some beta servers didn't work 2023-03-23 20:32:27 +01:00
FlorianMichael
225518f9a4 removed wrong fix (I have no idea what I did there) 2023-03-23 15:47:18 +01:00
FlorianMichael
d18241bc9f updated some new translations 2023-03-23 14:58:29 +01:00
FlorianMichael
b0899c4a28 Updated Via* (23w12a) 2023-03-22 19:51:04 +01:00
FlorianMichael
76b64552ce Fixed Armor and Elytra item interaction 1.19.4 -> 1.19.3 2023-03-22 16:33:34 +01:00
FlorianMichael
6adb66da2a Fixed sprinting 1.19.4 -> 1.19.3 (Grim Detection) 2023-03-22 16:08:41 +01:00
FlorianMichael
0e44fbfb4b Updated Via* 2023-03-22 15:23:57 +01:00
FlorianMichael
08056c3ee8 moved USAGE to own file 2023-03-22 15:00:00 +01:00
FlorianMichael
c620e02b83 Fixed bedrock pinging 2023-03-22 14:33:20 +01:00
FlorianMichael
0ded19ee42 Fixed Incompatibility with VMP 2023-03-22 14:18:42 +01:00
FlorianMichael
1aa201e2aa added Raknetify to fabric.mod.json 2023-03-22 13:18:22 +01:00
FlorianMichael
b24343f0f0 added Japanese translations 2023-03-22 13:07:18 +01:00
FlorianMichael
1e8ecd7cad fixed wrong Position for main button (Right; bottom) 2023-03-22 13:06:32 +01:00
FlorianMichael
e004852471 added Simplified chinese translations 2023-03-22 13:02:31 +01:00
FlorianMichael
f3d55a961f updated Thai lang again 2023-03-21 23:56:50 +01:00
FlorianMichael
45ea7b2699 added more Error handling to File saving 2023-03-21 22:41:28 +01:00
FlorianMichael
f1e1f688ad Proper reload storages 2023-03-21 22:26:41 +01:00
FlorianMichael
c63e701361 fixed Pre-netty stuff 2023-03-21 22:16:43 +01:00
FlorianMichael
47e209f8ba updated Thai translations 2023-03-21 20:53:39 +01:00
FlorianMichael
f4ce31638f Bump version 2023-03-21 20:36:18 +01:00
FlorianMichael
d1ce29e76a re-implemented all protocol fixes, added new HUD variables for forced version 2023-03-21 20:32:04 +01:00
FlorianMichael
008523c103 added System to force version for singleton server 2023-03-21 18:47:49 +01:00
FlorianMichael
73836131ec added more Abstraction for file saving 2023-03-21 15:14:38 +01:00
FlorianMichael
df598e95be added Thai translations 2023-03-21 14:03:31 +01:00
FlorianMichael
a735fb31ed pre-load more classic features 2023-03-21 13:45:10 +01:00
FlorianMichael
26dbfe1d90 fixed KeepAlive sender, updated README 2023-03-21 13:15:05 +01:00
FlorianMichael
a90b7b1161 sync dismount fix with minecraft 2023-03-20 22:09:52 +01:00
FlorianMichael
92bcd38508 added remap = false 2023-03-20 21:23:26 +01:00
FlorianMichael
daf663633b started with 1.19.4 fixes 2023-03-20 20:54:11 +01:00
FlorianMichael
1ac8d9fb18 added Error screen for Bedrock authentication 2023-03-20 17:37:41 +01:00
FlorianMichael
19a2d1715b fixed classic loading
added spacer to buttons
2023-03-20 17:07:44 +01:00
FlorianMichael
d8841be601 fixed Title rendering 2023-03-19 16:14:32 +01:00
FlorianMichael
652a4deafd added translation base 2023-03-19 16:05:42 +01:00
FlorianMichael
2751da2c36 updated mod metadata 2023-03-19 15:08:36 +01:00
FlorianMichael
0421352dae fixed imports 2023-03-19 04:05:04 +01:00
FlorianMichael
efa68bcac8 added Sanity Checks for F3 2023-03-19 03:23:06 +01:00
FlorianMichael
572f6203df Fixed loading priority issues 2023-03-18 02:19:38 +01:00
FlorianMichael
d5f50cc01f removed broken mixin 2023-03-18 01:51:09 +01:00
FlorianMichael
4edf343e99 fixed and updated ItemReleaseVersionDefinition 2023-03-18 01:41:47 +01:00
FlorianMichael
c85797fa9a improved Bossbar Fix 2023-03-18 00:47:52 +01:00
FlorianMichael
47af8de417 changed License header 2023-03-17 23:09:32 +01:00
FlorianMichael
5192a74387 reload Bedrock account on load 2023-03-17 22:11:09 +01:00
FlorianMichael
e854710eee changed Protocol selection footer 2023-03-17 22:05:30 +01:00
FlorianMichael
34572e0896 updated README and cleaned up code 2023-03-17 21:31:55 +01:00
FlorianMichael
550b9b4e4a fixed startup
rewrote Setting generator
added Button settings
moved Bedrock authentication
2023-03-17 00:02:19 +01:00
FlorianMichael
7e422eb2c5 moved Via loading
implemented Bedrock authentication
added some new Bedrock related fixes
2023-03-16 21:46:33 +01:00
FlorianMichael
da9f390f71 fixed mixin issue 2023-03-15 21:34:05 +01:00
FlorianMichael
5ad8380cd0 fixed PackFormatsDefinition 2023-03-15 21:23:26 +01:00
FlorianMichael
1c46fab9b0 1.19.4 port 2023-03-15 21:15:48 +01:00
FlorianMichael
9c3bf70cc1 reordered some classes and packages 2023-03-15 17:35:23 +01:00
FlorianMichael
10754a59cd rewrote F3 HUD with new Information system 2023-03-15 17:07:17 +01:00
FlorianMichael
f3fe5239dc updated README 2023-03-15 15:24:01 +01:00
FlorianMichael
3303d975b3 recode again, updated README 2023-03-15 00:47:06 +01:00
FlorianMichael
869225e159 full recode 2023-03-14 23:45:57 +01:00
FlorianMichael
969025d3ce updated Via* 2023-03-14 21:23:41 +01:00
FlorianMichael
5c893ba9b8 Bump version 2023-03-14 21:10:03 +01:00
FlorianMichael
42eb7e46e4 (WIP) ViaBedrock Implementation 2023-03-14 21:07:55 +01:00
FlorianMichael
e5aa52f10f renamed fields 2023-03-13 00:05:38 +01:00
FlorianMichael
a6c2aaff58 changed default value of Main button orientation 2023-03-11 19:35:31 +01:00
FlorianMichael
a8282d7b45 Fixed mining speeds in <= 1.4.7 2023-03-11 01:41:04 +01:00
FlorianMichael
d3a45760d9 updated ViaLoadingBase 2023-03-10 18:38:54 +01:00
FlorianMichael
180bab20f6 updated README 2023-03-10 17:40:17 +01:00
FlorianMichael
480a7008f4 prefixed classes 2023-03-10 17:20:32 +01:00
FlorianMichael
177b72e437 updated TODO, added new setting to control the command system 2023-03-10 17:16:58 +01:00
FlorianMichael
3ce8ede16c added Classic command system, only display classic extension blocks if extension is installed 2023-03-10 17:12:39 +01:00
FlorianMichael
534859d989 added Sumandora to author list 2023-03-10 16:14:03 +01:00
FlorianMichael
e9a8c517ea prevent NPE 2023-03-10 01:32:32 +01:00
FlorianMichael
471f77bfc9 updated README 2023-03-10 00:41:09 +01:00
FlorianMichael
debc4bb864 updated Via*, removed outdated fixes
added classic protocol extensions to debug hud
2023-03-10 00:23:05 +01:00
FlorianMichael
45500b23c0 fixed Keep Alive in b1.8 -> b1.7 2023-03-09 16:56:21 +01:00
FlorianMichael
125c595c38 only send needed packets 2023-03-09 16:19:42 +01:00
FlorianMichael
f254cbebd2 cleanup 2023-03-09 15:58:33 +01:00
FlorianMichael
59189686f3 added Base for custom classic protocol extensions 2023-03-09 15:53:24 +01:00
FlorianMichael
e344d1165a added Herobrine 2023-03-09 15:02:14 +01:00
FlorianMichael
7f1af33818 updated meta 2023-03-08 22:27:05 +01:00
FlorianMichael
0e5aa31270 changed year 2023-03-08 22:19:57 +01:00
FlorianMichael
f4be4c4205 added License header 2023-03-08 22:08:13 +01:00
FlorianMichael
b065b7284a moved onLoad() call 2023-03-08 20:55:37 +01:00
FlorianMichael
0737985e6b removed test 2023-03-07 21:36:23 +01:00
FlorianMichael
5e286c0e62 forgot version if for attribute fix 2023-03-07 17:15:36 +01:00
FlorianMichael
af1d2de9bf disable debug mode 2023-03-07 00:00:26 +01:00
FlorianMichael
e42e7e0b87 fixed mixin crash, implemented legacy srv handling in <= 1.3 2023-03-06 23:52:21 +01:00
FlorianMichael
6579902e13 renamed setting, improved Fix 2023-03-06 21:58:49 +01:00
FlorianMichael
d4b196dffe added Block Spam fix 2023-03-06 21:19:54 +01:00
FlorianMichael
dce621a30b added Debugging decoder 2023-03-06 20:42:02 +01:00
FlorianMichael
80b93de586 Fixed loading issue with BetterMountHud 2023-03-06 19:57:24 +01:00
FlorianMichael
dc23ac56eb improved old Chest rendering
added Beta Hud for <= beta 1.7.3
fixed ViaAprilFools implementation
2023-03-05 22:17:53 +01:00
FlorianMichael
54494b4362 Huge update:
include all licenses into the jar file
added old chest model and bounding box in <= b1.7.3
added old furnace bounding box in <= b1.8.1
refactored license management
cleaned up some mixin classes
added old hurt sound in <= b1.7.3
2023-03-05 20:34:51 +01:00
FlorianMichael
b1828ba168 updated VLB usage, fixed cpe implementation 2023-03-03 22:21:58 +01:00
FlorianMichael
778c0f2169 added Bridge settings
added more MP Pass related settings
changed Debug Hud format
updated ClassicItemSelectionScreen
2023-03-03 18:38:01 +01:00
FlorianMichael
43fb26bcc2 fixed material placement 2023-03-03 17:45:36 +01:00
FlorianMichael
6e561270bb Updated Via* 2023-03-03 16:40:38 +01:00
FlorianMichael
6c17a2c6e1 added OldWalkingAnimation in classic 2023-03-02 20:25:25 +01:00
FlorianMichael
afff65544f fixed netty order 2023-03-01 19:39:47 +01:00
FlorianMichael
4adda46d75 updated ViaLoadingBase, remove unused code 2023-03-01 16:29:01 +01:00
FlorianMichael
0410f4b101 updated Via* 2023-02-28 15:01:59 +01:00
FlorianMichael
29dd6c8ef1 changed slot height 2023-02-28 12:49:16 +01:00
FlorianMichael
9c408cd648 removed random classes TM 2023-02-28 12:41:29 +01:00
FlorianMichael
510c3591ce more abstraction for settings renderer 2023-02-28 12:33:02 +01:00
FlorianMichael
a5a86c9223 wooopss 2023-02-26 22:41:03 +01:00
FlorianMichael
79395d748b values are now called settings 2023-02-26 22:40:18 +01:00
FlorianMichael
25c30ed9d7 added more Documentation, updated ViaLoadingBase 2023-02-26 22:36:22 +01:00
FlorianMichael
2572e49849 removed ViaFabricPlus-Visual, changed Settings screen
added ModMenu implementation
2023-02-26 21:59:01 +01:00
FlorianMichael
1c30b26a2a implemented all chat lengths 2023-02-26 18:11:23 +01:00
FlorianMichael
e40aa02544 make gui better, fixed item filter 2023-02-26 16:29:13 +01:00
FlorianMichael
13cc3638a1 fixed mod metadata 2023-02-26 14:31:04 +01:00
FlorianMichael
dd45f40ee1 updated ViaLoadingBase 2023-02-25 21:12:16 +01:00
FlorianMichael
1e66320771 fixed NPE 2023-02-25 18:39:25 +01:00
FlorianMichael
4e9d455d68 added even more API 2023-02-24 23:20:45 +01:00
FlorianMichael
09992023c8 added some util functions 2023-02-24 23:11:44 +01:00
FlorianMichael
d67ee42b27 added more API for Fixes 2023-02-24 22:46:48 +01:00
FlorianMichael
4e1b2abd84 fixed Chunks in sodium when classic is selected 2023-02-24 21:51:37 +01:00
FlorianMichael
a704ca6f22 added Values menu to OptionsScreen 2023-02-24 21:50:41 +01:00
FlorianMichael
f64661923d move button to the right 2023-02-24 20:24:45 +01:00
FlorianMichael
6f82996299 some gui improvements 2023-02-24 00:27:51 +01:00
FlorianMichael
f3f077ca38 added Classic loading progress renderer
ViaFabricPlusVisual: added old creative menu
added AddonAPI
2023-02-23 21:58:37 +01:00
FlorianMichael
b4ca332455 added Debug HUD information 2023-02-23 21:21:05 +01:00
FlorianMichael
d38a64679e fixed crash 2023-02-23 20:34:06 +01:00
FlorianMichael
0e3133bd5a fixed compile errors 2023-02-23 20:17:33 +01:00
FlorianMichael
20d53342a6 implemented more providers, make legacy login possible 2023-02-23 20:03:41 +01:00
FlorianMichael
864b9414d6 change license to make the project public 2023-02-23 19:31:46 +01:00
FlorianMichael
cdb7576148 some final improvements 2023-02-21 02:39:36 +01:00
FlorianMichael
15914f33c2 Addon: ViaFabricPlusVisual
updated README.md
2023-02-21 02:02:06 +01:00
FlorianMichael
1b70846c38 added ViaLegacy fixes, moved some packages, improved style 2023-02-21 00:43:19 +01:00
FlorianMichael
7cca445cf7 cleaned loading system, added saving system, finished screens 2023-02-21 00:21:52 +01:00
FlorianMichael
16d8079d73 fixed Protocol Range impl 2023-02-20 05:16:25 +01:00
FlorianMichael
2ce8031494 updated Via*, added protocol selection 2023-02-20 04:59:09 +01:00
FlorianMichael
c5461964be added missing licenses and fixed namings 2023-02-20 01:57:03 +01:00
FlorianMichael
b717818911 re-added all ClampClient fixes, renamed Provider 2023-02-20 01:35:45 +01:00
FlorianMichael
f623380595 added more entity and ViaVersion fixes 2023-02-20 01:22:57 +01:00
FlorianMichael
16c92741e0 started with adding codebase from Clamp/tarasande 2023-02-20 01:04:09 +01:00
FlorianMichael
5a75c82d0f pushed code 2023-02-19 23:17:33 +01:00