Plant_Bush_Bramble
Server/Item/Items/Plant/Bushes/Plant_Bush_Bramble.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Bramble.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"Material": "Empty",
"CustomModel": "Blocks/Foliage/Plants/Cross.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Textures/Bramble_Dry.png",
"Weight": 1
}
],
"Group": "Plant",
"Support": {
"Down": [
{
"TagId": "Type=Soil"
},
{
"FaceType": "Bushes"
}
]
},
"HitboxType": "Plant_Full",
"BlockParticleSetId": "Leaves_Branches",
"BlockSoundSetId": "Bramble",
"PhysicalMaterialId": "Foliage",
"Interactions": {
"CollisionEnter": "Environmental_Block_Damage"
},
"ParticleColor": "#c3914e",
"TextureComputedColor": "#916D3C"
},
"Icon": "Icons/ItemsGenerated/Plant_Bramble_Dry.png",
"IconProperties": {
"Scale": 0.735,
"Translation": [
0,
-13.5
],
"Rotation": [
22.5,
45,
22.5
]
}
}