Plant_Moss_Block_Blue
Server/Item/Items/Plant/Moss/Plant_Moss_Block_Blue.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Recipe | object |
BlockType | object |
Icon | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Block_Blue.name"
},
"Parent": "Plant_Moss_Block_Green",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Plant_Moss_Blue",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Blue"
},
"UseDefaultDropWhenPlaced": true
},
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Moss_Block_GS.png",
"UpDown": "BlockTextures/Moss_Block_GS_Top.png"
}
],
"TransitionTexture": "BlockTextures/Transition_Plant_Moss_GS.png",
"ParticleColor": "#31835f",
"Light": {
"Color": "#044"
},
"Tint": [
"#159a6a"
],
"TextureComputedColor": "#B2B2B2"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Block_Blue.png",
"ItemLevel": 26
}