Skip to content

Commit

Permalink
chore: update tooth.json & CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Aug 4, 2024
1 parent c55d750 commit f4a9754
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
41 changes: 29 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.5] - 2024-08-04

### Added

- Completes the member variables of the ItemStackRequestActionTransferBase class

### Changed

- Remove cstring error

### Fixed

- Fix mod dependency [#1559]
- Ensure valid reference return in FeatureRegistry

## [0.13.4] - 2024-07-23

### Added
Expand All @@ -16,35 +31,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Completes the member variables of ISurfaceBuilder::BuildParameters,BiomeArea,SpikeFeature @Lovelylavender4
- Completes the member variables of ClimateParameters,BiomeDecorationFeature,ScatterParams::CoordinateRange @killcerr

### Fixed

- Fixed a bug where optional would not compile under C++20 @OEOTYAN
- Fixed the size of HardcodedSpawnAreaRegistry @Lovelylavender4
- Fixed hash with size_t @OEOTYAN
- Fixed the parent class of MultidimensionalArray @Lovelylavender4

### Changed

- Move levilamina to standard folder @OEOTYAN
- Rename plugin to mod @OEOTYAN
- Refactored nbt @OEOTYAN
- Make the naming of Bounds and GridArea member variables more standardized @Lovelylavender4

### Fixed

- Fixed a bug where optional would not compile under C++20 @OEOTYAN
- Fixed the size of HardcodedSpawnAreaRegistry @Lovelylavender4
- Fixed hash with size_t @OEOTYAN
- Fixed the parent class of MultidimensionalArray @Lovelylavender4

## [0.13.3] - 2024-06-24

### Added

- Adapted to BDS version 1.21.1 @Lovelylavender4

### Changed

- Adjusted the position of UpdateSubChunkBlocksChangedInfo and UpdateSubChunkNetworkBlockInfo. @Lovelylavender4

### Fixed

- Fixed missing include in memory.h @ShrBox
- Fixed UpdateSubChunkBlocksPacket. @Lovelylavender4

### Changed

- Adjusted the position of UpdateSubChunkBlocksChangedInfo and UpdateSubChunkNetworkBlockInfo. @Lovelylavender4

## [0.13.2] - 2024-06-23

### Changed
Expand Down Expand Up @@ -606,8 +621,10 @@ For lip and tooth-hub test only.
[#1502]: https://github.com/LiteLDev/LeviLamina/issues/1502
[#1520]: https://github.com/LiteLDev/LeviLamina/issues/1520
[#1552]: https://github.com/LiteLDev/LeviLamina/issues/1552
[#1559]: https://github.com/LiteLDev/LeviLamina/issues/1559

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.4...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...HEAD
[0.13.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.4...v0.13.5
[0.13.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.3...v0.13.4
[0.13.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.2...v0.13.3
[0.13.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.1...v0.13.2
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.13.4",
"version": "0.13.5",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS",
"author": "LiteLDev",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.4/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.5/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": ">=1.21.2 <1.21.10",
"github.com/LiteLDev/CrashLogger": "1.1.x",
"github.com/LiteLDev/levilamina-loc": "1.4.x",
"github.com/LiteLDev/levilamina-loc": "1.5.x",
"github.com/LiteLDev/PeEditor": "3.7.x",
"github.com/LiteLDev/PreLoader": "1.9.x"
},
Expand Down

0 comments on commit f4a9754

Please sign in to comment.