Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "Impish",
"description": "You're impishly short (66%)!\nHeight: 1.2 Blocks\nSneak Height: 1 Block\nWidth: 0.4 Blocks",
"type": "origins:action_on_callback",
"entity_action_chosen": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:height 0.66 @s"
},
{
"type": "origins:execute_command",
"command": "scale set pehkui:width 0.66 @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"
}
}