Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Fix chest animation
Browse files Browse the repository at this point in the history
  • Loading branch information
DArkHekRoMaNT committed Nov 27, 2020
1 parent 209e843 commit af66712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"properties": { "dropBlockFace": "east" }
}
],
"entityBehaviors": [{ "name": "Animatable" }],
"variantgroups": [
{ "code": "side", "loadFromProperties": "abstract/horizontalorientation" }
],
Expand Down
1 change: 1 addition & 0 deletions resources/assets/morevariants/blocktypes/wood/chest.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"variantByGroupInventory": null
},
"behaviors": [{ "name": "Lockable" }, { "name": "Container" }],
"entityBehaviors": [{ "name": "Animatable" }],
"variantgroups": [
{ "code": "side", "loadFromProperties": "abstract/horizontalorientation" }
],
Expand Down

0 comments on commit af66712

Please sign in to comment.