Test_Platform
Server/Models/Test/Test_Platform.json, 308 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
MinScale | number |
MaxScale | number |
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": 4.0,
"MaxScale": 4.0
}