Dash Amulet

Quick rating

Community listing page, reviews here may not be monitored by the author.

Dash Amulet

By alyx20Owner

No reviews yet

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

Mod Loaders
Minecraft

About

Description

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