Wood_Softwood_Beam
Server/Item/Items/Wood/Softwood/Wood_Softwood_Beam.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
FuelQuality | number |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Softwood_Beam.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Softwood_Beam.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"FuelQuality": 3.0,
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Set": "Wood_Softwood_Planks",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Softwood",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Long_Thin.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Long_Thin_Textures/Softwood.png",
"Weight": 1
}
],
"Group": "Wood",
"HitboxType": "Beam_Thin",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"VariantRotation": "Pipe",
"BlockParticleSetId": "Wood",
"Supporting": {
"Down": [
{
"FaceType": "Wood_Beam"
}
],
"Up": [
{
"FaceType": "Wood_Beam"
}
]
},
"ParticleColor": "#65482d",
"BlockSoundSetId": "Branch",
"PhysicalMaterialId": "Wood"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Wood"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}