diff --git a/.github/changelogs/eng/2.x.md b/.github/changelogs/eng/2.x.md index be99616a4..3e8c47fa8 100644 --- a/.github/changelogs/eng/2.x.md +++ b/.github/changelogs/eng/2.x.md @@ -225,4 +225,15 @@ - Added a new condition - Contains specified item in the armor inventory - Fixed [#163](https://github.com/aieuo/Mineflow/issues/163) -- Fixed [#170](https://github.com/aieuo/Mineflow/issues/170) \ No newline at end of file +- Fixed [#170](https://github.com/aieuo/Mineflow/issues/170) + +# 2.11.0 + +- Added new actions + - Action group + - Set item data + - Set item data from json + - Get item data + - Remove an item data +- Added a new condition + - The item has a data diff --git a/.github/changelogs/jpn/2.x.md b/.github/changelogs/jpn/2.x.md index e20b78ee7..726a684aa 100644 --- a/.github/changelogs/jpn/2.x.md +++ b/.github/changelogs/jpn/2.x.md @@ -226,3 +226,14 @@ - アーマーインベントリに指定したアイテムが入ってるか - [#163](https://github.com/aieuo/Mineflow/issues/163)を修正しました. - [#170](https://github.com/aieuo/Mineflow/issues/170)を修正しました. + +# 2.11.0 + +- アクションを追加しました + - アクショングループ + - アイテムにデータをセットする + - jsonからアイテムにデータをセットする + - アイテムからデータを取得する + - アイテムからデータを削除する +- 条件を追加しました + - アイテムがデータを持っているか