30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"name": "Taller",
|
|
"description": "You're tall (120%)!\nHeight: 2.2 Blocks\nSneak Height: 1.8 Blocks\nWidth: 0.8 Blocks",
|
|
"type": "origins:action_on_callback",
|
|
"entity_action_chosen": {
|
|
"type": "origins:and",
|
|
"actions": [
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale set pehkui:height 1.2 @s"
|
|
},
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale set pehkui:width 1.2 @s"
|
|
},
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale persist set pehkui:height true @s"
|
|
},
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale persist set pehkui:width true @s"
|
|
}
|
|
]
|
|
},
|
|
"entity_action_lost": {
|
|
"type": "origins:execute_command",
|
|
"command": "scale reset @s"
|
|
}
|
|
} |