Rock_Sandstone_White
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White.png",
"Set": "Rock_Sandstone_White",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Sandstone_White"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"ItemId": "Rock_Sandstone_White_Cobble",
"GatherType": "Rocks"
}
},
"Textures": [
{
"Sides": "BlockTextures/Rock_Sandstone_White_Side.png",
"UpDown": "BlockTextures/Rock_Sandstone_White_Top.png",
"Weight": 1
}
],
"ParticleColor": "#beb86b",
"TransitionTexture": "BlockTextures/Transition_Rock_Sandstone_White.png",
"TransitionToGroups": [
"Stone"
],
"TextureComputedColor": "#D5AE6C"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Sandstone_White"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone"
]
},
"Parent": "Rock_Stone"
}