- 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
- 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 above1.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 above1.20.1