Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

killedzezima

Members
  • Joined

  • Last visited

  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. I have done what you said, still doesn't work. This is my code now:
  12. 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:

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.