Plant_Sunflower_Block
Server/Item/Items/Plant/Plant_Sunflower_Block.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Sunflower_Stage_0.name"
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Resources/Plants/Seeds.blockymodel",
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Seeds_Textures/SmallBlack.png",
"Weight": 1
}
],
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"Flags": {
"IsStackable": false
},
"RandomRotation": "YawStep90",
"State": {
"Definitions": {}
},
"Farming": {
"Stages": {
"Default": [
{
"Duration": {
"Min": 20700,
"Max": 41400
},
"Type": "BlockState",
"State": "default"
},
{
"Block": "Plant_Flower_Tall_Yellow",
"Type": "BlockType"
}
]
},
"StartingStageSet": "Default"
},
"Gathering": {
"Soft": {
"ItemId": "Ingredient_Fibre"
}
},
"Support": {
"Down": [
{
"TagId": "Type=Soil"
}
]
},
"Material": "Empty",
"HitboxType": "Plant_Seed",
"BlockParticleSetId": "Dust",
"ParticleColor": "#544637",
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"TextureComputedColor": "#554529"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"IconProperties": {
"Scale": 1.085,
"Translation": [
0,
-4.2
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Plant_Carrot_Stage_0.png",
"Tags": {
"Type": [
"Plant"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}