Plant_Leaves_Cedar
Server/Item/Items/Plant/Leaves/Plant_Leaves_Cedar.json, 630 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Cedar.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Cedar_Leaves.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"RandomRotation": "YawStep1",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/UpShapeSoft_Textures/Cedar.png",
"Weight": 6
},
{
"Texture": "Blocks/Foliage/Leaves/UpShapeSoft_Textures/Cedar2.png",
"Weight": 1
}
],
"CustomModel": "Blocks/Foliage/Leaves/UpShapeSoft.blockymodel",
"ParticleColor": "#2a776b",
"TextureComputedColor": "#23544E"
}
}