Skip to content

Commit

Permalink
[FF]: changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider committed Dec 1, 2023
1 parent 8435c19 commit 0d4540f
Showing 1 changed file with 4 additions and 77 deletions.
81 changes: 4 additions & 77 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,81 +2,8 @@

All notable changes to the "leathered-boots" Minecraft mod will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Forge Semantic Versioning](https://mcforge.readthedocs.io/en/latest/gettingstarted/versioning/#versioning).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Forge Semantic Versioning](https://mcforge.readthedocs.io/en/latest/gettingstarted/versioning/#versioning).

## [Unreleased]
- Nothing new.

## [1.19.3-3.0.0.0] - 2023/11/28
- Finalized changes from [1.19.3-3.0.0.0-beta].
- Removed mod id parameters from the API methods.
- Fixed a minor bug in leathered boots registration.
- Added override for the `getMaterial()` method in `LeatheredBootsItem`.

## [1.19.2-3.0.0.0] - 2023/11/28
- Finalized changes from [1.19.3-3.0.0.0-beta].
- Removed mod id parameters from the API methods.
- Fixed a minor bug in leathered boots registration.
- Added override for the `getMaterial()` method in `LeatheredBootsItem`.

## [1.18.2-3.0.0.0] - 2023/11/28
- Finalized changes from [1.19.3-3.0.0.0-beta].
- Removed mod id parameters from the API methods.
- Fixed a minor bug in leathered boots registration.
- Added override for the `getMaterial()` method in `LeatheredBootsItem`.

## [1.19.3-3.0.0.0-beta] - 2023/11/25
- Added API.
- Added smithing recipes for all leathered boots.
- Fixed some Vanilla advancements to include leathered boots.
- Changed all item and translation keys.
- Added Soft Step enchantment.

## [1.19.3-2.0.0.0] - 2023/01/02
- Ported to 1.19.3.

## [1.19.2-1.0.0.2] - 2022/10/24
- Fixed golden leathered boots not making piglins neutral.

## [1.18.2-1.0.0.2] - 2022/10/24
- Fixed golden leathered boots not making piglins neutral.

## [1.19.2-1.0.0.1] - 2022/10/23
- Added smithing recipe to craft diamond leathered boots into netherite leathered boots.

## [1.18.2-1.0.0.1] - 2022/10/23
- Added smithing recipe to craft diamond leathered boots into netherite leathered boots.

## [1.19.2-1.0.0.0] - 2022/10/21
- Added leathered boots for each Vanilla boots apart from leather boots.
- Leathered boots prevent freezing and allow walking on powdered snow.
- Leathered boots can be dyed with a dye and undyed with a cauldron.
- Added villager trades for leathered boots.
- Modified Vanilla loot tables for igloos and snowy village houses.
- Drafted some code for future compatibility with Revamped End and Gilded Armors.
- Added craftings for leathered boots.

## [1.18.2-1.0.0.0] - 2022/10/20
- Added leathered boots for each Vanilla boots apart from leather boots.
- Leathered boots prevent freezing and allow walking on powdered snow.
- Leathered boots can be dyed with a dye and undyed with a cauldron.
- Added villager trades for leathered boots.
- Modified Vanilla loot tables for igloos and snowy village houses.
- Drafted some code for future compatibility with Revamped End and Gilded Armors.
- Added craftings for leathered boots.

[Unreleased]: https://github.com/Nyphet/leathered-boots

[1.19.3-3.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.3-1.19.3-3.0.0.0
[1.19.3-3.0.0.0-beta]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.3-1.19.3-3.0.0.0-beta
[1.19.3-2.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.3-2.0.0.0

[1.19.2-3.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.2-3.0.0.0
[1.19.2-1.0.0.2]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.2-1.0.0.2
[1.19.2-1.0.0.1]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.2-1.0.0.1
[1.19.2-1.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.19.2-1.0.0.0

[1.18.2-3.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.18.2-3.0.0.0
[1.18.2-1.0.0.2]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.18.2-1.0.0.2
[1.18.2-1.0.0.1]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.18.2-1.0.0.1
[1.18.2-1.0.0.0]: https://github.com/Nyphet/leathered-boots/releases/tag/v1.18.2-1.0.0.0
## **Migration**
This Changelog has been migrated to the newest [Changelog](https://github.com/Nyphet/leathered-boots/blob/master/CHANGELOG.md), refer to that one.

0 comments on commit 0d4540f

Please sign in to comment.