30 lines
771 B
JSON
30 lines
771 B
JSON
{
|
|
"name": "Demi-Tall",
|
|
"description": "You're slightly taller than average (105%)!\nHeight: 1.9 Blocks\nSneak Height: 1.6 Blocks\nWidth: 0.7 Blocks",
|
|
"type": "origins:action_on_callback",
|
|
"entity_action_chosen": {
|
|
"type": "origins:and",
|
|
"actions": [
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale set pehkui:height 1.05 @s"
|
|
},
|
|
{
|
|
"type": "origins:execute_command",
|
|
"command": "scale set pehkui:width 1.05 @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"
|
|
}
|
|
} |