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.

endershadow

Forge Modder
  • Joined

  • Last visited

Everything posted by endershadow

  1. I tried that but it didn't work. did I do something wrong? I also tried switching the 4 to 1 and 3 to 2 and vice versa. if (player.getCurrentItemOrArmor(4) != null && player.getCurrentItemOrArmor(3) != null && player.getCurrentItemOrArmor(2) != null && player.getCurrentItemOrArmor(1) != null) { ItemStack helmet = player.getCurrentItemOrArmor(4); ItemStack chest = player.getCurrentItemOrArmor(3); ItemStack legs = player.getCurrentItemOrArmor(2); ItemStack boots = player.getCurrentItemOrArmor(1); if (helmet.getItem() == CodeLyoko.AelitaHelmet && chest.getItem() == CodeLyoko.AelitaChest && legs.getItem() == CodeLyoko.AelitaLegs && boots.getItem() == CodeLyoko.AelitaBoots) { player.capabilities.allowFlying = true; } }
  2. haven't figured out what will work in that method, but thanks for the help.
  3. do I extend or implement? and what is the name of the file exactly?
  4. I'll let you know if I find anything that works
  5. I've made some armor in my mod and I was wondering if anyone knows how I can give the player special abilities like flying, sprinting, etc. I know how to make the character fly, but not check if they're wearing the armor or not.
  6. I also tried updating my drivers but they're all updated.
  7. when I load minecraft 1.3.2 with forge 4.0.0.200 I get this error. but when I run minecraft with a clean minecraft.jar, it works fine. yes I deleted the meta-inf folder.

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.