Skip to content

Commit

Permalink
2.11.0 changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
aieuo committed Oct 2, 2022
1 parent 1cd8b23 commit 3dc9c31
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/changelogs/eng/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- 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
11 changes: 11 additions & 0 deletions .github/changelogs/jpn/2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,14 @@
- アーマーインベントリに指定したアイテムが入ってるか
- [#163](https://github.com/aieuo/Mineflow/issues/163)を修正しました.
- [#170](https://github.com/aieuo/Mineflow/issues/170)を修正しました.

# 2.11.0

- アクションを追加しました
- アクショングループ
- アイテムにデータをセットする
- jsonからアイテムにデータをセットする
- アイテムからデータを取得する
- アイテムからデータを削除する
- 条件を追加しました
- アイテムがデータを持っているか

0 comments on commit 3dc9c31

Please sign in to comment.