{
    "head": "head",
	"portraitScale": 2.3,
    "portraitTranslation": [ 0.2, -1.6, 0 ],
    "profileScale": 0.8,
    "profileTranslation": [ 0, 0.3, 0 ],
    "poses": {
      "standing": {
        "poseName": "standing",
        "transformTicks": 10,
        "poseTypes": [
          "STAND",
          "NONE",
          "PORTRAIT",
          "PROFILE"
        ],
        "animations": [
          "bedrock(foongus, ground_idle)"
        ],
        "quirks": [
          {
            "name": "blink",
            "animations": ["bedrock(foongus, blink)"]
          }
		]		  
      },
      "walking": {
        "poseName": "walking",
        "transformTicks": 10,
        "poseTypes": [ "WALK" ],
        "animations": [ "bedrock(foongus, ground_walk)" ]
		}
      }
    }