Skip to content

Commit

Permalink
pack_formatを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Dec 24, 2021
1 parent 5190dcd commit 1ef3d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
| Argument.DamageType | x | [DamageType](#DamageType) | ダメージの種類<br>この引数は上記EPFの値が0以上でない場合に対象のエンチャントを自動参照するために利用されます | `"None"` |
| Argument.BypassArmor | x | boolean | 防具による軽減を無視するか否か | `false` |
| Argument.BypassResistance | x | boolean | 耐性エフェクトによる軽減を無視するか否か | `false` |
| Argument.DisableParticle | x | boolean | ダメージを与えた際のパーティクルを無効化するか否か | `false` |
| Argument.DisableParticle | x | boolean | ダメージを与えた際のパーティクルを無効化するか否か | `false` |

#### DamageType
* `"None"`
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 6,
"pack_format": 8,
"description": "Create by @Chen__CMD"
}
}

0 comments on commit 1ef3d58

Please sign in to comment.