Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Sep 24, 2024
2 parents d957e0a + b7d5e37 commit 339dd3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

## Features

Check [here](./docs) to see the document of all available options.
Check [here](./docs/en_us.md) to see the document of all available options.

[ここ](./docs) にすべての機能、設定が記述されているのでご確認ください。
[ここ](./docs/ja_jp.md) にすべての機能、設定が記述されているのでご確認ください。
8 changes: 4 additions & 4 deletions docs/en_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@ yeet the server crash caused by StackOverflowError.

### fixedBeeNotLeavingHive (<=1.21.1)

fixed MC-168329.
fixed [MC-168329](https://bugs.mojang.com/browse/MC-168329).

- Type: `boolean`
- Default value: `false`
- Categories: `BUGFIX`, `VULPEUS`

### fixedFallingBlockCantUseNetherPortal (<=1.20.6)

fixed MC-9644.
fixed [MC-9644](https://bugs.mojang.com/browse/MC-9644).

- Type: `boolean`
- Default value: `false`
- Categories: `BUGFIX`, `VULPEUS`

### fixedTickMemoriesEntityAI (<=1.20.1)

fixed MC-254100.
fixed [MC-254100](https://bugs.mojang.com/browse/MC-254100).

- Type: `boolean`
- Default value: `false`
Expand Down Expand Up @@ -147,4 +147,4 @@ binding.

`[<name>]` : fake player name

`[<state>]` : `true` or `false`
`[<state>]` : `true` or `false`
8 changes: 4 additions & 4 deletions docs/ja_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@ StackOverflowError によるサーバーのクラッシュの無効化。

### fixedBeeNotLeavingHive (<=1.21.1)

MC-168329 の修正。
[MC-168329](https://bugs.mojang.com/browse/MC-168329) の修正。

- タイプ: `boolean`
- デフォルト: `false`
- カテゴリー: `BUGFIX`, `VULPEUS`

### fixedFallingBlockCantUseNetherPortal (<=1.20.6)

MC-9644 の修正。
[MC-9644](https://bugs.mojang.com/browse/MC-9644) の修正。

- タイプ: `boolean`
- デフォルト: `false`
- カテゴリー: `BUGFIX`, `VULPEUS`

### fixedTickMemoriesEntityAI (<=1.20.1)

MC-254100 の修正
[MC-254100](https://bugs.mojang.com/browse/MC-254100) の修正

- タイプ: `boolean`
- デフォルト: `false`
Expand Down Expand Up @@ -143,4 +143,4 @@ MC-254100 の修正

`[<name>]` : fake player の名前

`[<state>]` : `true``false`
`[<state>]` : `true``false`

0 comments on commit 339dd3f

Please sign in to comment.