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