Plant_Vine_Thick_Roots
Server/Item/Items/Plant/Plant_Vine_Thick_Roots.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Thick_Roots.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Vine_Thick_Roots.png",
"Categories": [
"Blocks.Deco"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Vine_Thick_Roots.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Foliage/Plants/Vine_Thick_Roots_Texture.png"
},
{
"Texture": "Blocks/Foliage/Plants/Vine_Thick_Roots_Texture2.png",
"Weight": 2
}
],
"HitboxType": "Plant_Full",
"VariantRotation": "NESW",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Grass",
"BlockSoundSetId": "Rope",
"MovementSettings": {
"IsClimbable": true
},
"MaxSupportDistance": 4,
"Support": {
"Up": [
{
"FaceType": "Full"
},
{
"Support": "Ignored",
"FaceType": "Branch"
},
{
"Rotate": false,
"FaceType": "Branch",
"SelfFaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Rope"
}
],
"CardinalDirections": [
{
"Rotate": false,
"Support": "Ignored",
"FaceType": "Branch",
"SelfFaceType": "Branch"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Branch"
}
]
},
"RandomRotation": "YawStep1",
"ParticleColor": "#c1904e"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0,
143,
0
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}