Rock_Runic_Dark_Brick_Half
Server/Item/Items/Rock/Runic_Dark/Rock_Runic_Dark_Brick_Half.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Interactions | object |
BlockType | object |
IconProperties | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Runic_Brick_Dark_Half.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Runic_Brick_Dark_Half.png",
"Set": "Rock_Runic_Dark",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Runic_Dark_Brick_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Runic_Brick_Dark.png",
"Weight": 1
}
],
"ParticleColor": "#a9ccdc",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Runic_Brick_Dark.png"
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Runic_Dark_Brick_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"TextureComputedColor": "#8EA8BF"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Parent": "Rock_Stone_Brick_Half"
}