Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 months ago
Updated 4 months ago
Adds a less-than-useless enchantment (curse) that replaces the use action with a twirl!
I'll try spinning! That's a good trick!
Any twirling-enchanted item can be used to visually spin around!
This prevents utilizing the usual use for an item, like drawing a bow or tilling soil.
Books can be enchanted with twirling at a crafting table using feathers, wind charges, or breeze rods.
Datapacking
Item-specific behaviour can be altered with these item tags:
#twirl:keep_use
- allows the original item'suse()
to run.#twirl:keep_tick
- allows the original item'susageTick()
to run.#twirl:keep_finish
- allows the original item'sonStoppedUsing()
to run.#twirl:keep_action
- preserves the original item'sgetUseAction()
result.#twirl:rotate_z
- spin in the other sensible axes instead.
Afterword
All mods are built on the work of many others.
This mod was made for ModFest: Carnival!
We're open to suggestions for how to implement stuff better - if you see something wonky and have an idea - let us know.