Projectile
Server/Models/Projectiles/Projectile.json, 269 B
Fields
| Field | Type |
|---|---|
Model | string |
Texture | string |
HitBox | object |
Source
{
"Model": "Items/Projectiles/Projectile.blockymodel",
"Texture": "Items/Projectiles/Projectile_default.png",
"HitBox": {
"Max": {
"X": 0.1,
"Y": 0.1,
"Z": 0.1
},
"Min": {
"X": -0.1,
"Y": -0.1,
"Z": -0.1
}
}
}