Rock_Chalk_Beam
Server/Item/Items/Rock/Chalk/Rock_Chalk_Beam.json, 779 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Chalk_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Chalk_Beam.png",
"Set": "Rock_Chalk",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Chalk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Chalk.png",
"Weight": 1
}
],
"ParticleColor": "#d0ccc6"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Chalk"
]
},
"Parent": "Rock_Stone_Beam"
}