Jump to content

Joshua Stone

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Joshua Stone

  1. Alright, here it is: Oh wait.... I just realized the auth server ended up getting blocked along with some other things while doing some tests with my HOSTS file... I fixed that and it worked perfectly. Now I feel like such an idiot. x____x But thanks for helping me figure this out!
  2. Hey, it seems like the Forge files server is inaccessible to some of us. I say this because I can't even load the downloads page, but it seems to load from some people. I even tried installing a Forge version that I already had and it was unable to download the necessary files. It's been doing this for the past few days; and from the looks of it, some recent posts on this forum seem to be related to the same issue. So hopefully this can be resolved quickly, and if you need me to try anything just let me know.
  3. So, a couple days ago I decided to switch from using Forge 1.8 to 1.10.2. Setup went fine, and while putting together a basic item I only noticed a few minor changes. However, upon testing it out, I ran into a strange problem with the position/scale of the item in 3d space. The item .json file is just a tweaked copy of a basic vanilla item model with just the texture switched out. It is clearly loading the model though, as indicated by the texture showing up. I just don't know if I'm missing something major that was changed since 1.8. Here are some pictures of the issue, followed by my code: Excerpt from "src/main/java/joshuastone/testmod/TestMod.java": Excerpt from "src/main/java/joshuastone/testmod/proxy/CommonProxy.java": Excerpt from "src/main/java/joshuastone/testmod/proxy/ClientProxy.java": Excerpt from "src/main/java/joshuastone/testmod/items/TestItems.java": Contents of "src/main/resources/assets/testmod/models/item/test_item.json": Thank you for your time. Just let me know if you need any more information in order to understand my problem.
×
×
  • Create New...

Important Information

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