Plant_Bush_Wet
Server/Item/Items/Plant/Bushes/Plant_Bush_Wet.json, 745 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Bush_Wet.name"
},
"Parent": "Plant_Bush",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Bush_Wet.png",
"Weight": 1
}
],
"Support": {
"Down": [
{
"TagId": "Type=Soil",
"FaceType": "Full"
},
{
"FaceType": "Bushes"
},
{
"TagId": "SubType=Tilled",
"Support": "Disallowed"
}
]
},
"BlockParticleSetId": "Leaves_Sharp",
"ParticleColor": "#71dad8",
"BlockSoundSetId": "Bush",
"PhysicalMaterialId": "Foliage"
},
"Icon": "Icons/ItemsGenerated/Plant_Bush_Wet.png"
}