Plant_Crop_Cotton_Item
Server/Item/Items/Plant/Crop/Cotton/Plant_Crop_Cotton_Item.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
ResourceTypes | array[0] |
Scale | number |
Tags | object |
Interactions | object |
ItemSoundSetId | string |
BlockType | object |
DropOnDeath | boolean |
Quality | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Crop_Cotton.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Crop_Cotton.png",
"PlayerAnimationsId": "Item",
"Categories": [
"Items.Ingredients"
],
"IconProperties": {
"Scale": 1.2,
"Translation": [
-1.5,
-4.2
],
"Rotation": [
30.4,
34.9,
0
]
},
"ResourceTypes": [],
"Scale": 1.1,
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Crop"
]
},
"Interactions": {
"Secondary": "Block_Secondary"
},
"ItemSoundSetId": "ISS_Items_Foliage",
"BlockType": {
"InteractionHint": "server.interactionHints.harvest",
"Material": "Solid",
"DrawType": "Model",
"HitboxType": "Food_Medium",
"CustomModel": "Resources/Ingredients/Cotton.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Ingredients/Cotton_Texture.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#cabc3f",
"RandomRotation": "YawStep1",
"Gathering": {
"Harvest": {},
"Soft": {}
},
"TextureComputedColor": "#8A7D6C"
},
"DropOnDeath": true,
"Quality": "Common"
}