Metal_Gold_Pipe_Short
Server/Item/Items/Metal/Gold/Metal_Gold_Pipe_Short.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
Set | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Metal_Gold_Pipe_Short.name"
},
"ItemLevel": 10,
"Quality": "Common",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Gold_Pipe_Short.png",
"Categories": [
"Blocks.Metal"
],
"PlayerAnimationsId": "Item",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Short.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Corner_Textures/Metal_Gold.png",
"Weight": 1
}
],
"Group": "Metal",
"HitboxType": "Branch_Short",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "NESW",
"Support": {
"North": [
{
"FaceType": "Full"
},
{
"FaceType": "Branch"
}
]
},
"BlockParticleSetId": "Metal",
"ParticleColor": "#feb03f",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"IgnoreSupportWhenPlaced": true,
"TextureComputedColor": "#E3A02B"
},
"Tags": {
"Family": [
"Gold"
],
"Type": [
"Metal"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Set": "Metal_Gold",
"ItemSoundSetId": "ISS_Items_Metal"
}