Plant_Roots_Leafy
Server/Item/Items/Plant/Plant_Roots_Leafy.json, 1.4 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_Roots_Leafy.name"
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Textures/Roots_Leafy.png",
"Weight": 2
}
],
"VariantRotation": "UpDown",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Fiber"
}
},
"Material": "Empty",
"BlockParticleSetId": "Leaves_Branches",
"MovementSettings": {
"IsClimbable": true
},
"Support": {
"Up": [
{
"FaceType": "Full"
}
]
},
"RandomRotation": "YawStep1",
"BlockSoundSetId": "Grass",
"PhysicalMaterialId": "Foliage",
"ParticleColor": "#462f26",
"TextureComputedColor": "#302010"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"IconProperties": {
"Scale": 0.71,
"Translation": [
1.5,
-15.3
],
"Rotation": [
9.185,
47.815,
7.315
]
},
"Icon": "Icons/ItemsGenerated/Plant_Roots_Leafy.png",
"Tags": {
"Type": [
"Plant"
],
"SubType": [
"Roots"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}