mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-24 09:27:52 +01:00
fixed mappings
This commit is contained in:
parent
bd0ce3dd71
commit
f9165a1b64
@ -23,6 +23,7 @@ public class Protocol1_15To1_14_4 extends Protocol {
|
|||||||
protected void registerPackets() {
|
protected void registerPackets() {
|
||||||
new MetadataRewriter1_15To1_14_4(this);
|
new MetadataRewriter1_15To1_14_4(this);
|
||||||
|
|
||||||
|
MappingData.init();
|
||||||
EntityPackets.register(this);
|
EntityPackets.register(this);
|
||||||
PlayerPackets.register(this);
|
PlayerPackets.register(this);
|
||||||
WorldPackets.register(this);
|
WorldPackets.register(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user