Plant_Crop_Carrot_Item
Server/Item/Items/Plant/Crop/Carrot/Plant_Crop_Carrot_Item.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
Scale | number |
Quality | string |
BlockType | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Carrot.name",
"Description": "server.items.Plant_Crop_Carrot_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Carrot.png",
"IconProperties": {
"Scale": 0.7,
"Translation": [
-1.2,
-5.4
],
"Rotation": [
40.5,
45,
348.8
]
},
"Scale": 1.4,
"Quality": "Common",
"BlockType": {
"InteractionHint": "server.interactionHints.harvest",
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Carrot.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Carrot_Texture.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModelScale": 0.5,
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"TextureComputedColor": "#C66C14"
},
"DropOnDeath": true
}