Jump to content

killedzezima

Members
  • Posts

    14
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

killedzezima's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have looked at Minecraft's code, but the integers I want to change are private, is there a way to change the access of the integers?
  2. I could definitely still use some help with this.
  3. I can make my own shaders, I just do not know how I would go about using them with modding
  4. Does anyone know how to use shaders with modding? I want to use the ones in the super secret settings.
  5. I can't get it to load my icon, I have Googled everything but just can't get it to work. Here's my code: public static final ResourceLocation icon = new ResourceLocation("cc", "gui/inventory.png".substring(1)); This is the path I am trying to find: \resources\assets\cc\gui\inventory.png
  6. There is no problem. This works exactly how I want it to.
  7. Because it is required The constructor itemJoint(int) is undefined
  8. The null is setting the creative tab to null. I did this because I made the creative tab after registering the item, and it was easier to just set the creative tab in the itemJoint class.
  9. For anyone that is curious, this is actually how I fixed it: I had registered the item incorrectly: itemJoint = new itemJoint(itemJointID, null).setUnlocalizedName("Joint"); GameRegistry.registerItem(itemJoint, itemJoint.getUnlocalizedName().substring(5));
  10. Thank you guys for the tremendously useful input...
  11. Still not working
  12. I have done what you said, still doesn't work. This is my code now:
  13. I have it all setup and building with no errors, however, in the game when I right click it does not do anything! Here is my code:
×
×
  • Create New...

Important Information

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