Versions / 0.6.0-pre.3 / Item / Items / Plant / Crop / Cauliflower / Plant_Crop_Cauliflower_Item.json
Plant_Crop_Cauliflower_Item
Server/Item/Items/Plant/Crop/Cauliflower/Plant_Crop_Cauliflower_Item.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
Quality | string |
BlockType | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Cauliflower.name",
"Description": "server.items.Plant_Crop_Cauliflower_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Cauliflower.png",
"IconProperties": {
"Scale": 0.7,
"Translation": [
-3,
-7.8
],
"Rotation": [
42.8,
29.3,
0
]
},
"Quality": "Common",
"BlockType": {
"InteractionHint": "server.interactionHints.harvest",
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Cabbage.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Cabbage_Cauliflower.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModelScale": 0.7,
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"TextureComputedColor": "#379841"
},
"DropOnDeath": true
}