Cloth_Block_Wool_Blue_Half
Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_Blue_Half.json, 3.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
Recipe | object |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Block_Wool_Blue_Half.name"
},
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Cloth_Block_Wool_Blue_Half.png",
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "BlockSets",
"Set": "Cloth_Wool_Blue",
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_Blue",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"HalfSlab"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Cloth_Block_Wool_Blue_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Cloth_Blue.png",
"Weight": 1
}
],
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#2a4666",
"BlockSoundSetId": "Cloth",
"PhysicalMaterialId": "Wool",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Cloth_Blue.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Cloth_Block_Wool_Blue_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"TextureComputedColor": "#2A4666"
},
"Tags": {
"Type": [
"Cloth"
]
},
"ItemSoundSetId": "ISS_Items_Cloth",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}