Skip to content

Commit

Permalink
Update vvpsrew_item_1_7_2_5tor1_6_4.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Outfit8TSB authored Dec 13, 2024
1 parent 33ae661 commit e6e4ae9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

import net.raphimc.vialegacy.api.remapper.LegacyItemRewriter;
import me.falixsrv.approximasteranarchy2004.ViaVersionProtocolSupport.protocol.r1_7_2_5tor1_6_4.Protocolr1_7_2_5tor1_6_4;
import net.raphimc.vialegacy.protocol.release.r1_6_4tor1_7_2_5.packet.ClientboundPackets1_6_4;
import com.viaversion.viarewind.protocol.v1_7_6_10to1_7_2_5.packet.ServerboundPackets1_7_2_5;
import net.raphimc.vialegacy.protocol.release.r1_6_4tor1_7_2_5.packet.ServerClientboundPackets1_6_4;
import com.viaversion.viarewind.protocol.v1_7_6_10to1_7_2_5.packet.ClientboundPackets1_7_2_5;
import net.raphimc.vialegacy.protocol.release.r1_7_6_10tor1_8.types.Types1_7_6;
import com.viaversion.viaversion.api.protocol.Protocol;

public class vvpsrew_item_1_7_2_5tor1_6_4 extends LegacyItemRewriter<ClientboundPackets1_6_4, ServerboundPackets1_7_2_5, Protocolr1_7_2_5tor1_6_4> {
public class vvpsrew_item_1_7_2_5tor1_6_4 extends LegacyItemRewriter<ClientboundPackets1_7_2_5, ServerboundPackets1_6_4, Protocolr1_7_2_5tor1_6_4> {

public vvpsrew_item_1_7_2_5tor1_6_4(final Protocolr1_7_2_5tor1_6_4 Protocol) {
super(Protocol, "1.6.4", Types1_7_6.ITEM, Types1_7_6.ITEM_ARRAY);
Expand Down

0 comments on commit e6e4ae9

Please sign in to comment.