Thursday, October 23, 2014

Major Hurdle Vaulted


That's right folks.  1.7.10.

Just have to do some last bug fixing, but so far packets work.  Sound system does not.  Oh well, that never really worked well anyways, so will just have to figure out the new one.

But it feels so good having it ported now.  No more block or item ids to track.  Netty message system makes packets so much nicer.

Now we're literally on the home stretch.

4 comments:

  1. 1.7.10!!!! Seriously can't wait for this to come out. I tried downloading the source and compiling int/running it in dev, but for some reason I couldn't get it to work. Oh well.

    ReplyDelete
    Replies
    1. Hey! Glad to hear. Make sure that the branch you pulled was the develop-1.7.10 branch. Send me an email if you still can't get it to work and I'll be happy to walk you through it.

      Delete
    2. Ok cool. I was using the 1.7.10 branch. I might try it again, but it seems that its more of a forge issue than anything else. I don't know about gradle, I kinda liked the old system.

      Do you have an estimate to when you think this mod might have an alpha release? I'd love to throw this in with a few of my other tech mods and set up a private server.

      Delete
    3. Gradle really streamlines the process, so I'm a fan.

      After you clone the repo, make sure to run the
      setupDecompWorkspace
      idea
      build
      commands using the gradle wrapper. The libraries needed to compile aren't included in the repo so you have to run those commands to fetch it yourself.

      As for an alpha release, I'm not sure when. I will say, though, that someone out there does have a tech preview :)

      Delete