Rock_Slate
Server/Item/Items/Rock/Slate/Rock_Slate.json, 1.1 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_Slate.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Slate.png",
"Set": "Rock_Slate",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Slate"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Slate_Cobble"
}
},
"Textures": [
{
"Sides": "BlockTextures/Rock_Slate_Side.png",
"UpDown": "BlockTextures/Rock_Slate.png",
"Weight": 1
}
],
"ParticleColor": "#373737",
"TransitionTexture": "BlockTextures/Transition_Rock_Slate.png",
"TransitionToGroups": [
"Stone"
],
"TextureComputedColor": "#272828"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Slate"
}
],
"Tags": {
"Type": [
"Rock"
]
},
"Parent": "Rock_Stone"
}