Plant_Crop_Rice_Item
Server/Item/Items/Plant/Crop/Rice/Plant_Crop_Rice_Item.json, 1011 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
IconProperties | object |
Quality | string |
BlockType | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Rice.name",
"Description": "server.items.Plant_Crop_Rice_Item.description"
},
"Parent": "Template_Crop_Item",
"Icon": "Icons/ItemsGenerated/Plant_Crop_Rice.png",
"IconProperties": {
"Scale": 1.1,
"Translation": [
1.8,
0
],
"Rotation": [
45,
45,
45
]
},
"Quality": "Common",
"BlockType": {
"InteractionHint": "server.interactionHints.harvest",
"Material": "Empty",
"DrawType": "Model",
"HitboxType": "Food_Small",
"CustomModel": "Resources/Plants/Seeds.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Seeds_Textures/Rice.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
}
},
"DropOnDeath": true
}