/
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

A simple mod adding an amulet that allows the wearer to Dash, with full configurability.