Plant_Moss_Green
Server/Item/Items/Plant/Moss/Plant_Moss_Green.json, 903 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
ResourceTypes | array[1] |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss.png",
"Parent": "Plant_Moss_Rug_Green",
"ResourceTypes": [
{
"Id": "Moss"
}
],
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/Cross_Full.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_Full_Textures/Moss_GS.png",
"Weight": 1
}
],
"HitboxType": "Plant_Large",
"RandomRotation": "YawStep1",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#84b338",
"Tint": [
"#84b338"
]
}
}