Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Models / Test / Test_Platform.json

Test_Platform

Server/Models/Test/Test_Platform.json, 308 B

Fields

FieldType
Modelstring
Texturestring
EyeHeightnumber
HitBoxobject
MinScalenumber
MaxScalenumber

Source

{
  "Model": "NPC/MISC/Platform.blockymodel",
  "Texture": "NPC/MISC/Platform_Texture.png",
  "EyeHeight": 0.5,
  "HitBox": {
    "Max": {
      "X": 0.25,
      "Y": 0.25,
      "Z": 0.25
    },
    "Min": {
      "X": -0.25,
      "Y": 0,
      "Z": -0.25
    }
  },
  "MinScale": 2.0,
  "MaxScale": 2.0
}