Metal_Zinc_Decorative
Server/Item/Items/Metal/Zinc/Metal_Zinc_Decorative.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
IconProperties | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Metal_Zinc_Decorative.name"
},
"ItemLevel": 10,
"Quality": "Common",
"MaxStack": 50,
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Zinc",
"PlayerAnimationsId": "Block","BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Metal",
"HitboxType": "Full",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Metal",
"Textures": [
{
"Weight": 1,
"UpDown": "BlockTextures/Metal_Zinc_Smooth.png",
"Sides": "BlockTextures/Metal_Zinc_Decorative.png"
}
],
"ParticleColor": "#368d79",
"BlockSoundSetId": "Metal",
"TransitionToGroups": [
"Stone",
"Sand",
"Wood",
"Mud",
"Dirt"
],
"CubeShadingMode": "Standard",
"VariantRotation": "Pipe"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Sand"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Icon": "Icons/ItemsGenerated/Metal_Zinc_Decorative.png",
"ItemSoundSetId": "ISS_Items_Metal"
}