Plant_Cactus_2
Server/Item/Items/Plant/Cactus/Plant_Cactus_2.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Utility | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Cactus_2.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Cactus_2.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Utility": {
"Compatible": true
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Cactus2.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cactus1_Texture.png",
"Weight": 1
}
],
"Flags": {},
"BlockEntity": {
"Components": {
"FarmingBlock": {}
}
},
"Farming": {
"Stages": {
"Default": [
{
"Block": "Plant_Cactus_2",
"Duration": {
"Min": 1000,
"Max": 1001
},
"Type": "BlockType"
},
{
"Type": "Spread",
"Executions": [
1,
1
],
"SpreadDecayPercent": [
20,
20
],
"GrowthBehaviours": [
{
"Type": "Directional",
"GrowthBlockTypes": [
{
"BlockType": "Plant_Cactus_1",
"Weight": 45
},
{
"BlockType": "Plant_Cactus_2",
"Weight": 25
},
{
"BlockType": "Plant_Cactus_3",
"Weight": 10
},
{
"BlockType": "Plant_Cactus_Flower",
"Weight": 20
}
],
"LocationConditions": [
{
"Type": "NeighbourBlockTags",
"NeighbourBlock": "Below",
"TagPattern": "CactusGrowth"
}
],
"Vertical": [
1,
1
],
"VerticalDirection": "Upwards"
}
],
"Duration": {
"Min": 1000,
"Max": 1001
}
}
]
},
"StartingStageSet": "Default"
},
"RandomRotation": "YawStep1",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Dust",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"TagId": "SubType=Cactus"
}
]
},
"ParticleColor": "#d9db8e",
"BlockSoundSetId": "Cactus",
"Interactions": {
"Collision": "Environmental_Block_Damage"
}
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.515,
"Translation": [
0.7,
-20.3
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Cactus",
"CactusGrowth"
],
"SubType": [
"Cactus"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}