Soil_Hive_Brick_Smooth_Half
Server/Item/Items/Soil/Hive/Soil_Hive_Brick_Smooth_Half.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Interactions | object |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Hive_Brick_Smooth_Half.name"
},
"ItemLevel": 15,
"Categories": [
"Blocks.Soils"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Hive_Brick_Smooth_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Set": "Soil_Hive",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ItemId": "Soil_Clay"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "Crafting",
"Categories": [
"Structural-Rock"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Hive_Brick_Smooth.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Mud",
"Supporting": {
"Down": [
{}
]
},
"BlockSoundSetId": "Dirt",
"PhysicalMaterialId": "Dirt",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Hive_Brick_Smooth.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Hive_Brick_Smooth_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#876448"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Clay"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Soil_Hive_Brick_Smooth_Half.png",
"ItemSoundSetId": "ISS_Blocks_Soft"
}