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.

Featured Replies

subscribe to LivingEquipmentChangeEvent. then add the Effect if the Item with your conditions is the new Item for the Slot,
if the new Item equals old Item do nothing, else remove the Effect

  • Author

Hey, how would I go about apply the enchanted effect?, also I don't want the armor to be enchanted I just want it to look enchanted when wearing it.

Edited by Azarsra

this is handled by Item#isFoil, but the method does not provide a Player so you need to replace the way vanilla renders the Armor

As far as I can see, Item#isFoil is only executed on the client (in vanilla code), that would mean that you would get a player via Minecraft.getInstance().player
so you be able to check if the Player is wearing your Item, note you should make a check if you are really on client via:

FMLEnvironment.dist == Dist.CLIENT

note you also need to handle a else case, means a other Mod is calling Item#isFoil on server

Edited by Luis_ST

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.