26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"pause": "DEFAULT",
|
|
"items": [
|
|
{ "type": "text", "text": "Test Two." },
|
|
{ "type": "entityAdd", "entityType": "npc", "position": [4, 4, 0] },
|
|
{
|
|
"type": "textMini",
|
|
"text": "Hello!",
|
|
"position": [4, 4, 0],
|
|
"duration": 3.0
|
|
},
|
|
{
|
|
"type": "emoji",
|
|
"entityIndex": "lastCreated",
|
|
"emojiType": "exclamation",
|
|
"duration": 2.0
|
|
},
|
|
{
|
|
"type": "entityWalkTo",
|
|
"entityIndex": "lastCreated",
|
|
"positions": [[8, 2, 0]]
|
|
},
|
|
{ "type": "text", "text": "Done." }
|
|
]
|
|
}
|