Язык

Fabridash Resurrected

Fabridash Resurrected

Modrinth

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

1.7k загрузок 3 подписчиков обновлено 20mo ago
последняя v1.5.2+mc1.21 Modrinth
Fabric Quilt 1.18 – 1.21.1 AdventureEquipmentTransportation
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 | Provides a dash with a multiplier of 1 and a cooldown of 80 ticks. | Iron Dasher - 1,
Diamond - 8 | diamond_dasher | Diamond Dasher | Provides a dash with a multiplier of 3 and a cooldown of 120 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.

Версии

Release
1.5.2+mc1.21
fabric, quilt · 1.21, 1.21.1 · 20mo ago
- initial 1.21 release - should be basically the same as 1.5.2+mc1.20 - please report bugs on the github page if you find some!
247
Release
1.5.2+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 20mo ago
- new textures - removed configuration just because - prolly nothing else
245
Release
1.5.1+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 24mo ago
- damn theres like a lot of new features but like idk what all of them are maybe like som buffs or something or new textures, bugfixes? - oh yeah theres…
91
Release
1.5.0+mc1.20
fabric, quilt · 1.20, 1.20.1 · 26mo ago
- Made the mod configurable in-game with owo-lib - Fixed mod icon - Added fall damage cancellation after dashing - owo-lib bundled JiJ (jar-in-jar) with the…
64
Release
1.4.2+mc1.19
fabric, quilt · 1.19, 1.19.1, 1.19.2 · 26mo ago
- Upped the Dash Globe loot spawn rate - Fixed sum bugs (not game breaking)
190
Release
1.4.2+mc1.18
fabric, quilt · 1.18, 1.18.1, 1.18.2 · 26mo ago
- INITIAL 1.18 RELEASE WHAATTTTTT - 2 NEW MC VERSIONS SUPPORTED IN 1 DAY - HOW AM I SO GOOD (im really not) - Upped the Dash Globe loot spawn rate - Fixed sum…
115
Release
1.4.1+mc1.19
fabric, quilt · 1.19, 1.19.1, 1.19.2 · 26mo ago
- IS THAT 1.19 I SEE?????????? - NO WAY - I ACTUALLY DID IT - THE MOD IS ALSO AVAILABLE ON 1.19 NOW - Adjusted recipes - Bigger dash for the Obsidian and…
68
Release
1.4.1+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 26mo ago
- Adjusted recipes - Bigger dash for the Obsidian and Diamond Dashers - Gamerule explanation is better
63
Release
1.4.0+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 26mo ago
- Smaller cooldown and bigger dash of the CalibratedNetheritePlatedObsidianDasher - Changed textures - Changed mod icon - Bump version to 1.4.0+mc1.20 - Made…
61
Release
1.3.1+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 30mo ago
- Added `Calibrated Netherite-plated Obsidian Dasher` - Removed the 1 tick cooldown between changing the direction of the Calibrated Dashers because it's…
174
Release
1.2.3+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 30mo ago
- If a PlayerEntity is performing the dash, it plays the sound into the PLAYERS SoundCategory (SoundCategory.PLAYERS) - Changed ``` "depends": { …
69
Release
1.2.0+mc1.20
fabric, quilt · 1.20, 1.20.1, 1.20.2 · 30mo ago
- Added Calibrated Obsidian Dasher - Added the direction parameter to the .dash method - Removed the reversed parameter - Added item tooltips - Updated…
148

Комментарии 0

Пока нет комментариев. Будь первым, кто поделится мнением.