

Twirl!
This mod introduces a unique enchantment-curse that completely changes the functionality of any item. Instead of standard usage, the item makes your character spin around!
"I'll try spinning! That's a good trick!"
Mod Features
Any item enchanted with spinning causes your character to spin dramatically in place when attempting to use it. This completely blocks the normal functions of items - you won't be able to draw a bow, till soil, or perform other standard actions.
Creating the Enchantment
The spinning enchantment can be applied to books using a crafting table. This requires feathers, wind charges, or breeze rods.
Configuration Through Item Tags
For fine-tuning the behavior of enchanted items, special tags are available:
#twirl:keep_use
— preserves the originaluse()
function of the item#twirl:keep_tick
— allows theusageTick()
method to work#twirl:keep_finish
— activates theonStoppedUsing()
function#twirl:keep_action
— preserves the result ofgetUseAction()
#twirl:rotate_z
— changes the rotation axis to an alternative one
Additional Information
This mod was created specifically for ModFest: Carnival! We're always open to suggestions for improving functionality - if you notice any issues or have ideas for optimization, be sure to let us know.