Skip to content

Commit 32e7072

Browse files
authored
feat: Fixed missing PlayerAnimationId in Block guide
1 parent 71e5594 commit 32e7072

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/docs/en/guides/plugin/creating-block.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Create `Server/Item/Items/my_new_block.json`:
5656
"Description": "items.my_new_block.description"
5757
},
5858
"Id": "MyNewBlock",
59+
"PlayerAnimationsId": "Block",
5960
"MaxStack": 20,
6061
"BlockType": {
6162
"Material": "Solid",
@@ -83,6 +84,7 @@ For custom models, use `DrawType: "Model"`:
8384
"Description": "items.my_new_block.description"
8485
},
8586
"Id": "MyNewBlock",
87+
"PlayerAnimationsId": "Block",
8688
"MaxStack": 20,
8789
"BlockType": {
8890
"Material": "Solid",

0 commit comments

Comments
 (0)