Rock_Marble
Server/Item/Items/Rock/Marble/Rock_Marble.json, 882 B
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_Marble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Marble.png",
"Set": "Rock_Marble",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Marble"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"ItemId": "Rock_Marble_Cobble",
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Marble.png",
"Weight": 1
}
],
"ParticleColor": "#bbbbaf"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Marble"
}
],
"Tags": {
"Type": [
"Rock"
]
},
"Parent": "Rock_Stone"
}