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