Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Nov 5, 2021
1 parent ba1d6fb commit d06e5db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Changelog

## [2.0.0] - N/A
## [2.0.0] - 2021-11-05

### IMPORTANT!

ExtraSounds no longer depends on Cloth Config - all configuration is now done via resource packs. The only remaining
dependency is Fabric API.
ExtraSounds no longer depends on Cloth Config - all sound assignment is now done via resource packs. The only remaining
dependency is Fabric API. Check [the Wiki](https://github.com/stashymane/extra-sounds/wiki) for more info.

### Added

- Resource pack support (thanks to ARRP)
- Better modded item support
- Auto generation API
- Effect sounds (buffs/debuffs)
- Volume control via Minecraft sound menu

### Changed

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
Improve your clicks, scrolls and more with Extra Sounds.


## Development
To add compatibility with ExtraSounds to your project, [follow the guide on the Wiki](https://github.com/stashymane/extra-sounds/wiki).
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loader_version=0.11.6
#Fabric api
fabric_api_version=0.40.0+1.17
# Mod Properties
mod_version=2.0.0-SNAPSHOT
mod_version=2.0.0+1.17
maven_group=dev.stashy
archives_base_name=extrasounds
libgui_version=4.2.1+1.17.1

0 comments on commit d06e5db

Please sign in to comment.