Plant_Cactus_3
Server/Item/Items/Plant/Cactus/Plant_Cactus_3.json, 1.5 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_3.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Cactus_3.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/Cactus3.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cactus1_Texture.png",
"Weight": 1
}
],
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"BlockParticleSetId": "Dust",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"TagId": "SubType=Cactus"
}
]
},
"ParticleColor": "#d9db8e",
"BlockSoundSetId": "Cactus",
"PhysicalMaterialId": "Foliage",
"Interactions": {
"Collision": "Environmental_Block_Damage"
},
"TextureComputedColor": "#929426"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.515,
"Translation": [
-2.3,
-20.299999
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Cactus"
],
"SubType": [
"Cactus"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}