Jump to content

OvermindDL1

Members
  • Posts

    1439
  • Joined

  • Last visited

Posts posted by OvermindDL1

  1. Ok i think i figured it out.

     

    with the newer forge version you have to download the source it comes with a installer type thing that you put in the mcp directory and run.

    Yes, and all that is in the readme.  ;)

  2. I would recommend looking at cpw's IronChests and CompactSolars mods as examples:  https://github.com/cpw

     

    In essence though:

     

    GUI:  You have a container on the server side, a GUI on the client side, they talk, plenty of examples in vanilla as to how, but usually it just works.

     

    TileEntities:  You use the getDescriptionPacket call or whatever it was to send information to a TileEntity, you want to minimize the size and how often these occur, 'emulate' things on the client if possible, the lower network usage then the better.  :)

×
×
  • Create New...

Important Information

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