Metal_Copper_Pipe_Corner
Server/Item/Items/Metal/Copper/Metal_Copper_Pipe_Corner.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_Copper_Pipe_Corner.name"
},
"ItemLevel": 10,
"Quality": "Common",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Copper_Pipe_Corner.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Copper",
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Corner.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Metal_Copper.png",
"Weight": 1
}
],
"Group": "Metal",
"HitboxType": "Branch_Corner",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Metal",
"ParticleColor": "#de6e37",
"BlockSoundSetId": "Metal",
"FlipType": "Orthogonal",
"IgnoreSupportWhenPlaced": true
},
"Tags": {
"Family": [
"Copper"
],
"Type": [
"Metal"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}