Jump to content

Chibill

Forge Modder
  • Posts

    584
  • Joined

  • Last visited

Posts posted by Chibill

  1. I have followed the tutorial on the wiki for 1.7 networking but it never seems receive the packets I sent like fml is not finding it. Code is the same as wiki but the packet justs sends a string (that works) but the decode method on the packetpipeline is never called. Do I have to register it at all?

     

    No code because it is same as wiki but the channel name is different.

    And the pack just sends a string.

     

    Will post like to code if needed.

    I do send the packet and I have debug print statements in the sending method of the packetpipeline. And it is sent but never received.

  2. I know there is a tutorial for 1.6 but it is not really easy to set up with the new forge gradle and lex does not really support it.

     

    How would i add in a call to my own method in EntityList so i can see every entity registered? Code_Chicken does this some how but I don't want to have to use his libraries. Or is the a FML or Forge Event that fires on Entity Registration?

     

    Sincerely,

    Chibill

  3. same problem.

    * What went wrong:

    A problem occurred configuring root project 'AdditionalCrafting-1.7.2'.

    > Could not resolve all dependencies for configuration ':runtime'.

      > Could not resolve :forgeBin:1.7.2-10.12.0.1029.

        Required by:

            :AdditionalCrafting-1.7.2:2.0.0.0

          > Could not GET 'https://libraries.minecraft.net//forgeBin/1.7.2-10.12.0.1

    029/forgeBin-1.7.2-10.12.0.1029.pom'. Received status code 403 from server: Forb

    idden

     

    * Try:

    Run with --stacktrace option to get the stack trace. Run with --info or --debug

    option to get more log output.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.