Minnow
Server/Models/Swimming_Critter/Minnow.json, 376 B
Fields
| Field | Type |
|---|---|
Parent | string |
Model | string |
Texture | string |
EyeHeight | number |
HitBox | object |
Icon | string |
Source
{
"Parent": "Bluegill",
"Model": "NPC/Swimming_Critter/Minnow/Models/Model.blockymodel",
"Texture": "NPC/Swimming_Critter/Minnow/Models/Texture.png",
"EyeHeight": 0.125,
"HitBox": {
"Max": {
"X": 0.2,
"Y": 0.3,
"Z": 0.2
},
"Min": {
"X": -0.2,
"Y": 0,
"Z": -0.2
}
},
"Icon": "Icons/ModelsGenerated/Minnow.png"
}