Rock_Stone_Cobble_Beam
Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Beam.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Cobble_Beam.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Stone_Cobble_Beam.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Rock_Stone",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Stone",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Long_Simple_UV.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Simple_UV_Textures/Cobble.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Beam",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{
"FaceType": "Rock_Beam"
}
],
"Up": [
{
"FaceType": "Rock_Beam"
}
]
},
"VariantRotation": "Pipe",
"BlockParticleSetId": "Stone",
"ParticleColor": "#615d44",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#5F5C44"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone"
}