Dash Amulet
A simple mod adding an amulet that allows the wearer to Dash, with full configurability.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Dash Amulet
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