Plant_Seeds_Pine
Server/Item/Items/Plant/Plant_Seeds_Pine.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Icon | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Seeds_Pine.name"
},
"Quality": "Junk",
"Categories": [
"Blocks.Plants"
],
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Ingredients/Cone.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Resources/Ingredients/Cone_Texture.png"
}
],
"Group": "Plant",
"HitboxType": "Plant_Small",
"CustomModelScale": 0.5,
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {},
"Harvest": {
"ItemId": "Plant_Seeds_Pine"
}
},
"BlockParticleSetId": "Dust",
"Flags": {
"IsStackable": false
},
"ParticleColor": "#71431e"
},
"PlayerAnimationsId": "Item",
"Icon": "Icons/ItemsGenerated/Plant_Seeds_Pine.png",
"IconProperties": {
"Scale": 0.665,
"Translation": [
-2.9,
-7.7
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Seeds"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}