Fabridash Resurrected

Quick rating

Fabridash Resurrected

No reviews yet

A dash mod (and a library) for Fabric! Resurrected for newer (and older) versions of Minecraft!

Adventure/Exploration
Player Transport
Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.5.2+mc1.21
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

fabric quilt

📋 NOTE FOR QUILT USERS:

Although the mod SHOULD work on Quilt even above versions 1.20.1, be aware that there might be unexpected bugs due to the fact that QFAPI (Quilted Fabric API) is still in alpha on Minecraft versions higher than 1.20.1.

❓ What is this?

With this mod, you will be able to dash across your world using 5 different items! And also, if you are a developer, you may use this mod as an API to integrate dashing into your project! This fork is created as a way to continue using this mod in future Minecraft versions, I am NOT the original creator, the dashing code was made by Emafire003: Modrinth / Github.

✨ Items

To perform a dash with this mod, you will need to find some treasure first! A Dash Globe to be precise, and it can be found inside treasure chests from Ancient cities, Mineshafts and such!

Once you obtain the Dash Globe, you may craft the actual Dashers.

You can dash by right clicking the Dasher item. TIP: Jump while dashing to get a bigger boost!

Ingredients Recipe Output Notes
Dash Globe - 1,
Iron Block - 4,
Redstone Block - 4
iron_dasher.png Iron Dasher Provides a dash with a multiplier of 1 and a cooldown of 80 ticks.
Diamond Dasher - 1,
Obsidian - 8
obsidian_dasher Obsidian Dasher Provides a backwards dash, with a multiplier of 3 and a cooldown of 120 ticks (just like the diamond one, but reversed in direction).
Obsidian Dasher - 1,
Amethyst Shard - 8
calibrated_obsidian_dasher Calibrated Obsidian Dasher Provides a dash with a multiplier of 3 and a cooldown of 100 ticks. The dash direction can be customized by sneaking and right-clicking.
Calibrated Obsidian Dasher - 1,
Netherite Scrap - 6,
Netherite Ingot - 2
calibrated_netherite_plated_obsidian_dasher Calibrated Netherite-plated Obsidian Dasher Provides a dash with a multiplier of 5 and a cooldown of 80 ticks. The dash direction can be customized by sneaking and right-clicking.

Whenever one of these gets activated, you will hear a dash sound effect, and (maybe?) see some particles!

🔆 Config & gamerule

To have a stronger dash, you can use the dashMultiplier gamerule. This value will be multiplied by the default value of the items.

If you use Mod menu, which I greatly recommend, you can configure the mod directly in-game, without the need to edit the config file.

🔨 Setup

🎮 Users

Download the mod from Modrinth and drop it into your mods folder with Fabric API or Quilted Fabric API, depending on your modloader!

👨‍💻👩‍💻 Developers

I am currently in the process of making an API-only version of this mod.

If you want to use the API module of the mod, add it in your build.gradle, using Modrinth's repo, like this:

repositories {
    maven {
        name = "Modrinth"
        url = "https://api.modrinth.com/maven"
        content {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:fabridash-resurrected:<version>"
}

Once you've got the mod implemented into you project, you will simply need to call FabridashResurrected.dash(Entity entity, float power, int direction); The entity is the entity that will perform the dash, the power is how far it will go and the direction works like this:

Value Behavior
0 Dash will go forwards.
1 Dash will go to the right.
2 Dash will go backwards.
3 Dash will go to the left.
Any other value The value is going to be ignored. Dash will go forwards.

And that's it.

You could even extract the API module and use it as is, but remember to register the client dash packet receiver!

📜 License

This mod is available under the MIT license, however, it would be greatly appreciated to credit me (xylsuu) and Emafire003 if you'll use it somewhere.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works