- 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 _configuration_ ingame! so yeah thats pretty cool
- its also server sided so the stuff is always in sync with the server
- though you have to download owo lib separately so sorry for that my bad (i couldnt get auto download to work with different mc versions)
- 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 mod, so no need to download it separately
- Removed annoying ass log messages saying "registering blahblahblah..."
- The API is staying the same and doesn't include the fall damage cancellation, I will add this as an option later
- Removed old config code
- 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 bugs (not game breaking)
- 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 Diamond Dashers
- Gamerule explanation is better
- Smaller cooldown and bigger dash of the CalibratedNetheritePlatedObsidianDasher
- Changed textures
- Changed mod icon
- Bump version to 1.4.0+mc1.20
- Made some of the code a little nicer
- Now uses fabric loom 1.6
- Update Fabric loader to 0.14.25
- Adjusted crafting recipes
- Now displays a warning in chat and also in console when attempting to change the nbt values of the Calibrated dashers
- Added `Calibrated Netherite-plated Obsidian Dasher`
- Removed the 1 tick cooldown between changing the direction of the Calibrated Dashers because it's basically useless and it just shows a nasty animation that I don't want
- Compatibility with Quilt above `1.20.1` is NOT ensured, don't report if it doesn't work, because Quilted Fabric API isn't updated to versions above `1.20.1`
- If a PlayerEntity is performing the dash, it plays the sound into the PLAYERS SoundCategory (SoundCategory.PLAYERS)
- Changed
```
"depends": {
"fabricloader": ">=0.14.24",
"fabric-api": "*",
"minecraft": ">=1.20",
"java": ">=16"
},
```
to
```
"depends": {
"fabricloader": ">=0.14.24",
"fabric-api": "*",
"minecraft": "1.20.*",
"java": ">=16"
},
```
in case the older versions would be written as compatible with future ones, even though it's not the case
- Compatibility with Quilt above `1.20.1` is NOT ensured, don't report if it doesn't work, because Quilted Fabric API isn't updated to versions above `1.20.1`
- Added Calibrated Obsidian Dasher
- Added the direction parameter to the .dash method
- Removed the reversed parameter
- Added item tooltips
- Updated items to use the direction parameter