Need help with putting item in player hand

Started by Tutupos on

Topic category: Help with modding (Java Edition)

Last seen on 19:53, 3. Apr 2020
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with putting item in player hand

Hi how do I make a procedure such that when an event happens and an item is given to a player, it goes into their main hand and not some random spot in their inventory?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in the 2020.2 you can set…
Thu, 04/02/2020 - 01:55

in the 2020.2 you can set items in main hands I think using procedures.

in the 2020.2 you can set…
Thu, 04/02/2020 - 06:45

in the 2020.2 you can set items in main hands I think using procedures.

That is correct

Last seen on 19:53, 3. Apr 2020
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Great, thanks! I'll try to…
Thu, 04/02/2020 - 12:53

Great, thanks! I'll try to find that