Soil_Gravel_Sand
Server/Item/Items/Soil/Gravel/Soil_Gravel_Sand.json, 963 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.name"
},
"Icon": "Icons/ItemsGenerated/Soil_Gravel_Sand.png",
"Categories": [
"Blocks.Rocks"
],
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Rubble_Sandstone",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"Set": "Rock_Sandstone",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Soil_Gravel_Sand.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Rubble_Sandstone"
}
},
"ParticleColor": "#c69f4f",
"TransitionTexture": "BlockTextures/Transition_Gravel_Sand.png",
"TextureComputedColor": "#C39B48"
}
}