Plant_Moss_Short_Green
Server/Item/Items/Plant/Moss/Plant_Moss_Short_Green.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Parent | string |
Recipe | object |
BlockType | object |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Short_Green.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Short.png",
"Parent": "Plant_Moss_Rug_Green",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Plant_Moss_Green",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/Cross_10px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_10px_Textures/Moss_GS.png",
"Weight": 1
}
],
"RandomRotation": "YawStep1",
"HitboxType": "Plant_Small",
"ParticleColor": "#5d7d2f",
"Tint": [
"#84b338"
],
"TextureComputedColor": "#A9A9A9"
},
"ItemLevel": 18
}