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

Posted

Hello! I am trying to add the 1.9 dual wielding into my 1.8.9 mod. Right now I have already added the extra slot to the inventory, and was able to get the item to render correctly in third person however I have no idea on how to do this for the first person view!

 

I tried looking into minecraft code and found Minecraft.getMinecraft().getItemRenderer().renderItem(Player, itemstack, ItemCameraTransforms.TransformType.FIRST_PERSON);

 

but it only renders a hand that is detached from the player and doesnt rotate with the player...I have tried rotating/scaling/translating but I cant seem to get it to look proper.

 

I feel like there has to be an easier way :)!

Since you ask - update. 8)

 

For reals m8 - I can't even think of a way to explain why what you are trying to do is so damn wrong... (one of them being waste of your time)

Not to pick up a fight. :)

1.7.10 is no longer supported by forge, you are on your own.

  • Author

haha fair enough :)! I was thinking about updating to 1.9 but idk what happened to IExtendedEntityProperties so Im not down for that right now

haha fair enough :)! I was thinking about updating to 1.9 but idk what happened to IExtendedEntityProperties so Im not down for that right now

 

IExtendedEntityProperties

was replaced by the Capability system, a more extensible system that allows you to attach capability objects to any implementation of

ICapabilityProvider

(

Entity

,

TileEntity

and

ItemStack

are the vanilla implementations).

 

For examples, look at the capabilities provided by Forge itself (

CapabilityItemHandler

,

CapabilityFluidHandler

,

CapabilityAnimation

), the Forge capability test mod or my own mod's capabilities (API, implementation).

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

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.