Solved 1.7.2 Packets that I need, but cant find anymore

Discussion in 'Plugin Development' started by ice374, Dec 7, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    ice374

    Ok, so basically, i need 4 packets, and was using them in 1.6.4, but now they cant be resolved, here is the method i was using to import them before:

    Code:
    import net.minecraft.server.v1_6_R3.Packet205ClientCommand;
    import net.minecraft.server.v1_6_R3.Packet24MobSpawn;
    import net.minecraft.server.v1_6_R3.Packet29DestroyEntity;
    import net.minecraft.server.v1_6_R3.Packet40EntityMetadata;
    and before you say "replace v1_6_R3 with v1_7_R1", i have tried that, and it worked with most imports, but not the above 4 imports, the packets are really important, can someone please help me!

    Thankyou <3
     
  2. Offline

    The_Doctor_123

    ice374 likes this.
Thread Status:
Not open for further replies.

Share This Page