Plant_Moss_Wall_Blue
Server/Item/Items/Plant/Moss/Plant_Moss_Wall_Blue.json, 979 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Wall_Blue.name"
},
"Parent": "Plant_Moss_Wall_Green",
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Blue"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/Moss_Wall.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS2.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Wall_Textures/Moss_GS3.png",
"Weight": 2
}
],
"Tint": [
"#159a6a"
],
"ParticleColor": "#159a6a",
"TextureComputedColor": "#9C9C9C"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Wall_Blue.png",
"ItemLevel": 30
}