Updated ViaBackwards development (markdown)

Nassim Jahnke 2023-02-20 11:40:08 +01:00
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);