Rock_Volcanic_Half
Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Half.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Volcanic_Half.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Rock_Volcanic_Half.png",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Volcanic_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Rock_Volcanic",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Volcanic.png",
"Weight": 1
}
],
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "VolcanicRocks"
}
},
"VariantRotation": "DoublePipe",
"RandomRotation": "YawStep90",
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"Group": "Stone",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Rock_Volcanic.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "VolcanicRocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Volcanic_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#352222"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Volcanic"
]
},
"Parent": "Rock_Stone_Cobble_Half"
}