is it possible remove second hand for item?

Started by IvanTheWorst on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is it possible remove second hand for item?

I want to make two-handed item with custom animation, want somehow turn off second hand while this item in hand (like it works with loaded crossbow in main hand). 

Guys don't you have any ideas how to do it? Is this possible in mcreator?

Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well I guess it's not…
Mon, 06/01/2026 - 18:33

well I guess it's not possible for now 👀

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
May be possible, can use…
Tue, 06/02/2026 - 10:31

May be possible, can use player animator to two hand a weapon, could also use a keybind set to F so when used it switches the item in offhand back to the inventory, and a tick update, when item in offhand = any item remove it and add it back to the inventory, you would have all of this be dependent on a variable which would turn true and false depending on the two handed item in main hand.