Plant_Leaves_Fir
Server/Item/Items/Plant/Leaves/Plant_Leaves_Fir.json, 570 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Fir.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Leaves_Fir.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"Opacity": "Cutout",
"CustomModel": "Blocks/Foliage/Leaves/PineShape_NSEW.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Leaves/PineShape_NSEW_Textures/Pine.png",
"Weight": 1
}
],
"RandomRotation": "None",
"VariantRotation": "NESW",
"ParticleColor": "#2d7b4c",
"TextureComputedColor": "#1D4B2F"
}
}