Soil_Pebbles_Frozen
Server/Item/Items/Soil/Gravel/Soil_Pebbles_Frozen.json, 846 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Recipe | object |
Categories | array[1] |
Set | string |
BlockType | object |
Source
{
"Parent": "Soil_Gravel",
"TranslationProperties": {
"Name": "server.items.Soil_Pebbles_Frozen.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Pebbles_Frozen.png",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Shale",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"Categories": [
"Blocks.Rocks"
],
"Set": "Rock_Shale",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Pebbles_Cold.png",
"Weight": 1
}
],
"ParticleColor": "#616565",
"TransitionTexture": "BlockTextures/Transition_Soil_Pebbles_Frozen.png",
"TextureComputedColor": "#444948"
}
}