Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
chore: version bump and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chimericdream committed Sep 29, 2024
1 parent ecf2641 commit b8ab5a9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
### 1.21.x - 6.0.0

#### BREAKING CHANGES

This release fixes a crash on 1.21.1 related to Minekea's variant barrels. _Before upgrading_,
make sure to break any existing variant barrels that have been placed in your world. Any items
left in a Minekea barrel will be lost upon upgrade!

#### New Features

* Bamboo furniture
* Added bamboo variants for all furniture and other wood type items
* Double crates
* Crates can now merge along a horizontal axis to form double crates, similar to the behavior for chests
* Trapped crates and double crates
* Added trapped variants of crates and double crates
* Added new ancient lantern variant

#### Changes

* Beams now support wrenches from other mods. Specifically, anything in the `c:tools/wrenches` item tag will work


### 1.21.x - 5.2.0

#### New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ loader_version = 0.15.11
minecraft_compatibility = 1.21

# Mod Properties
mod_version = 5.2.0
mod_version = 6.0.0
maven_group = com.chimericdream
archives_base_name = minekea-fabric

Expand Down

0 comments on commit b8ab5a9

Please sign in to comment.