-
Notifications
You must be signed in to change notification settings - Fork 0
Block Data
Jenya705 edited this page Nov 28, 2021
·
3 revisions
Field name | Field description |
---|---|
Watchers | Players watching in barrel |
Inventory | Barrel inventory |
Direction | Barrel direction |
{
"watchers": [
"ca78e928-484b-36ff-bc1e-ade3e86597df"
],
"inventory": {
"size": 27
},
"direction": "EAST"
}
Field name | Field description |
---|---|
Command | Command written in command block |
{
"command": "/gamemode creative @a"
}
Field name | Field description |
---|---|
Watchers | Players watching in chest |
Inventory | Chest inventory |
Direction | Chest direction |
{
"watchers": [
"ca78e928-484b-36ff-bc1e-ade3e86597df"
],
"inventory": {
"size": 27
},
"direction": "EAST"
}