Metal_Iron_Half
Server/Item/Items/Metal/Iron/Metal_Iron_Half.json, 2.7 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_Half.name"
},
"ItemLevel": 15,
"Quality": "Common",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Iron_Half.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Iron",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Metal_Iron_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Metal_Iron.png",
"Weight": 1
},
{
"Weight": 1,
"Texture": "BlockTextures/Metal_Iron02.png"
}
],
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Metal",
"ParticleColor": "#87928e",
"Supporting": {
"Down": [
{}
]
},
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"Group": "Metal",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Metal_Iron.png",
"Weight": 1
},
{
"Weight": 1,
"All": "BlockTextures/Metal_Iron02.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Metal_Iron_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
}
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Basalt"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}