Plant_Moss_Green_Dark
Server/Item/Items/Plant/Moss/Plant_Moss_Green_Dark.json, 773 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Green_Dark.name"
},
"Parent": "Plant_Moss_Green",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green_Dark"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/Cross_Full.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Full_Textures/Moss_GS.png",
"Weight": 1
}
],
"ParticleColor": "#75883c",
"RandomRotation": "YawStep1",
"Tint": [
"#75883c"
],
"TextureComputedColor": "#A9A9A9"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Green_Dark.png"
}