Soil_Gravel_Half
Server/Item/Items/Soil/Gravel/Soil_Gravel_Half.json, 2.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
Icon | string |
Categories | array[1] |
Set | string |
Interactions | object |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Gravel_Half.name"
},
"Parent": "Soil_Gravel",
"Icon": "Icons/ItemsGenerated/Soil_Gravel_Half.png",
"Categories": [
"Blocks.Rocks"
],
"Set": "Rock_Stone",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Gravel_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Gravel.png",
"Weight": 1
}
],
"HitboxType": "Block_Half",
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": "Soil_Gravel"
}
},
"VariantRotation": "DoublePipe",
"ParticleColor": "#847e57",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Gravel.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Gravel_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"TextureComputedColor": "#736F4C"
}
}