Cloth_Block_Wool_White_Stairs
Server/Item/Items/Cloth/Wool/Cloth_Block_Wool_White_Stairs.json, 3.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
Recipe | object |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Cloth_Block_Wool_White_Stairs.name"
},
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Cloth_Block_Wool_White_Stairs.png",
"Categories": [
"Blocks.Cloth"
],
"SubCategory": "BlockSets",
"Set": "Cloth_Wool_White",
"Recipe": {
"Input": [
{
"ItemId": "Cloth_Block_Wool_White",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Stairs"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Stairs/Stairs_SimpleUV.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Cloth_White.png",
"Weight": 1
}
],
"HitboxType": "Stairs",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{}
],
"North": [
{}
]
},
"ParticleColor": "#f5f5f5",
"BlockSoundSetId": "Cloth",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Right_SimpleUV.blockymodel",
"HitboxType": "Stairs_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Right_SimpleUV.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
],
"North": [
{}
],
"East": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Corner_Left_SimpleUV.blockymodel",
"HitboxType": "Stairs_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Stairs/Stairs_Inverted_Corner_Left_SimpleUV.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
],
"North": [
{}
],
"West": [
{}
]
}
}
}
},
"PlacementSettings": {
"RotationMode": "StairFacingPlayer"
},
"ConnectedBlockRuleSet": {
"Type": "Stair",
"Corner_Left": {
"State": "Corner_Left"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Straight": {
"State": "default"
}
}
},
"Tags": {
"Type": [
"Cloth"
]
},
"ItemSoundSetId": "ISS_Items_Cloth",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}