Versions / 0.6.0-pre.9.1 / Item / Items / Rock / Sandstone_White / Rock_Sandstone_White_Brick_Smooth_Half.json
Rock_Sandstone_White_Brick_Smooth_Half
Server/Item/Items/Rock/Sandstone_White/Rock_Sandstone_White_Brick_Smooth_Half.json, 2.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Sandstone_White_Brick_Smooth_Half.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Sandstone_White_Brick_Smooth_Half.png",
"Categories": [
"Blocks.Rocks"
],
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Rock_Sandstone_White_Brick_Smooth_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Rock_Sandstone_White",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Sandstone_White_Brick"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"SmoothHalfSlab"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Sandstone_Brick_Smooth_White.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#e6c367",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Rock_Sandstone_Brick_Smooth_White.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Rock_Sandstone_White_Brick_Smooth_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"TextureComputedColor": "#DFBF79"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Sandstone_White"
]
},
"Parent": "Rock_Stone_Brick_Smooth_Half"
}