Metal_Iron_Pipe_Chimney
Server/Item/Items/Metal/Iron/Metal_Iron_Pipe_Chimney.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Metal_Iron_Pipe_Chimney.name"
},
"ItemLevel": 10,
"Quality": "Common",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Iron_Pipe_Chimney.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Iron",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockParticleSetId": "Metal",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Metal_Iron.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"ParticleColor": "#87928e",
"Material": "Solid",
"HitboxType": "Branch",
"CustomModel": "Blocks/Structures/Tubes/Chimney.blockymodel",
"Group": "Metal",
"DrawType": "Model",
"VariantRotation": "UpDownNESW",
"IgnoreSupportWhenPlaced": true,
"TextureComputedColor": "#7E8684"
},
"Tags": {
"Family": [
"Iron"
],
"Type": [
"Metal"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}