▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Fabridash Resurrected
Fabridash Resurrected

Fabridash Resurrected

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

1.5K
3
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!

IngredientsRecipeOutputNotes
Dash Globe - 1,
Iron Block - 4,
Redstone Block - 4
Iron DasherProvides a dash with a multiplier of 1 and a cooldown of 80 ticks.
Diamond Dasher - 1,
Obsidian - 8
obsidian_dasherObsidian DasherProvides 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_dasherCalibrated Obsidian DasherProvides 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_dasherCalibrated Netherite-plated Obsidian DasherProvides 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:

ValueBehavior
0Dash will go forwards.
1Dash will go to the right.
2Dash will go backwards.
3Dash will go to the left.
Any other valueThe 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.

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 года назад
Обновлён:1 год назад
Главная