Soil_Gravel_Sand_Red
Server/Item/Items/Soil/Gravel/Soil_Gravel_Sand_Red.json, 991 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
Set | string |
BlockType | object |
Source
{
"Parent": "Soil_Gravel",
"TranslationProperties": {
"Name": "server.items.Soil_Gravel_Sand_Red.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Gravel_Sand_Red.png",
"Categories": [
"Blocks.Rocks"
],
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Sandstone_Red",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"Set": "Rock_Sandstone_Red",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Gravel_Sand_Red.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Rubble_Sandstone_Red"
}
},
"ParticleColor": "#a06136",
"TransitionTexture": "BlockTextures/Transition_Gravel_Sand_Red.png",
"TextureComputedColor": "#A36939"
}
}