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