Plant_Moss_Rug_Blue
Server/Item/Items/Plant/Moss/Plant_Moss_Rug_Blue.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
Recipe | object |
BlockType | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Rug_Blue.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Rug_Blue.png",
"Parent": "Plant_Moss_Rug_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
},
"CustomModel": "Blocks/Foliage/Plants/Moss_Rug.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_2.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_3.png",
"Weight": 1
}
],
"Light": {
"Color": "#044"
},
"Tint": [
"#159a6a"
],
"ParticleColor": "#159a6a",
"TextureComputedColor": "#A2A2A2"
},
"ItemLevel": 27
}