Plant_Crop_Turnip_Item
Server/Item/Items/Plant/Crop/Turnip/Plant_Crop_Turnip_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_Turnip.name",
"Description": "server.items.Plant_Crop_Turnip_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Turnip.png",
"IconProperties": {
"Scale": 0.75,
"Translation": [
-0.6,
-3.6
],
"Rotation": [
36,
45,
347.6
]
},
"Scale": 0.9,
"Quality": "Common",
"BlockType": {
"InteractionHint": "server.interactionHints.harvest",
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Turnip.blockymodel",
"CustomModelScale": 0.7,
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Turnip_Texture.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"TextureComputedColor": "#C3BC9B"
},
"DropOnDeath": true
}