Soil_Dirt_Cold
Server/Item/Items/Soil/Dirt/Soil_Dirt_Cold.json, 971 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Parent | string |
Icon | string |
Recipe | object |
BlockType | object |
Tags | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Dirt_Cold.name"
},
"ItemLevel": 11,
"Parent": "Template_Soil",
"Icon": "Icons/ItemsGenerated/Soil_Dirt_Cold.png",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ResourceTypeId": "Soils",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Dirt_Cold.png",
"Weight": 1
}
],
"ParticleColor": "#494239",
"TransitionTexture": "BlockTextures/Transition_Soil_Dirt_Winter.png",
"TextureComputedColor": "#4A433A"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Dirt"
],
"Spreadable": [
"Grass_Cold"
]
}
}