Rock_Calcite_Cobble_Half
Server/Item/Items/Rock/Calcite/Rock_Calcite_Cobble_Half.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
Interactions | object |
Set | string |
BlockType | object |
Tags | object |
Icon | string |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Calcite_Cobble_Half.name"
},
"ItemLevel": 15,
"Categories": [
"Blocks.Rocks"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Calcite_Cobble_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Rock_Calcite",
"BlockType": {
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock_CustomSide.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Base_Shapes/HalfBlock_CustomSide_Calcite_Cobble.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"RandomRotation": "YawStep90",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Calcite_Cobble.png",
"UpDown": "BlockTextures/Calcite_Cobble_Top.png"
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Calcite_Cobble_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#d4ece7",
"TextureComputedColor": "#95A2AA"
},
"Tags": {
"Family": [
"Calcite"
],
"Type": [
"Rock"
]
},
"Icon": "Icons/ItemsGenerated/Rock_Calcite_Cobble_Half.png",
"Parent": "Rock_Stone_Cobble_Half"
}