Plant_Leaves_Palm_Oasis
Server/Item/Items/Plant/Leaves/Plant_Leaves_Palm_Oasis.json, 798 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Leaves_Palm_Oasis.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Palm_Giant_Leaves_Green.png",
"Parent": "Plant_Leaves_Oak",
"BlockType": {
"CustomModel": "Blocks/Foliage/Plants/Palm_Giant.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Palm_Giant_Dark.png",
"Weight": 1
}
],
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Tree_Leaves_Palm"
},
"Physics": {
"DropList": "Tree_Leaves_Physics_Palm"
},
"UseDefaultDropWhenPlaced": true
},
"RandomRotation": "YawStep1",
"ParticleColor": "#206509",
"TextureComputedColor": "#39581A"
}
}