Commit Graph

927 Commits

Author SHA1 Message Date
KennyTV
91874ffc3b
More bandaid 2021-06-16 13:58:49 +02:00
KennyTV
e71c34255b
Bandaid fix tile entity error 2021-06-16 13:51:04 +02:00
KennyTV
8e78a14c14
Update Gradle wrapper to 7.1 2021-06-16 09:13:17 +02:00
KennyTV
3b85200641
Sanity check for bad/untracked meta packets
Fixes ViaVersion/ViaVersion#2549
Fixes ViaVersion/ViaVersion#2521
2021-06-15 22:27:56 +02:00
KennyTV
1dc0f72e54
Update bug_report.yml 2021-06-14 10:58:13 +02:00
KennyTV
13d27a6f4d
Fix dust color transition and vibration particle id
Fixes #2543
2021-06-14 09:12:37 +02:00
KennyTV
3cec1751c9
Fix 1.17 map data
Fixes #367
2021-06-10 18:34:15 +02:00
KennyTV
80f9dce513
Fix 1.17 special type tracking 2021-06-10 08:47:32 +02:00
SuspiciousActivity
cf7c718493
Fix 1.17 ping handler (#365) 2021-06-09 15:14:42 +02:00
KennyTV
0ba20299a3
Bump version to 4.0.1-SNAPSHOT 2021-06-09 15:12:48 +02:00
KennyTV
54a979c641
4.0.0 Release 2021-06-07 19:52:09 +02:00
KennyTV
e41d643488
Update VV usage 2021-06-06 17:24:41 +02:00
KennyTV
5281f6e7dd
Temp fix the build
It doesn't want to pull the updated SNAPSHOT version for some reason, probably due to the recent build script changes.
2021-06-04 12:33:03 +02:00
KennyTV
7e2775114b
Update VV usage 2021-06-04 12:16:08 +02:00
KennyTV
cbbc127360
Update translation mappings 2021-06-03 21:34:23 +02:00
KennyTV
83a566d145
Update VV usage 2021-06-03 20:25:20 +02:00
KennyTV
3d3c1a0430
Fix load order with late-bind enabled
Fixes #362
2021-06-03 11:05:51 +02:00
KennyTV
08f6c0b1f1
Update VV usage 2021-06-02 22:05:05 +02:00
KennyTV
4cc3ea0883
Replace some hardcoded packet ids 2021-06-01 23:57:54 +02:00
KennyTV
2876495b62
Fix early achievement send 2021-06-01 20:17:10 +02:00
KennyTV
7d03831ba8
Update VV usage 2021-05-31 23:18:56 +02:00
KennyTV
0514dd2ea5
1.17-pre2 2021-05-31 18:25:57 +02:00
KennyTV
f341fc132c
Fix ancient client error caused by empty meta for < 1.11
Since modern versions don't immediately send metadata in spawn packets and 1.10 clients and lower have a slight oversight in the meta getting, every mob/player spawn spammed the client console with an error. Even though it is a harmless error, I figured people would like their client console not to get spammed anymore.
2021-05-29 15:01:02 +02:00
KennyTV
27b4933262
Update build scripts 2021-05-29 09:32:55 +02:00
KennyTV
fb368a9ebe
1.17-pre1 2021-05-27 15:46:08 +02:00
KennyTV
8adb80b5eb
Don't store UserConnection in stored objects unless needed 2021-05-26 21:58:19 +02:00
KennyTV
4a60f0f903
Update VV usage 2021-05-26 15:52:37 +02:00
KennyTV
a789e2ff7b
Update EntityTracker/meta rewriter 2021-05-25 15:27:16 +02:00
KennyTV
1201c2979b
Update VV usage 2021-05-20 18:34:05 +02:00
KennyTV
0e15a98472
21w20a 2021-05-19 18:56:18 +02:00
KennyTV
51d07c1c50
Print bad component on deserialization fail 2021-05-18 09:40:22 +02:00
KennyTV
5f59a57a78
Fix legacy hover conversion
Fixes ViaVersion/ViaVersion#2471
2021-05-14 11:04:45 +02:00
KennyTV
084fc5d327
21w19a, update to Gradle 7.0.1 2021-05-12 16:01:46 +02:00
KennyTV
2194c96883
Handle new map colors
Co-authored-by: Gerrygames <gecam59@gmail.com>
2021-05-11 14:02:12 +02:00
creeper123123321
bd421fcfab
CurseForge link (#357) 2021-04-28 22:50:58 +02:00
KennyTV
93e99bc1ef
21w17a 2021-04-28 17:56:29 +02:00
KennyTV
687e1f4f43
Update VV 2021-04-28 13:09:19 +02:00
KennyTV
4ea5a76337
Reformat imports 2021-04-27 20:36:11 +02:00
KennyTV
face56dce1
Update VV 2021-04-27 13:25:27 +02:00
KennyTV
24aebfe92a
Change imports/package qualifiers 2021-04-26 23:31:29 +02:00
KennyTV
9337ff8958
Move files to com.viaversion package 2021-04-26 23:27:18 +02:00
KennyTV
18e2ef01e7
Update ViaVersion dependency 2021-04-26 23:24:49 +02:00
KennyTV
516be47827
Bump version to 4.0.0 2021-04-23 22:50:35 +02:00
KennyTV
9e62c161b4
Fix publishing 2021-04-15 11:11:04 +02:00
KennyTV
d4785f093e
21w15a 2021-04-14 17:46:12 +02:00
KennyTV
fad65e5b81
Update gradle build files
Co-authored-by: jmp <jasonpenilla2@me.com>
2021-04-14 14:19:28 +02:00
KennyTV
49d507dfad
Update to Gradle 7.0 2021-04-13 12:40:37 +02:00
KennyTV
75031f66b5
Handle new translations 2021-04-10 16:54:10 +02:00
MrMicky
ad48770606
Use commands from Declare Commands packet for tab-completion on 1.12 (#353) 2021-04-10 09:56:55 +02:00
KennyTV
f7bd440a96
21w14a 2021-04-07 17:35:57 +02:00