Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
Updated 2 months ago
DashAmulet
A simple, configurable mod for NeoForge that adds an amulet allowing the wearer to dash.
By default, the amulet has 3 recipes, each with varying cooldown and dash distances. However, you can easily add more recipes by modifying the result object in the item’s JSON. To do so, place the following code inside the components section of the result JSON:
"dashamulet:dash_data": {
"boost": (float: boost value),
"cooldown": (integer: cooldown in ticks)
}
*requires Curios API



