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

Zombies can use swords, skeletons bow and arrows, Illagers axes, piglins crossbows and the player various things.

All creatures above use the model HumanoIdModel, if I have their model I could access the item in your hand. I could do that?

model.rightArm.getChild("sword").xScale = 2 ?

(Other thing, what the name of itemChild? "sworditem"? "stick"? [....])

If I could, what is the class that relates the entitymodel and the itemmodel? does it exist?

Edited by DouglasRafael

The model reads data from the living entity, which is synced from the server. This is synced whenever it is changed because they are rendered on the client. For items in the inventory that are not always rendered, they are not synced. You can get the item via LivingEntity#getMainHandItem or #getOffHandItem.

  • Author

Yes, but I wasn't looking to take an item out of inventory, but an item in the player's hand and model it.

For example, the player is holding a sword and has it selected in the hotbar. How do I change the scale of this object?

through the link below I know how to model the player: change rotation, scale and translation OF THE PLAYER BUT NOT OF THE ITEM IN HIS HAND:
https://forge.gemwire.uk/wiki/Custom_Item_Animations


How do I rotate the item in his hand. I tried this below, but I couldn't succeed:
modelItemInHand = modelPlayer.rightArm.getChild("some_unknown_name");

I also tried:
modelItemInHand = modelPlayer.rightArm.getAll

Another thing I've also tried is changing the item model for each distinct override just like the crossbow has the models loaded and unloaded. But this method looks much more complex.

23 hours ago, DouglasRafael said:

How do I rotate the item in his hand. I tried this below, but I couldn't succeed:

That's because items aren't part of the model, it is a layer. Unless you are doing it for an item you own, you would need to replace the layer to do your own rendering or rerender the model itself, both of which would probably cause incompatibilities. Alternatively, you could regenerate all the item models with what you want them to have.

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.