Plant_Moss_Short_Red
Server/Item/Items/Plant/Moss/Plant_Moss_Short_Red.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_Short_Red.name"
},
"Parent": "Plant_Moss_Rug_Green",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Plant_Moss_Red",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Red"
},
"UseDefaultDropWhenPlaced": true
},
"CustomModel": "Blocks/Foliage/Plants/Cross_10px.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Cross_10px_Textures/Moss_GS.png",
"Weight": 1
}
],
"HitboxType": "Plant_Small",
"RandomRotation": "YawStep1",
"ParticleColor": "#c65865",
"Tint": [
"#c65865"
],
"TextureComputedColor": "#A9A9A9"
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Short_Red.png",
"ItemLevel": 38
}