Farming_Collar
Server/Item/Items/Deco/Farming_Collar.json, 512 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
ItemLevel | number |
Icon | string |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Tool | object |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Farming_Collar.name"
},
"Categories": [
"Blocks.Deco"
],
"ItemLevel": 8,
"Icon": "Icons/ItemsGenerated/Deco_Dog_Collar.png",
"Model": "Items/Tools/Collar.blockymodel",
"Texture": "Items/Tools/Collar_Texture.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.85,
"Translation": [
11.5,
8.5
],
"Rotation": [
0,
215,
317.435
]
},
"Tool": {},
"Quality": "Common"
}