mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-21 12:07:38 +01:00
Updated ViaBackwards development (markdown)
parent
f1df7e6131
commit
720477041f
@ -20,8 +20,7 @@ public final class Protocol1_19_1To1_19 extends BackwardsProtocol<ClientboundPac
|
||||
|
||||
@Override
|
||||
protected void registerPackets() {
|
||||
// Make sure this protocol's mappingdata is loaded after ViaVersion has loaded theirs, since VB depends on it instead of duplicating all the data
|
||||
executeAsyncAfterLoaded(Protocol1_ViaVersion.class, this::loadMappingData);
|
||||
super.registerPackets();
|
||||
|
||||
// Registers translatable mappings
|
||||
translatableRewriter.registerComponentPacket(ClientboundPacketsOld.ACTIONBAR);
|
||||
|
Loading…
Reference in New Issue
Block a user