Skip to content

Commit

Permalink
All the following to this point has been addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Niter committed Apr 17, 2024
1 parent b231aa4 commit 60ad09a
Show file tree
Hide file tree
Showing 19 changed files with 955 additions and 351 deletions.
31 changes: 23 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,30 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Forge Recommended Versioning](https://docs.minecraftforge.net/en/1.12.x/conventions/versioning/).

## [1.12.2-1.0.7.1]
- build.gradle changes from CleanRooms template on github.
- Fixed Example Baubles Ring translation key for item name.
- Fix mod versioning, I forgot the API Identifier `0` within the jar, my bad.
- Added `IBauble#playEquipSound` for Server side eqipping sound identifiers which defaults to `Generic armor equip` sound.
## Unreleased

### Added
- Added `IBauble#playEquipSound` for Server side equipping sound identifiers which defaults to Generic armor equip sound.
- Added `IBauble#canRightClickEquip`, default true, almost all baubles should be right click equip-able now.
- The beginning of Curio GUI implementations controlled by boolean config option, defaults to false(disabled) `Alpha State`
- `Alpha` Curio GUI implementation, default disabled, __Expect Bugs__

### Changed
- Updated dev environment to the latest CleanRoom changes.
- Mod versioning to include API Identifier.
- updated pt_br.lang [#343](https://github.com/Azanor/Baubles/pull/343)

### Deprecated

### Removed

### Fixed
- Fixed Example Baubles Ring translation key for item name.
- Fix mod versioning to include API Identifier.
-

### Security

## [1.12.2-1.0.6.0]
## 1.12.2-1.0.6.0
- XNiter(Me) Created fork of Baubles
- Maintaining group & class schema to allow drop in replacement
- Forge Gradle Update to 5
Expand All @@ -27,7 +42,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- Added en_ud.lang Thanks to(The-Fireplace, X_Niter fixed spelling)
- Added ja_jp.lang Thanks to(2z6c)
- Added sv_se.lang, Thanks to(Regnander)
- Added BaubleEquipmentChangeEvent for other mods to work with
- Added BaubleEquipmentChangeEvent [#292](https://github.com/Azanor/Baubles/pull/292)
- Maintaining the [License](https://creativecommons.org/licenses/by-nc-sa/3.0/)
- Credit: [Original Baubles BY:Azanor13](https://www.curseforge.com/minecraft/mc-mods/baubles)

Expand Down
6 changes: 0 additions & 6 deletions LICENSE

This file was deleted.

Loading

0 comments on commit 60ad09a

Please sign in to comment.