Soil_Slate_Gravel
Server/Item/Items/Soil/Gravel/Soil_Slate_Gravel.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Set | string |
BlockType | object |
IconProperties | object |
Source
{
"Parent": "Soil_Gravel",
"TranslationProperties": {
"Name": "server.items.Soil_Slate_Gravel.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Slate_Gravel.png",
"Categories": [
"Blocks.Rocks"
],
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Slate",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"Set": "Rock_Slate",
"BlockType": {
"ParticleColor": "#2e2e2e",
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Rubble_Slate"
}
},
"Textures": [
{
"All": "BlockTextures/Soil_Slate_Gravel.png",
"Weight": 1
}
],
"TransitionTexture": "BlockTextures/Transition_Soil_Slate_Gravel.png",
"TextureComputedColor": "#2D2D2F"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}