Started by
IvanTheWorst
on
Topic category: Help with Minecraft modding (Java Edition)
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?
well I guess it's not possible for now 👀
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.